Package net.opengis.wcs11.impl
Class GridCrsTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- GridCrsTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- GridCrsType,- Notifier,- EObject,- InternalEObject
 
 public class GridCrsTypeImpl extends EObjectImpl implements GridCrsType An implementation of the model object 'Grid Crs Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringGRID_BASE_CRS_EDEFAULTThe default value of the 'Grid Base CRS' attribute.protected static StringGRID_CS_EDEFAULTThe default value of the 'Grid CS' attribute.protected static ObjectGRID_OFFSETS_EDEFAULTThe default value of the 'Grid Offsets' attribute.protected static ObjectGRID_ORIGIN_EDEFAULTThe default value of the 'Grid Origin' attribute.protected static StringGRID_TYPE_EDEFAULTThe default value of the 'Grid Type' attribute.protected StringgridBaseCRSThe cached value of the 'Grid Base CRS' attribute.protected StringgridCSThe cached value of the 'Grid CS' attribute.protected booleangridCSESetThis is true if the Grid CS attribute has been set.protected ObjectgridOffsetsThe cached value of the 'Grid Offsets' attribute.protected ObjectgridOriginThe cached value of the 'Grid Origin' attribute.protected booleangridOriginESetThis is true if the Grid Origin attribute has been set.protected StringgridTypeThe cached value of the 'Grid Type' attribute.protected booleangridTypeESetThis is true if the Grid Type attribute has been set.protected ObjectidThe cached value of the 'Id' attribute.protected static ObjectID_EDEFAULTThe default value of the 'Id' attribute.protected static ObjectSRS_NAME_EDEFAULTThe default value of the 'Srs Name' attribute.protected ObjectsrsNameThe cached value of the 'Srs Name' attribute.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGridCrsTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetGridBaseCRS()StringgetGridCS()ObjectgetGridOffsets()ObjectgetGridOrigin()StringgetGridType()ObjectgetId()ObjectgetSrsName()booleanisSetGridCS()booleanisSetGridOrigin()booleanisSetGridType()voidsetGridBaseCRS(String newGridBaseCRS)voidsetGridCS(String newGridCS)voidsetGridOffsets(Object newGridOffsets)voidsetGridOrigin(Object newGridOrigin)voidsetGridType(String newGridType)voidsetId(Object newId)voidsetSrsName(Object newSrsName)StringtoString()voidunsetGridCS()voidunsetGridOrigin()voidunsetGridType()- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods 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, 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 BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
SRS_NAME_EDEFAULTprotected static final Object SRS_NAME_EDEFAULT The default value of the 'Srs Name' attribute.- See Also:
- getSrsName()
 
 - 
srsNameprotected Object srsName The cached value of the 'Srs Name' attribute.- See Also:
- getSrsName()
 
 - 
GRID_BASE_CRS_EDEFAULTprotected static final String GRID_BASE_CRS_EDEFAULT The default value of the 'Grid Base CRS' attribute.- See Also:
- getGridBaseCRS()
 
 - 
gridBaseCRSprotected String gridBaseCRS The cached value of the 'Grid Base CRS' attribute.- See Also:
- getGridBaseCRS()
 
 - 
GRID_TYPE_EDEFAULTprotected static final String GRID_TYPE_EDEFAULT The default value of the 'Grid Type' attribute.- See Also:
- getGridType(), Constant Field Values
 
 - 
gridTypeprotected String gridType The cached value of the 'Grid Type' attribute.- See Also:
- getGridType()
 
 - 
gridTypeESetprotected boolean gridTypeESet This is true if the Grid Type attribute has been set.
 - 
GRID_ORIGIN_EDEFAULTprotected static final Object GRID_ORIGIN_EDEFAULT The default value of the 'Grid Origin' attribute.- See Also:
- getGridOrigin()
 
 - 
gridOriginprotected Object gridOrigin The cached value of the 'Grid Origin' attribute.- See Also:
- getGridOrigin()
 
 - 
gridOriginESetprotected boolean gridOriginESet This is true if the Grid Origin attribute has been set.
 - 
GRID_OFFSETS_EDEFAULTprotected static final Object GRID_OFFSETS_EDEFAULT The default value of the 'Grid Offsets' attribute.- See Also:
- getGridOffsets()
 
 - 
gridOffsetsprotected Object gridOffsets The cached value of the 'Grid Offsets' attribute.- See Also:
- getGridOffsets()
 
 - 
GRID_CS_EDEFAULTprotected static final String GRID_CS_EDEFAULT The default value of the 'Grid CS' attribute.- See Also:
- getGridCS(), Constant Field Values
 
 - 
gridCSprotected String gridCS The cached value of the 'Grid CS' attribute.- See Also:
- getGridCS()
 
 - 
gridCSESetprotected boolean gridCSESet This is true if the Grid CS attribute has been set.
 - 
ID_EDEFAULTprotected static final Object ID_EDEFAULT The default value of the 'Id' attribute.- See Also:
- getId()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getSrsNamepublic Object getSrsName() - Specified by:
- getSrsNamein interface- GridCrsType
- Returns:
- the value of the 'Srs Name' attribute.
- See Also:
- GridCrsType.setSrsName(Object),- Wcs111Package.getGridCrsType_SrsName()
 
 - 
setSrsNamepublic void setSrsName(Object newSrsName) - Specified by:
- setSrsNamein interface- GridCrsType
- Parameters:
- newSrsName- the new value of the 'Srs Name' attribute.
- See Also:
- GridCrsType.getSrsName()
 
 - 
getGridBaseCRSpublic String getGridBaseCRS() - Specified by:
- getGridBaseCRSin interface- GridCrsType
- Returns:
- the value of the 'Grid Base CRS' attribute.
- See Also:
- GridCrsType.setGridBaseCRS(String),- Wcs111Package.getGridCrsType_GridBaseCRS()
 
 - 
setGridBaseCRSpublic void setGridBaseCRS(String newGridBaseCRS) - Specified by:
- setGridBaseCRSin interface- GridCrsType
- Parameters:
- newGridBaseCRS- the new value of the 'Grid Base CRS' attribute.
- See Also:
- GridCrsType.getGridBaseCRS()
 
 - 
getGridTypepublic String getGridType() - Specified by:
- getGridTypein interface- GridCrsType
- Returns:
- the value of the 'Grid Type' attribute.
- See Also:
- GridCrsType.isSetGridType(),- GridCrsType.unsetGridType(),- GridCrsType.setGridType(String),- Wcs111Package.getGridCrsType_GridType()
 
 - 
setGridTypepublic void setGridType(String newGridType) - Specified by:
- setGridTypein interface- GridCrsType
- Parameters:
- newGridType- the new value of the 'Grid Type' attribute.
- See Also:
- GridCrsType.isSetGridType(),- GridCrsType.unsetGridType(),- GridCrsType.getGridType()
 
 - 
unsetGridTypepublic void unsetGridType() - Specified by:
- unsetGridTypein interface- GridCrsType
- See Also:
- GridCrsType.isSetGridType(),- GridCrsType.getGridType(),- GridCrsType.setGridType(String)
 
 - 
isSetGridTypepublic boolean isSetGridType() - Specified by:
- isSetGridTypein interface- GridCrsType
- Returns:
- whether the value of the 'Grid Type' attribute is set.
- See Also:
- GridCrsType.unsetGridType(),- GridCrsType.getGridType(),- GridCrsType.setGridType(String)
 
 - 
getGridOriginpublic Object getGridOrigin() - Specified by:
- getGridOriginin interface- GridCrsType
- Returns:
- the value of the 'Grid Origin' attribute.
- See Also:
- GridCrsType.isSetGridOrigin(),- GridCrsType.unsetGridOrigin(),- GridCrsType.setGridOrigin(Object),- Wcs111Package.getGridCrsType_GridOrigin()
 
 - 
setGridOriginpublic void setGridOrigin(Object newGridOrigin) - Specified by:
- setGridOriginin interface- GridCrsType
- Parameters:
- newGridOrigin- the new value of the 'Grid Origin' attribute.
- See Also:
- GridCrsType.isSetGridOrigin(),- GridCrsType.unsetGridOrigin(),- GridCrsType.getGridOrigin()
 
 - 
unsetGridOriginpublic void unsetGridOrigin() - Specified by:
- unsetGridOriginin interface- GridCrsType
- See Also:
- GridCrsType.isSetGridOrigin(),- GridCrsType.getGridOrigin(),- GridCrsType.setGridOrigin(Object)
 
 - 
isSetGridOriginpublic boolean isSetGridOrigin() - Specified by:
- isSetGridOriginin interface- GridCrsType
- Returns:
- whether the value of the 'Grid Origin' attribute is set.
- See Also:
- GridCrsType.unsetGridOrigin(),- GridCrsType.getGridOrigin(),- GridCrsType.setGridOrigin(Object)
 
 - 
getGridOffsetspublic Object getGridOffsets() - Specified by:
- getGridOffsetsin interface- GridCrsType
- Returns:
- the value of the 'Grid Offsets' attribute.
- See Also:
- GridCrsType.setGridOffsets(Object),- Wcs111Package.getGridCrsType_GridOffsets()
 
 - 
setGridOffsetspublic void setGridOffsets(Object newGridOffsets) - Specified by:
- setGridOffsetsin interface- GridCrsType
- Parameters:
- newGridOffsets- the new value of the 'Grid Offsets' attribute.
- See Also:
- GridCrsType.getGridOffsets()
 
 - 
getGridCSpublic String getGridCS() - Specified by:
- getGridCSin interface- GridCrsType
- Returns:
- the value of the 'Grid CS' attribute.
- See Also:
- GridCrsType.isSetGridCS(),- GridCrsType.unsetGridCS(),- GridCrsType.setGridCS(String),- Wcs111Package.getGridCrsType_GridCS()
 
 - 
setGridCSpublic void setGridCS(String newGridCS) - Specified by:
- setGridCSin interface- GridCrsType
- Parameters:
- newGridCS- the new value of the 'Grid CS' attribute.
- See Also:
- GridCrsType.isSetGridCS(),- GridCrsType.unsetGridCS(),- GridCrsType.getGridCS()
 
 - 
unsetGridCSpublic void unsetGridCS() - Specified by:
- unsetGridCSin interface- GridCrsType
- See Also:
- GridCrsType.isSetGridCS(),- GridCrsType.getGridCS(),- GridCrsType.setGridCS(String)
 
 - 
isSetGridCSpublic boolean isSetGridCS() - Specified by:
- isSetGridCSin interface- GridCrsType
- Returns:
- whether the value of the 'Grid CS' attribute is set.
- See Also:
- GridCrsType.unsetGridCS(),- GridCrsType.getGridCS(),- GridCrsType.setGridCS(String)
 
 - 
getIdpublic Object getId() - Specified by:
- getIdin interface- GridCrsType
- Returns:
- the value of the 'Id' attribute.
- See Also:
- GridCrsType.setId(Object),- Wcs111Package.getGridCrsType_Id()
 
 - 
setIdpublic void setId(Object newId) - Specified by:
- setIdin interface- GridCrsType
- Parameters:
- newId- the new value of the 'Id' attribute.
- See Also:
- GridCrsType.getId()
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-