Package net.opengis.wcs10.impl
Class GetCoverageTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- GetCoverageTypeImpl
-
- All Implemented Interfaces:
GetCoverageType
,Notifier
,EObject
,InternalEObject
public class GetCoverageTypeImpl extends EObjectImpl implements GetCoverageType
An implementation of the model object 'Get Coverage Type'.The following features are implemented:
-
-
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 static String
BASE_URL_EDEFAULT
The default value of the 'Base Url
' attribute.protected String
baseUrl
The cached value of the 'Base Url
' attribute.protected DomainSubsetType
domainSubset
The cached value of the 'Domain Subset
' containment reference.protected static Map
EXTENDED_PROPERTIES_EDEFAULT
The default value of the 'Extended Properties
' attribute.protected Map
extendedProperties
The cached value of the 'Extended Properties
' attribute.protected static InterpolationMethodType
INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected InterpolationMethodType
interpolationMethod
The cached value of the 'Interpolation Method
' attribute.protected boolean
interpolationMethodESet
This is true if the Interpolation Method attribute has been set.protected OutputType
output
The cached value of the 'Output
' containment reference.protected RangeSubsetType
rangeSubset
The cached value of the 'Range Subset
' containment reference.protected String
service
The cached value of the 'Service
' attribute.protected static String
SERVICE_EDEFAULT
The default value of the 'Service
' attribute.protected boolean
serviceESet
This is true if the Service attribute has been set.protected static String
SOURCE_COVERAGE_EDEFAULT
The default value of the 'Source Coverage
' attribute.protected String
sourceCoverage
The cached value of the 'Source Coverage
' attribute.protected String
version
The cached value of the 'Version
' attribute.protected static String
VERSION_EDEFAULT
The default value of the 'Version
' attribute.protected boolean
versionESet
This is true if the Version attribute has been set.-
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 protected
GetCoverageTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetDomainSubset(DomainSubsetType newDomainSubset, NotificationChain msgs)
NotificationChain
basicSetOutput(OutputType newOutput, NotificationChain msgs)
NotificationChain
basicSetRangeSubset(RangeSubsetType newRangeSubset, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
String
getBaseUrl()
DomainSubsetType
getDomainSubset()
Map
getExtendedProperties()
InterpolationMethodType
getInterpolationMethod()
OutputType
getOutput()
RangeSubsetType
getRangeSubset()
String
getService()
String
getSourceCoverage()
String
getVersion()
boolean
isSetInterpolationMethod()
boolean
isSetService()
boolean
isSetVersion()
void
setBaseUrl(String newBaseUrl)
void
setDomainSubset(DomainSubsetType newDomainSubset)
void
setExtendedProperties(Map newExtendedProperties)
void
setInterpolationMethod(InterpolationMethodType newInterpolationMethod)
void
setOutput(OutputType newOutput)
void
setRangeSubset(RangeSubsetType newRangeSubset)
void
setService(String newService)
void
setSourceCoverage(String newSourceCoverage)
void
setVersion(String newVersion)
String
toString()
void
unsetInterpolationMethod()
void
unsetService()
void
unsetVersion()
-
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
-
SOURCE_COVERAGE_EDEFAULT
protected static final String SOURCE_COVERAGE_EDEFAULT
The default value of the 'Source Coverage
' attribute.- See Also:
getSourceCoverage()
-
sourceCoverage
protected String sourceCoverage
The cached value of the 'Source Coverage
' attribute.- See Also:
getSourceCoverage()
-
domainSubset
protected DomainSubsetType domainSubset
The cached value of the 'Domain Subset
' containment reference.- See Also:
getDomainSubset()
-
rangeSubset
protected RangeSubsetType rangeSubset
The cached value of the 'Range Subset
' containment reference.- See Also:
getRangeSubset()
-
INTERPOLATION_METHOD_EDEFAULT
protected static final InterpolationMethodType INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.- See Also:
getInterpolationMethod()
-
interpolationMethod
protected InterpolationMethodType interpolationMethod
The cached value of the 'Interpolation Method
' attribute.- See Also:
getInterpolationMethod()
-
interpolationMethodESet
protected boolean interpolationMethodESet
This is true if the Interpolation Method attribute has been set.
-
output
protected OutputType output
The cached value of the 'Output
' containment reference.- See Also:
getOutput()
-
SERVICE_EDEFAULT
protected static final String SERVICE_EDEFAULT
The default value of the 'Service
' attribute.- See Also:
getService()
, Constant Field Values
-
service
protected String service
The cached value of the 'Service
' attribute.- See Also:
getService()
-
serviceESet
protected boolean serviceESet
This is true if the Service attribute has been set.
-
VERSION_EDEFAULT
protected static final String VERSION_EDEFAULT
The default value of the 'Version
' attribute.- See Also:
getVersion()
, Constant Field Values
-
version
protected String version
The cached value of the 'Version
' attribute.- See Also:
getVersion()
-
versionESet
protected boolean versionESet
This is true if the Version attribute has been set.
-
BASE_URL_EDEFAULT
protected static final String BASE_URL_EDEFAULT
The default value of the 'Base Url
' attribute.- See Also:
getBaseUrl()
-
baseUrl
protected String baseUrl
The cached value of the 'Base Url
' attribute.- See Also:
getBaseUrl()
-
EXTENDED_PROPERTIES_EDEFAULT
protected static final Map EXTENDED_PROPERTIES_EDEFAULT
The default value of the 'Extended Properties
' attribute.- See Also:
getExtendedProperties()
-
extendedProperties
protected Map extendedProperties
The cached value of the 'Extended Properties
' attribute.- See Also:
getExtendedProperties()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getSourceCoverage
public String getSourceCoverage()
- Specified by:
getSourceCoverage
in interfaceGetCoverageType
- Returns:
- the value of the 'Source Coverage' attribute.
- See Also:
GetCoverageType.setSourceCoverage(String)
,Wcs10Package.getGetCoverageType_SourceCoverage()
-
setSourceCoverage
public void setSourceCoverage(String newSourceCoverage)
- Specified by:
setSourceCoverage
in interfaceGetCoverageType
- Parameters:
newSourceCoverage
- the new value of the 'Source Coverage' attribute.- See Also:
GetCoverageType.getSourceCoverage()
-
getDomainSubset
public DomainSubsetType getDomainSubset()
- Specified by:
getDomainSubset
in interfaceGetCoverageType
- Returns:
- the value of the 'Domain Subset' containment reference.
- See Also:
GetCoverageType.setDomainSubset(DomainSubsetType)
,Wcs10Package.getGetCoverageType_DomainSubset()
-
basicSetDomainSubset
public NotificationChain basicSetDomainSubset(DomainSubsetType newDomainSubset, NotificationChain msgs)
-
setDomainSubset
public void setDomainSubset(DomainSubsetType newDomainSubset)
- Specified by:
setDomainSubset
in interfaceGetCoverageType
- Parameters:
newDomainSubset
- the new value of the 'Domain Subset' containment reference.- See Also:
GetCoverageType.getDomainSubset()
-
getRangeSubset
public RangeSubsetType getRangeSubset()
- Specified by:
getRangeSubset
in interfaceGetCoverageType
- Returns:
- the value of the 'Range Subset' containment reference.
- See Also:
GetCoverageType.setRangeSubset(RangeSubsetType)
,Wcs10Package.getGetCoverageType_RangeSubset()
-
basicSetRangeSubset
public NotificationChain basicSetRangeSubset(RangeSubsetType newRangeSubset, NotificationChain msgs)
-
setRangeSubset
public void setRangeSubset(RangeSubsetType newRangeSubset)
- Specified by:
setRangeSubset
in interfaceGetCoverageType
- Parameters:
newRangeSubset
- the new value of the 'Range Subset' containment reference.- See Also:
GetCoverageType.getRangeSubset()
-
getInterpolationMethod
public InterpolationMethodType getInterpolationMethod()
- Specified by:
getInterpolationMethod
in interfaceGetCoverageType
- Returns:
- the value of the 'Interpolation Method' attribute.
- See Also:
InterpolationMethodType
,GetCoverageType.isSetInterpolationMethod()
,GetCoverageType.unsetInterpolationMethod()
,GetCoverageType.setInterpolationMethod(InterpolationMethodType)
,Wcs10Package.getGetCoverageType_InterpolationMethod()
-
setInterpolationMethod
public void setInterpolationMethod(InterpolationMethodType newInterpolationMethod)
- Specified by:
setInterpolationMethod
in interfaceGetCoverageType
- Parameters:
newInterpolationMethod
- the new value of the 'Interpolation Method' attribute.- See Also:
InterpolationMethodType
,GetCoverageType.isSetInterpolationMethod()
,GetCoverageType.unsetInterpolationMethod()
,GetCoverageType.getInterpolationMethod()
-
unsetInterpolationMethod
public void unsetInterpolationMethod()
-
isSetInterpolationMethod
public boolean isSetInterpolationMethod()
- Specified by:
isSetInterpolationMethod
in interfaceGetCoverageType
- Returns:
- whether the value of the 'Interpolation Method' attribute is set.
- See Also:
GetCoverageType.unsetInterpolationMethod()
,GetCoverageType.getInterpolationMethod()
,GetCoverageType.setInterpolationMethod(InterpolationMethodType)
-
getOutput
public OutputType getOutput()
- Specified by:
getOutput
in interfaceGetCoverageType
- Returns:
- the value of the 'Output' containment reference.
- See Also:
GetCoverageType.setOutput(OutputType)
,Wcs10Package.getGetCoverageType_Output()
-
basicSetOutput
public NotificationChain basicSetOutput(OutputType newOutput, NotificationChain msgs)
-
setOutput
public void setOutput(OutputType newOutput)
- Specified by:
setOutput
in interfaceGetCoverageType
- Parameters:
newOutput
- the new value of the 'Output' containment reference.- See Also:
GetCoverageType.getOutput()
-
getService
public String getService()
- Specified by:
getService
in interfaceGetCoverageType
- Returns:
- the value of the 'Service' attribute.
- See Also:
GetCoverageType.isSetService()
,GetCoverageType.unsetService()
,GetCoverageType.setService(String)
,Wcs10Package.getGetCoverageType_Service()
-
setService
public void setService(String newService)
- Specified by:
setService
in interfaceGetCoverageType
- Parameters:
newService
- the new value of the 'Service' attribute.- See Also:
GetCoverageType.isSetService()
,GetCoverageType.unsetService()
,GetCoverageType.getService()
-
unsetService
public void unsetService()
- Specified by:
unsetService
in interfaceGetCoverageType
- See Also:
GetCoverageType.isSetService()
,GetCoverageType.getService()
,GetCoverageType.setService(String)
-
isSetService
public boolean isSetService()
- Specified by:
isSetService
in interfaceGetCoverageType
- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
GetCoverageType.unsetService()
,GetCoverageType.getService()
,GetCoverageType.setService(String)
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceGetCoverageType
- Returns:
- the value of the 'Version' attribute.
- See Also:
GetCoverageType.isSetVersion()
,GetCoverageType.unsetVersion()
,GetCoverageType.setVersion(String)
,Wcs10Package.getGetCoverageType_Version()
-
setVersion
public void setVersion(String newVersion)
- Specified by:
setVersion
in interfaceGetCoverageType
- Parameters:
newVersion
- the new value of the 'Version' attribute.- See Also:
GetCoverageType.isSetVersion()
,GetCoverageType.unsetVersion()
,GetCoverageType.getVersion()
-
unsetVersion
public void unsetVersion()
- Specified by:
unsetVersion
in interfaceGetCoverageType
- See Also:
GetCoverageType.isSetVersion()
,GetCoverageType.getVersion()
,GetCoverageType.setVersion(String)
-
isSetVersion
public boolean isSetVersion()
- Specified by:
isSetVersion
in interfaceGetCoverageType
- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
GetCoverageType.unsetVersion()
,GetCoverageType.getVersion()
,GetCoverageType.setVersion(String)
-
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrl
in interfaceGetCoverageType
-
setBaseUrl
public void setBaseUrl(String newBaseUrl)
- Specified by:
setBaseUrl
in interfaceGetCoverageType
- Parameters:
newBaseUrl
- the new value of the 'Base Url' attribute.- See Also:
GetCoverageType.getBaseUrl()
-
getExtendedProperties
public Map getExtendedProperties()
- Specified by:
getExtendedProperties
in interfaceGetCoverageType
-
setExtendedProperties
public void setExtendedProperties(Map newExtendedProperties)
- Specified by:
setExtendedProperties
in interfaceGetCoverageType
- Parameters:
newExtendedProperties
- the new value of the 'Extended Properties' attribute.- See Also:
GetCoverageType.getExtendedProperties()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-