Package net.opengis.wcs20.impl
Class GetCoverageTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- RequestBaseTypeImpl
-
- GetCoverageTypeImpl
-
- All Implemented Interfaces:
GetCoverageType,RequestBaseType,Notifier,EObject,InternalEObject
public class GetCoverageTypeImpl extends RequestBaseTypeImpl 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 StringCOVERAGE_ID_EDEFAULTThe default value of the 'Coverage Id' attribute.protected StringcoverageIdThe cached value of the 'Coverage Id' attribute.protected FeatureMapdimensionSubsetGroupThe cached value of the 'Dimension Subset Group' attribute list.protected FilterfilterThe cached value of the 'Filter' attribute.protected static FilterFILTER_EDEFAULTThe default value of the 'Filter' attribute.protected StringformatThe cached value of the 'Format' attribute.protected static StringFORMAT_EDEFAULTThe default value of the 'Format' attribute.protected static StringMEDIA_TYPE_EDEFAULTThe default value of the 'Media Type' attribute.protected StringmediaTypeThe cached value of the 'Media Type' attribute.protected EList<SortBy>sortByThe cached value of the 'Sort By' attribute list.-
Fields inherited from class RequestBaseTypeImpl
BASE_URL_EDEFAULT, baseUrl, extension, service, SERVICE_EDEFAULT, serviceESet, version, VERSION_EDEFAULT
-
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 protectedGetCoverageTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetCoverageId()EList<DimensionSubsetType>getDimensionSubset()FeatureMapgetDimensionSubsetGroup()FiltergetFilter()StringgetFormat()StringgetMediaType()EList<SortBy>getSortBy()voidsetCoverageId(String newCoverageId)voidsetFilter(Filter newFilter)voidsetFormat(String newFormat)voidsetMediaType(String newMediaType)StringtoString()-
Methods inherited from class RequestBaseTypeImpl
basicSetExtension, getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
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
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface RequestBaseType
getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
-
-
-
Field Detail
-
COVERAGE_ID_EDEFAULT
protected static final String COVERAGE_ID_EDEFAULT
The default value of the 'Coverage Id' attribute.- See Also:
getCoverageId()
-
coverageId
protected String coverageId
The cached value of the 'Coverage Id' attribute.- See Also:
getCoverageId()
-
dimensionSubsetGroup
protected FeatureMap dimensionSubsetGroup
The cached value of the 'Dimension Subset Group' attribute list.- See Also:
getDimensionSubsetGroup()
-
FORMAT_EDEFAULT
protected static final String FORMAT_EDEFAULT
The default value of the 'Format' attribute.- See Also:
getFormat()
-
format
protected String format
The cached value of the 'Format' attribute.- See Also:
getFormat()
-
MEDIA_TYPE_EDEFAULT
protected static final String MEDIA_TYPE_EDEFAULT
The default value of the 'Media Type' attribute.- See Also:
getMediaType()
-
mediaType
protected String mediaType
The cached value of the 'Media Type' attribute.- See Also:
getMediaType()
-
FILTER_EDEFAULT
protected static final Filter FILTER_EDEFAULT
The default value of the 'Filter' attribute.- See Also:
getFilter()
-
filter
protected Filter filter
The cached value of the 'Filter' attribute.- See Also:
getFilter()
-
sortBy
protected EList<SortBy> sortBy
The cached value of the 'Sort By' attribute list.- See Also:
getSortBy()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classRequestBaseTypeImpl
-
getCoverageId
public String getCoverageId()
- Specified by:
getCoverageIdin interfaceGetCoverageType- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
GetCoverageType.setCoverageId(String),Wcs20Package.getGetCoverageType_CoverageId()
-
setCoverageId
public void setCoverageId(String newCoverageId)
- Specified by:
setCoverageIdin interfaceGetCoverageType- Parameters:
newCoverageId- the new value of the 'Coverage Id' attribute.- See Also:
GetCoverageType.getCoverageId()
-
getDimensionSubsetGroup
public FeatureMap getDimensionSubsetGroup()
- Specified by:
getDimensionSubsetGroupin interfaceGetCoverageType- Returns:
- the value of the 'Dimension Subset Group' attribute list.
- See Also:
Wcs20Package.getGetCoverageType_DimensionSubsetGroup()
-
getDimensionSubset
public EList<DimensionSubsetType> getDimensionSubset()
- Specified by:
getDimensionSubsetin interfaceGetCoverageType- Returns:
- the value of the 'Dimension Subset' containment reference list.
- See Also:
Wcs20Package.getGetCoverageType_DimensionSubset()
-
getFormat
public String getFormat()
- Specified by:
getFormatin interfaceGetCoverageType- Returns:
- the value of the 'Format' attribute.
- See Also:
GetCoverageType.setFormat(String),Wcs20Package.getGetCoverageType_Format()
-
setFormat
public void setFormat(String newFormat)
- Specified by:
setFormatin interfaceGetCoverageType- Parameters:
newFormat- the new value of the 'Format' attribute.- See Also:
GetCoverageType.getFormat()
-
getMediaType
public String getMediaType()
- Specified by:
getMediaTypein interfaceGetCoverageType- Returns:
- the value of the 'Media Type' attribute.
- See Also:
GetCoverageType.setMediaType(String),Wcs20Package.getGetCoverageType_MediaType()
-
setMediaType
public void setMediaType(String newMediaType)
- Specified by:
setMediaTypein interfaceGetCoverageType- Parameters:
newMediaType- the new value of the 'Media Type' attribute.- See Also:
GetCoverageType.getMediaType()
-
getFilter
public Filter getFilter()
- Specified by:
getFilterin interfaceGetCoverageType
-
setFilter
public void setFilter(Filter newFilter)
- Specified by:
setFilterin interfaceGetCoverageType- Parameters:
newFilter- the new value of the 'Filter' attribute.- See Also:
GetCoverageType.getFilter()
-
getSortBy
public EList<SortBy> getSortBy()
- Specified by:
getSortByin interfaceGetCoverageType
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classRequestBaseTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classRequestBaseTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classRequestBaseTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classRequestBaseTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classRequestBaseTypeImpl
-
toString
public String toString()
- Overrides:
toStringin classRequestBaseTypeImpl
-
-