Package net.opengis.wcs10.impl
Class DocumentRootImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- DocumentRootImpl
-
- All Implemented Interfaces:
DocumentRoot,Notifier,EObject,InternalEObject
public class DocumentRootImpl extends EObjectImpl implements DocumentRoot
An implementation of the model object 'Document Root'.The following features are implemented:
MixedXMLNS Prefix MapXSI Schema LocationAxis DescriptionAxis Description1CapabilityContent MetadataCoverage DescriptionCoverage OfferingCoverage Offering BriefDescribe CoverageDescriptionDomain SetFormatsGet CapabilitiesGet CoverageInterpolation MethodIntervalKeywordsLon Lat EnvelopeMetadata LinkNameRange SetRange Set1ServiceSingle ValueSpatial DomainSpatial SubsetSupported CR SsSupported FormatsSupported InterpolationsTemporal DomainTemporal SubsetTime PeriodTime SequenceWCS CapabilitiesClosureSemanticType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected ClosureTypeclosureThe cached value of the 'Closure' attribute.protected static ClosureTypeCLOSURE_EDEFAULTThe default value of the 'Closure' attribute.protected booleanclosureESetThis is true if the Closure attribute has been set.protected static StringDESCRIPTION_EDEFAULTThe default value of the 'Description' attribute.protected static InterpolationMethodTypeINTERPOLATION_METHOD_EDEFAULTThe default value of the 'Interpolation Method' attribute.protected FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected static StringNAME_EDEFAULTThe default value of the 'Name' attribute.protected StringsemanticThe cached value of the 'Semantic' attribute.protected static StringSEMANTIC_EDEFAULTThe default value of the 'Semantic' attribute.protected StringtypeThe cached value of the 'Type' attribute.protected static StringTYPE_EDEFAULTThe default value of the 'Type' attribute.protected EMapxMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMapxSISchemaLocationThe cached value of the 'XSI Schema Location' map.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentRootImpl()
-
Method Summary
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
mixed
protected FeatureMap mixed
The cached value of the 'Mixed' attribute list.- See Also:
getMixed()
-
xMLNSPrefixMap
protected EMap xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.- See Also:
getXMLNSPrefixMap()
-
xSISchemaLocation
protected EMap xSISchemaLocation
The cached value of the 'XSI Schema Location' map.- See Also:
getXSISchemaLocation()
-
DESCRIPTION_EDEFAULT
protected static final String DESCRIPTION_EDEFAULT
The default value of the 'Description' attribute.- See Also:
getDescription()
-
INTERPOLATION_METHOD_EDEFAULT
protected static final InterpolationMethodType INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method' attribute.- See Also:
getInterpolationMethod()
-
NAME_EDEFAULT
protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.- See Also:
getName()
-
CLOSURE_EDEFAULT
protected static final ClosureType CLOSURE_EDEFAULT
The default value of the 'Closure' attribute.- See Also:
getClosure()
-
closure
protected ClosureType closure
The cached value of the 'Closure' attribute.- See Also:
getClosure()
-
closureESet
protected boolean closureESet
This is true if the Closure attribute has been set.
-
SEMANTIC_EDEFAULT
protected static final String SEMANTIC_EDEFAULT
The default value of the 'Semantic' attribute.- See Also:
getSemantic()
-
semantic
protected String semantic
The cached value of the 'Semantic' attribute.- See Also:
getSemantic()
-
TYPE_EDEFAULT
protected static final String TYPE_EDEFAULT
The default value of the 'Type' attribute.- See Also:
getType()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classEObjectImpl
-
getMixed
public FeatureMap getMixed()
- Specified by:
getMixedin interfaceDocumentRoot- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Wcs10Package.getDocumentRoot_Mixed()
-
getXMLNSPrefixMap
public EMap getXMLNSPrefixMap()
- Specified by:
getXMLNSPrefixMapin interfaceDocumentRoot- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
Wcs10Package.getDocumentRoot_XMLNSPrefixMap()
-
getXSISchemaLocation
public EMap getXSISchemaLocation()
- Specified by:
getXSISchemaLocationin interfaceDocumentRoot- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
Wcs10Package.getDocumentRoot_XSISchemaLocation()
-
getAxisDescription
public AxisDescriptionType1 getAxisDescription()
- Specified by:
getAxisDescriptionin interfaceDocumentRoot- Returns:
- the value of the 'Axis Description' containment reference.
- See Also:
DocumentRoot.setAxisDescription(AxisDescriptionType1),Wcs10Package.getDocumentRoot_AxisDescription()
-
basicSetAxisDescription
public NotificationChain basicSetAxisDescription(AxisDescriptionType1 newAxisDescription, NotificationChain msgs)
-
setAxisDescription
public void setAxisDescription(AxisDescriptionType1 newAxisDescription)
- Specified by:
setAxisDescriptionin interfaceDocumentRoot- Parameters:
newAxisDescription- the new value of the 'Axis Description' containment reference.- See Also:
DocumentRoot.getAxisDescription()
-
getAxisDescription1
public AxisDescriptionType getAxisDescription1()
- Specified by:
getAxisDescription1in interfaceDocumentRoot- Returns:
- the value of the 'Axis Description1' containment reference.
- See Also:
DocumentRoot.setAxisDescription1(AxisDescriptionType),Wcs10Package.getDocumentRoot_AxisDescription1()
-
basicSetAxisDescription1
public NotificationChain basicSetAxisDescription1(AxisDescriptionType newAxisDescription1, NotificationChain msgs)
-
setAxisDescription1
public void setAxisDescription1(AxisDescriptionType newAxisDescription1)
- Specified by:
setAxisDescription1in interfaceDocumentRoot- Parameters:
newAxisDescription1- the new value of the 'Axis Description1' containment reference.- See Also:
DocumentRoot.getAxisDescription1()
-
getCapability
public WCSCapabilityType getCapability()
- Specified by:
getCapabilityin interfaceDocumentRoot- Returns:
- the value of the 'Capability' containment reference.
- See Also:
DocumentRoot.setCapability(WCSCapabilityType),Wcs10Package.getDocumentRoot_Capability()
-
basicSetCapability
public NotificationChain basicSetCapability(WCSCapabilityType newCapability, NotificationChain msgs)
-
setCapability
public void setCapability(WCSCapabilityType newCapability)
- Specified by:
setCapabilityin interfaceDocumentRoot- Parameters:
newCapability- the new value of the 'Capability' containment reference.- See Also:
DocumentRoot.getCapability()
-
getContentMetadata
public ContentMetadataType getContentMetadata()
- Specified by:
getContentMetadatain interfaceDocumentRoot- Returns:
- the value of the 'Content Metadata' containment reference.
- See Also:
DocumentRoot.setContentMetadata(ContentMetadataType),Wcs10Package.getDocumentRoot_ContentMetadata()
-
basicSetContentMetadata
public NotificationChain basicSetContentMetadata(ContentMetadataType newContentMetadata, NotificationChain msgs)
-
setContentMetadata
public void setContentMetadata(ContentMetadataType newContentMetadata)
- Specified by:
setContentMetadatain interfaceDocumentRoot- Parameters:
newContentMetadata- the new value of the 'Content Metadata' containment reference.- See Also:
DocumentRoot.getContentMetadata()
-
getCoverageDescription
public CoverageDescriptionType getCoverageDescription()
- Specified by:
getCoverageDescriptionin interfaceDocumentRoot- Returns:
- the value of the 'Coverage Description' containment reference.
- See Also:
DocumentRoot.setCoverageDescription(CoverageDescriptionType),Wcs10Package.getDocumentRoot_CoverageDescription()
-
basicSetCoverageDescription
public NotificationChain basicSetCoverageDescription(CoverageDescriptionType newCoverageDescription, NotificationChain msgs)
-
setCoverageDescription
public void setCoverageDescription(CoverageDescriptionType newCoverageDescription)
- Specified by:
setCoverageDescriptionin interfaceDocumentRoot- Parameters:
newCoverageDescription- the new value of the 'Coverage Description' containment reference.- See Also:
DocumentRoot.getCoverageDescription()
-
getCoverageOffering
public CoverageOfferingType getCoverageOffering()
- Specified by:
getCoverageOfferingin interfaceDocumentRoot- Returns:
- the value of the 'Coverage Offering' containment reference.
- See Also:
DocumentRoot.setCoverageOffering(CoverageOfferingType),Wcs10Package.getDocumentRoot_CoverageOffering()
-
basicSetCoverageOffering
public NotificationChain basicSetCoverageOffering(CoverageOfferingType newCoverageOffering, NotificationChain msgs)
-
setCoverageOffering
public void setCoverageOffering(CoverageOfferingType newCoverageOffering)
- Specified by:
setCoverageOfferingin interfaceDocumentRoot- Parameters:
newCoverageOffering- the new value of the 'Coverage Offering' containment reference.- See Also:
DocumentRoot.getCoverageOffering()
-
getCoverageOfferingBrief
public CoverageOfferingBriefType getCoverageOfferingBrief()
- Specified by:
getCoverageOfferingBriefin interfaceDocumentRoot- Returns:
- the value of the 'Coverage Offering Brief' containment reference.
- See Also:
DocumentRoot.setCoverageOfferingBrief(CoverageOfferingBriefType),Wcs10Package.getDocumentRoot_CoverageOfferingBrief()
-
basicSetCoverageOfferingBrief
public NotificationChain basicSetCoverageOfferingBrief(CoverageOfferingBriefType newCoverageOfferingBrief, NotificationChain msgs)
-
setCoverageOfferingBrief
public void setCoverageOfferingBrief(CoverageOfferingBriefType newCoverageOfferingBrief)
- Specified by:
setCoverageOfferingBriefin interfaceDocumentRoot- Parameters:
newCoverageOfferingBrief- the new value of the 'Coverage Offering Brief' containment reference.- See Also:
DocumentRoot.getCoverageOfferingBrief()
-
getDescribeCoverage
public DescribeCoverageType getDescribeCoverage()
- Specified by:
getDescribeCoveragein interfaceDocumentRoot- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
DocumentRoot.setDescribeCoverage(DescribeCoverageType),Wcs10Package.getDocumentRoot_DescribeCoverage()
-
basicSetDescribeCoverage
public NotificationChain basicSetDescribeCoverage(DescribeCoverageType newDescribeCoverage, NotificationChain msgs)
-
setDescribeCoverage
public void setDescribeCoverage(DescribeCoverageType newDescribeCoverage)
- Specified by:
setDescribeCoveragein interfaceDocumentRoot- Parameters:
newDescribeCoverage- the new value of the 'Describe Coverage' containment reference.- See Also:
DocumentRoot.getDescribeCoverage()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceDocumentRoot- Returns:
- the value of the 'Description' attribute.
- See Also:
DocumentRoot.setDescription(String),Wcs10Package.getDocumentRoot_Description()
-
setDescription
public void setDescription(String newDescription)
- Specified by:
setDescriptionin interfaceDocumentRoot- Parameters:
newDescription- the new value of the 'Description' attribute.- See Also:
DocumentRoot.getDescription()
-
getDomainSet
public DomainSetType getDomainSet()
- Specified by:
getDomainSetin interfaceDocumentRoot- Returns:
- the value of the 'Domain Set' containment reference.
- See Also:
DocumentRoot.setDomainSet(DomainSetType),Wcs10Package.getDocumentRoot_DomainSet()
-
basicSetDomainSet
public NotificationChain basicSetDomainSet(DomainSetType newDomainSet, NotificationChain msgs)
-
setDomainSet
public void setDomainSet(DomainSetType newDomainSet)
- Specified by:
setDomainSetin interfaceDocumentRoot- Parameters:
newDomainSet- the new value of the 'Domain Set' containment reference.- See Also:
DocumentRoot.getDomainSet()
-
getFormats
public CodeListType getFormats()
- Specified by:
getFormatsin interfaceDocumentRoot- Returns:
- the value of the 'Formats' containment reference.
- See Also:
DocumentRoot.setFormats(CodeListType),Wcs10Package.getDocumentRoot_Formats()
-
basicSetFormats
public NotificationChain basicSetFormats(CodeListType newFormats, NotificationChain msgs)
-
setFormats
public void setFormats(CodeListType newFormats)
- Specified by:
setFormatsin interfaceDocumentRoot- Parameters:
newFormats- the new value of the 'Formats' containment reference.- See Also:
DocumentRoot.getFormats()
-
getGetCapabilities
public GetCapabilitiesType getGetCapabilities()
- Specified by:
getGetCapabilitiesin interfaceDocumentRoot- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
DocumentRoot.setGetCapabilities(GetCapabilitiesType),Wcs10Package.getDocumentRoot_GetCapabilities()
-
basicSetGetCapabilities
public NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)
-
setGetCapabilities
public void setGetCapabilities(GetCapabilitiesType newGetCapabilities)
- Specified by:
setGetCapabilitiesin interfaceDocumentRoot- Parameters:
newGetCapabilities- the new value of the 'Get Capabilities' containment reference.- See Also:
DocumentRoot.getGetCapabilities()
-
getGetCoverage
public GetCoverageType getGetCoverage()
- Specified by:
getGetCoveragein interfaceDocumentRoot- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
DocumentRoot.setGetCoverage(GetCoverageType),Wcs10Package.getDocumentRoot_GetCoverage()
-
basicSetGetCoverage
public NotificationChain basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs)
-
setGetCoverage
public void setGetCoverage(GetCoverageType newGetCoverage)
- Specified by:
setGetCoveragein interfaceDocumentRoot- Parameters:
newGetCoverage- the new value of the 'Get Coverage' containment reference.- See Also:
DocumentRoot.getGetCoverage()
-
getInterpolationMethod
public InterpolationMethodType getInterpolationMethod()
- Specified by:
getInterpolationMethodin interfaceDocumentRoot- Returns:
- the value of the 'Interpolation Method' attribute.
- See Also:
InterpolationMethodType,DocumentRoot.setInterpolationMethod(InterpolationMethodType),Wcs10Package.getDocumentRoot_InterpolationMethod()
-
setInterpolationMethod
public void setInterpolationMethod(InterpolationMethodType newInterpolationMethod)
- Specified by:
setInterpolationMethodin interfaceDocumentRoot- Parameters:
newInterpolationMethod- the new value of the 'Interpolation Method' attribute.- See Also:
InterpolationMethodType,DocumentRoot.getInterpolationMethod()
-
getInterval
public IntervalType getInterval()
- Specified by:
getIntervalin interfaceDocumentRoot- Returns:
- the value of the 'Interval' containment reference.
- See Also:
DocumentRoot.setInterval(IntervalType),Wcs10Package.getDocumentRoot_Interval()
-
basicSetInterval
public NotificationChain basicSetInterval(IntervalType newInterval, NotificationChain msgs)
-
setInterval
public void setInterval(IntervalType newInterval)
- Specified by:
setIntervalin interfaceDocumentRoot- Parameters:
newInterval- the new value of the 'Interval' containment reference.- See Also:
DocumentRoot.getInterval()
-
getKeywords
public KeywordsType getKeywords()
- Specified by:
getKeywordsin interfaceDocumentRoot- Returns:
- the value of the 'Keywords' containment reference.
- See Also:
DocumentRoot.setKeywords(KeywordsType),Wcs10Package.getDocumentRoot_Keywords()
-
basicSetKeywords
public NotificationChain basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs)
-
setKeywords
public void setKeywords(KeywordsType newKeywords)
- Specified by:
setKeywordsin interfaceDocumentRoot- Parameters:
newKeywords- the new value of the 'Keywords' containment reference.- See Also:
DocumentRoot.getKeywords()
-
getLonLatEnvelope
public LonLatEnvelopeType getLonLatEnvelope()
- Specified by:
getLonLatEnvelopein interfaceDocumentRoot- Returns:
- the value of the 'Lon Lat Envelope' containment reference.
- See Also:
DocumentRoot.setLonLatEnvelope(LonLatEnvelopeType),Wcs10Package.getDocumentRoot_LonLatEnvelope()
-
basicSetLonLatEnvelope
public NotificationChain basicSetLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope, NotificationChain msgs)
-
setLonLatEnvelope
public void setLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope)
- Specified by:
setLonLatEnvelopein interfaceDocumentRoot- Parameters:
newLonLatEnvelope- the new value of the 'Lon Lat Envelope' containment reference.- See Also:
DocumentRoot.getLonLatEnvelope()
-
getMetadataLink
public MetadataLinkType getMetadataLink()
- Specified by:
getMetadataLinkin interfaceDocumentRoot- Returns:
- the value of the 'Metadata Link' containment reference.
- See Also:
DocumentRoot.setMetadataLink(MetadataLinkType),Wcs10Package.getDocumentRoot_MetadataLink()
-
basicSetMetadataLink
public NotificationChain basicSetMetadataLink(MetadataLinkType newMetadataLink, NotificationChain msgs)
-
setMetadataLink
public void setMetadataLink(MetadataLinkType newMetadataLink)
- Specified by:
setMetadataLinkin interfaceDocumentRoot- Parameters:
newMetadataLink- the new value of the 'Metadata Link' containment reference.- See Also:
DocumentRoot.getMetadataLink()
-
getName
public String getName()
- Specified by:
getNamein interfaceDocumentRoot- Returns:
- the value of the 'Name' attribute.
- See Also:
DocumentRoot.setName(String),Wcs10Package.getDocumentRoot_Name()
-
setName
public void setName(String newName)
- Specified by:
setNamein interfaceDocumentRoot- Parameters:
newName- the new value of the 'Name' attribute.- See Also:
DocumentRoot.getName()
-
getRangeSet
public RangeSetType1 getRangeSet()
- Specified by:
getRangeSetin interfaceDocumentRoot- Returns:
- the value of the 'Range Set' containment reference.
- See Also:
DocumentRoot.setRangeSet(RangeSetType1),Wcs10Package.getDocumentRoot_RangeSet()
-
basicSetRangeSet
public NotificationChain basicSetRangeSet(RangeSetType1 newRangeSet, NotificationChain msgs)
-
setRangeSet
public void setRangeSet(RangeSetType1 newRangeSet)
- Specified by:
setRangeSetin interfaceDocumentRoot- Parameters:
newRangeSet- the new value of the 'Range Set' containment reference.- See Also:
DocumentRoot.getRangeSet()
-
getRangeSet1
public RangeSetType getRangeSet1()
- Specified by:
getRangeSet1in interfaceDocumentRoot- Returns:
- the value of the 'Range Set1' containment reference.
- See Also:
DocumentRoot.setRangeSet1(RangeSetType),Wcs10Package.getDocumentRoot_RangeSet1()
-
basicSetRangeSet1
public NotificationChain basicSetRangeSet1(RangeSetType newRangeSet1, NotificationChain msgs)
-
setRangeSet1
public void setRangeSet1(RangeSetType newRangeSet1)
- Specified by:
setRangeSet1in interfaceDocumentRoot- Parameters:
newRangeSet1- the new value of the 'Range Set1' containment reference.- See Also:
DocumentRoot.getRangeSet1()
-
getService
public ServiceType getService()
- Specified by:
getServicein interfaceDocumentRoot- Returns:
- the value of the 'Service' containment reference.
- See Also:
DocumentRoot.setService(ServiceType),Wcs10Package.getDocumentRoot_Service()
-
basicSetService
public NotificationChain basicSetService(ServiceType newService, NotificationChain msgs)
-
setService
public void setService(ServiceType newService)
- Specified by:
setServicein interfaceDocumentRoot- Parameters:
newService- the new value of the 'Service' containment reference.- See Also:
DocumentRoot.getService()
-
getSingleValue
public TypedLiteralType getSingleValue()
- Specified by:
getSingleValuein interfaceDocumentRoot- Returns:
- the value of the 'Single Value' containment reference.
- See Also:
DocumentRoot.setSingleValue(TypedLiteralType),Wcs10Package.getDocumentRoot_SingleValue()
-
basicSetSingleValue
public NotificationChain basicSetSingleValue(TypedLiteralType newSingleValue, NotificationChain msgs)
-
setSingleValue
public void setSingleValue(TypedLiteralType newSingleValue)
- Specified by:
setSingleValuein interfaceDocumentRoot- Parameters:
newSingleValue- the new value of the 'Single Value' containment reference.- See Also:
DocumentRoot.getSingleValue()
-
getSpatialDomain
public SpatialDomainType getSpatialDomain()
- Specified by:
getSpatialDomainin interfaceDocumentRoot- Returns:
- the value of the 'Spatial Domain' containment reference.
- See Also:
DocumentRoot.setSpatialDomain(SpatialDomainType),Wcs10Package.getDocumentRoot_SpatialDomain()
-
basicSetSpatialDomain
public NotificationChain basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)
-
setSpatialDomain
public void setSpatialDomain(SpatialDomainType newSpatialDomain)
- Specified by:
setSpatialDomainin interfaceDocumentRoot- Parameters:
newSpatialDomain- the new value of the 'Spatial Domain' containment reference.- See Also:
DocumentRoot.getSpatialDomain()
-
getSpatialSubset
public SpatialSubsetType getSpatialSubset()
- Specified by:
getSpatialSubsetin interfaceDocumentRoot- Returns:
- the value of the 'Spatial Subset' containment reference.
- See Also:
DocumentRoot.setSpatialSubset(SpatialSubsetType),Wcs10Package.getDocumentRoot_SpatialSubset()
-
basicSetSpatialSubset
public NotificationChain basicSetSpatialSubset(SpatialSubsetType newSpatialSubset, NotificationChain msgs)
-
setSpatialSubset
public void setSpatialSubset(SpatialSubsetType newSpatialSubset)
- Specified by:
setSpatialSubsetin interfaceDocumentRoot- Parameters:
newSpatialSubset- the new value of the 'Spatial Subset' containment reference.- See Also:
DocumentRoot.getSpatialSubset()
-
getSupportedCRSs
public SupportedCRSsType getSupportedCRSs()
- Specified by:
getSupportedCRSsin interfaceDocumentRoot- Returns:
- the value of the 'Supported CR Ss' containment reference.
- See Also:
DocumentRoot.setSupportedCRSs(SupportedCRSsType),Wcs10Package.getDocumentRoot_SupportedCRSs()
-
basicSetSupportedCRSs
public NotificationChain basicSetSupportedCRSs(SupportedCRSsType newSupportedCRSs, NotificationChain msgs)
-
setSupportedCRSs
public void setSupportedCRSs(SupportedCRSsType newSupportedCRSs)
- Specified by:
setSupportedCRSsin interfaceDocumentRoot- Parameters:
newSupportedCRSs- the new value of the 'Supported CR Ss' containment reference.- See Also:
DocumentRoot.getSupportedCRSs()
-
getSupportedFormats
public SupportedFormatsType getSupportedFormats()
- Specified by:
getSupportedFormatsin interfaceDocumentRoot- Returns:
- the value of the 'Supported Formats' containment reference.
- See Also:
DocumentRoot.setSupportedFormats(SupportedFormatsType),Wcs10Package.getDocumentRoot_SupportedFormats()
-
basicSetSupportedFormats
public NotificationChain basicSetSupportedFormats(SupportedFormatsType newSupportedFormats, NotificationChain msgs)
-
setSupportedFormats
public void setSupportedFormats(SupportedFormatsType newSupportedFormats)
- Specified by:
setSupportedFormatsin interfaceDocumentRoot- Parameters:
newSupportedFormats- the new value of the 'Supported Formats' containment reference.- See Also:
DocumentRoot.getSupportedFormats()
-
getSupportedInterpolations
public SupportedInterpolationsType getSupportedInterpolations()
- Specified by:
getSupportedInterpolationsin interfaceDocumentRoot- Returns:
- the value of the 'Supported Interpolations' containment reference.
- See Also:
DocumentRoot.setSupportedInterpolations(SupportedInterpolationsType),Wcs10Package.getDocumentRoot_SupportedInterpolations()
-
basicSetSupportedInterpolations
public NotificationChain basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs)
-
setSupportedInterpolations
public void setSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations)
- Specified by:
setSupportedInterpolationsin interfaceDocumentRoot- Parameters:
newSupportedInterpolations- the new value of the 'Supported Interpolations' containment reference.- See Also:
DocumentRoot.getSupportedInterpolations()
-
getTemporalDomain
public TimeSequenceType getTemporalDomain()
- Specified by:
getTemporalDomainin interfaceDocumentRoot- Returns:
- the value of the 'Temporal Domain' containment reference.
- See Also:
DocumentRoot.setTemporalDomain(TimeSequenceType),Wcs10Package.getDocumentRoot_TemporalDomain()
-
basicSetTemporalDomain
public NotificationChain basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs)
-
setTemporalDomain
public void setTemporalDomain(TimeSequenceType newTemporalDomain)
- Specified by:
setTemporalDomainin interfaceDocumentRoot- Parameters:
newTemporalDomain- the new value of the 'Temporal Domain' containment reference.- See Also:
DocumentRoot.getTemporalDomain()
-
getTemporalSubset
public TimeSequenceType getTemporalSubset()
- Specified by:
getTemporalSubsetin interfaceDocumentRoot- Returns:
- the value of the 'Temporal Subset' containment reference.
- See Also:
DocumentRoot.setTemporalSubset(TimeSequenceType),Wcs10Package.getDocumentRoot_TemporalSubset()
-
basicSetTemporalSubset
public NotificationChain basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs)
-
setTemporalSubset
public void setTemporalSubset(TimeSequenceType newTemporalSubset)
- Specified by:
setTemporalSubsetin interfaceDocumentRoot- Parameters:
newTemporalSubset- the new value of the 'Temporal Subset' containment reference.- See Also:
DocumentRoot.getTemporalSubset()
-
getTimePeriod
public TimePeriodType getTimePeriod()
- Specified by:
getTimePeriodin interfaceDocumentRoot- Returns:
- the value of the 'Time Period' containment reference.
- See Also:
DocumentRoot.setTimePeriod(TimePeriodType),Wcs10Package.getDocumentRoot_TimePeriod()
-
basicSetTimePeriod
public NotificationChain basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)
-
setTimePeriod
public void setTimePeriod(TimePeriodType newTimePeriod)
- Specified by:
setTimePeriodin interfaceDocumentRoot- Parameters:
newTimePeriod- the new value of the 'Time Period' containment reference.- See Also:
DocumentRoot.getTimePeriod()
-
getTimeSequence
public TimeSequenceType getTimeSequence()
- Specified by:
getTimeSequencein interfaceDocumentRoot- Returns:
- the value of the 'Time Sequence' containment reference.
- See Also:
DocumentRoot.setTimeSequence(TimeSequenceType),Wcs10Package.getDocumentRoot_TimeSequence()
-
basicSetTimeSequence
public NotificationChain basicSetTimeSequence(TimeSequenceType newTimeSequence, NotificationChain msgs)
-
setTimeSequence
public void setTimeSequence(TimeSequenceType newTimeSequence)
- Specified by:
setTimeSequencein interfaceDocumentRoot- Parameters:
newTimeSequence- the new value of the 'Time Sequence' containment reference.- See Also:
DocumentRoot.getTimeSequence()
-
getWCSCapabilities
public WCSCapabilitiesType getWCSCapabilities()
- Specified by:
getWCSCapabilitiesin interfaceDocumentRoot- Returns:
- the value of the 'WCS Capabilities' containment reference.
- See Also:
DocumentRoot.setWCSCapabilities(WCSCapabilitiesType),Wcs10Package.getDocumentRoot_WCSCapabilities()
-
basicSetWCSCapabilities
public NotificationChain basicSetWCSCapabilities(WCSCapabilitiesType newWCSCapabilities, NotificationChain msgs)
-
setWCSCapabilities
public void setWCSCapabilities(WCSCapabilitiesType newWCSCapabilities)
- Specified by:
setWCSCapabilitiesin interfaceDocumentRoot- Parameters:
newWCSCapabilities- the new value of the 'WCS Capabilities' containment reference.- See Also:
DocumentRoot.getWCSCapabilities()
-
getClosure
public ClosureType getClosure()
- Specified by:
getClosurein interfaceDocumentRoot- Returns:
- the value of the 'Closure' attribute.
- See Also:
ClosureType,DocumentRoot.isSetClosure(),DocumentRoot.unsetClosure(),DocumentRoot.setClosure(ClosureType),Wcs10Package.getDocumentRoot_Closure()
-
setClosure
public void setClosure(ClosureType newClosure)
- Specified by:
setClosurein interfaceDocumentRoot- Parameters:
newClosure- the new value of the 'Closure' attribute.- See Also:
ClosureType,DocumentRoot.isSetClosure(),DocumentRoot.unsetClosure(),DocumentRoot.getClosure()
-
unsetClosure
public void unsetClosure()
- Specified by:
unsetClosurein interfaceDocumentRoot- See Also:
DocumentRoot.isSetClosure(),DocumentRoot.getClosure(),DocumentRoot.setClosure(ClosureType)
-
isSetClosure
public boolean isSetClosure()
- Specified by:
isSetClosurein interfaceDocumentRoot- Returns:
- whether the value of the 'Closure' attribute is set.
- See Also:
DocumentRoot.unsetClosure(),DocumentRoot.getClosure(),DocumentRoot.setClosure(ClosureType)
-
getSemantic
public String getSemantic()
- Specified by:
getSemanticin interfaceDocumentRoot- Returns:
- the value of the 'Semantic' attribute.
- See Also:
DocumentRoot.setSemantic(String),Wcs10Package.getDocumentRoot_Semantic()
-
setSemantic
public void setSemantic(String newSemantic)
- Specified by:
setSemanticin interfaceDocumentRoot- Parameters:
newSemantic- the new value of the 'Semantic' attribute.- See Also:
DocumentRoot.getSemantic()
-
getType
public String getType()
- Specified by:
getTypein interfaceDocumentRoot- Returns:
- the value of the 'Type' attribute.
- See Also:
DocumentRoot.setType(String),Wcs10Package.getDocumentRoot_Type()
-
setType
public void setType(String newType)
- Specified by:
setTypein interfaceDocumentRoot- Parameters:
newType- the new value of the 'Type' attribute.- See Also:
DocumentRoot.getType()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toStringin classBasicEObjectImpl
-
-