Package net.opengis.wcs20.impl
Class GetCoverageTypeImpl
Object
BasicNotifierImpl
BasicEObjectImpl
EObjectImpl
RequestBaseTypeImpl
GetCoverageTypeImpl
- All Implemented Interfaces:
- GetCoverageType,- RequestBaseType,- Notifier,- EObject,- InternalEObject
 An implementation of the model object 'Get Coverage Type'.
 
 
The following features are implemented:
- 
Nested Class SummaryNested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface InternalEObjectInternalEObject.EStore
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final StringThe default value of the 'Coverage Id' attribute.protected StringThe cached value of the 'Coverage Id' attribute.protected FeatureMapThe cached value of the 'Dimension Subset Group' attribute list.protected FilterThe cached value of the 'Filter' attribute.protected static final FilterThe default value of the 'Filter' attribute.protected StringThe cached value of the 'Format' attribute.protected static final StringThe default value of the 'Format' attribute.protected static final StringThe default value of the 'Media Type' attribute.protected StringThe cached value of the 'Media Type' attribute.protected EList<SortBy>The cached value of the 'Sort By' attribute list.Fields inherited from class RequestBaseTypeImplBASE_URL_EDEFAULT, baseUrl, extension, service, SERVICE_EDEFAULT, serviceESet, version, VERSION_EDEFAULTFields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXYFields inherited from class BasicEObjectImplEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface InternalEObjectEOPPOSITE_FEATURE_BASE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioneGet(int featureID, boolean resolve, boolean coreType) NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) booleaneIsSet(int featureID) voidprotected EClassvoideUnset(int featureID) EList<DimensionSubsetType>FeatureMapEList<SortBy>voidsetCoverageId(String newCoverageId) voidvoidvoidsetMediaType(String newMediaType) toString()Methods inherited from class RequestBaseTypeImplbasicSetExtension, getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetServiceMethods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIMethods inherited from class BasicEObjectImpleAddVirtualValue, 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, eVirtualValuesMethods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface InternalEObjecteNotificationRequiredMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface RequestBaseTypegetBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
- 
Field Details- 
COVERAGE_ID_EDEFAULTThe default value of the 'Coverage Id' attribute.- See Also:
 
- 
coverageIdThe cached value of the 'Coverage Id' attribute.- See Also:
 
- 
dimensionSubsetGroupprotected FeatureMap dimensionSubsetGroupThe cached value of the 'Dimension Subset Group' attribute list.- See Also:
 
- 
FORMAT_EDEFAULTThe default value of the 'Format' attribute.- See Also:
 
- 
formatThe cached value of the 'Format' attribute.- See Also:
 
- 
MEDIA_TYPE_EDEFAULTThe default value of the 'Media Type' attribute.- See Also:
 
- 
mediaTypeThe cached value of the 'Media Type' attribute.- See Also:
 
- 
FILTER_EDEFAULTThe default value of the 'Filter' attribute.- See Also:
 
- 
filterThe cached value of the 'Filter' attribute.- See Also:
 
- 
sortByThe cached value of the 'Sort By' attribute list.- See Also:
 
 
- 
- 
Constructor Details- 
GetCoverageTypeImplprotected GetCoverageTypeImpl()
 
- 
- 
Method Details- 
eStaticClassprotected EClass eStaticClass()- Overrides:
- eStaticClassin class- RequestBaseTypeImpl
 
- 
getCoverageId- Specified by:
- getCoverageIdin interface- GetCoverageType
- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
 
- 
setCoverageId- Specified by:
- setCoverageIdin interface- GetCoverageType
- Parameters:
- newCoverageId- the new value of the 'Coverage Id' attribute.
- See Also:
 
- 
getDimensionSubsetGrouppublic FeatureMap getDimensionSubsetGroup()- Specified by:
- getDimensionSubsetGroupin interface- GetCoverageType
- Returns:
- the value of the 'Dimension Subset Group' attribute list.
- See Also:
 
- 
getDimensionSubset- Specified by:
- getDimensionSubsetin interface- GetCoverageType
- Returns:
- the value of the 'Dimension Subset' containment reference list.
- See Also:
 
- 
getFormat- Specified by:
- getFormatin interface- GetCoverageType
- Returns:
- the value of the 'Format' attribute.
- See Also:
 
- 
setFormat- Specified by:
- setFormatin interface- GetCoverageType
- Parameters:
- newFormat- the new value of the 'Format' attribute.
- See Also:
 
- 
getMediaType- Specified by:
- getMediaTypein interface- GetCoverageType
- Returns:
- the value of the 'Media Type' attribute.
- See Also:
 
- 
setMediaType- Specified by:
- setMediaTypein interface- GetCoverageType
- Parameters:
- newMediaType- the new value of the 'Media Type' attribute.
- See Also:
 
- 
getFilter- Specified by:
- getFilterin interface- GetCoverageType
 
- 
setFilter- Specified by:
- setFilterin interface- GetCoverageType
- Parameters:
- newFilter- the new value of the 'Filter' attribute.
- See Also:
 
- 
getSortBy- Specified by:
- getSortByin interface- GetCoverageType
 
- 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) - Overrides:
- eInverseRemovein class- RequestBaseTypeImpl
 
- 
eGet- Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- RequestBaseTypeImpl
 
- 
eSet- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- RequestBaseTypeImpl
 
- 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- RequestBaseTypeImpl
 
- 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- RequestBaseTypeImpl
 
- 
toString- Overrides:
- toStringin class- RequestBaseTypeImpl
 
 
-