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 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
GRID_BASE_CRS_EDEFAULT
The default value of the 'Grid Base CRS
' attribute.protected static String
GRID_CS_EDEFAULT
The default value of the 'Grid CS
' attribute.protected static Object
GRID_OFFSETS_EDEFAULT
The default value of the 'Grid Offsets
' attribute.protected static Object
GRID_ORIGIN_EDEFAULT
The default value of the 'Grid Origin
' attribute.protected static String
GRID_TYPE_EDEFAULT
The default value of the 'Grid Type
' attribute.protected String
gridBaseCRS
The cached value of the 'Grid Base CRS
' attribute.protected String
gridCS
The cached value of the 'Grid CS
' attribute.protected boolean
gridCSESet
This is true if the Grid CS attribute has been set.protected Object
gridOffsets
The cached value of the 'Grid Offsets
' attribute.protected Object
gridOrigin
The cached value of the 'Grid Origin
' attribute.protected boolean
gridOriginESet
This is true if the Grid Origin attribute has been set.protected String
gridType
The cached value of the 'Grid Type
' attribute.protected boolean
gridTypeESet
This is true if the Grid Type attribute has been set.protected Object
id
The cached value of the 'Id
' attribute.protected static Object
ID_EDEFAULT
The default value of the 'Id
' attribute.protected static Object
SRS_NAME_EDEFAULT
The default value of the 'Srs Name
' attribute.protected Object
srsName
The cached value of the 'Srs Name
' attribute.-
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
GridCrsTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
String
getGridBaseCRS()
String
getGridCS()
Object
getGridOffsets()
Object
getGridOrigin()
String
getGridType()
Object
getId()
Object
getSrsName()
boolean
isSetGridCS()
boolean
isSetGridOrigin()
boolean
isSetGridType()
void
setGridBaseCRS(String newGridBaseCRS)
void
setGridCS(String newGridCS)
void
setGridOffsets(Object newGridOffsets)
void
setGridOrigin(Object newGridOrigin)
void
setGridType(String newGridType)
void
setId(Object newId)
void
setSrsName(Object newSrsName)
String
toString()
void
unsetGridCS()
void
unsetGridOrigin()
void
unsetGridType()
-
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, 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
-
SRS_NAME_EDEFAULT
protected static final Object SRS_NAME_EDEFAULT
The default value of the 'Srs Name
' attribute.- See Also:
getSrsName()
-
srsName
protected Object srsName
The cached value of the 'Srs Name
' attribute.- See Also:
getSrsName()
-
GRID_BASE_CRS_EDEFAULT
protected static final String GRID_BASE_CRS_EDEFAULT
The default value of the 'Grid Base CRS
' attribute.- See Also:
getGridBaseCRS()
-
gridBaseCRS
protected String gridBaseCRS
The cached value of the 'Grid Base CRS
' attribute.- See Also:
getGridBaseCRS()
-
GRID_TYPE_EDEFAULT
protected static final String GRID_TYPE_EDEFAULT
The default value of the 'Grid Type
' attribute.- See Also:
getGridType()
, Constant Field Values
-
gridType
protected String gridType
The cached value of the 'Grid Type
' attribute.- See Also:
getGridType()
-
gridTypeESet
protected boolean gridTypeESet
This is true if the Grid Type attribute has been set.
-
GRID_ORIGIN_EDEFAULT
protected static final Object GRID_ORIGIN_EDEFAULT
The default value of the 'Grid Origin
' attribute.- See Also:
getGridOrigin()
-
gridOrigin
protected Object gridOrigin
The cached value of the 'Grid Origin
' attribute.- See Also:
getGridOrigin()
-
gridOriginESet
protected boolean gridOriginESet
This is true if the Grid Origin attribute has been set.
-
GRID_OFFSETS_EDEFAULT
protected static final Object GRID_OFFSETS_EDEFAULT
The default value of the 'Grid Offsets
' attribute.- See Also:
getGridOffsets()
-
gridOffsets
protected Object gridOffsets
The cached value of the 'Grid Offsets
' attribute.- See Also:
getGridOffsets()
-
GRID_CS_EDEFAULT
protected static final String GRID_CS_EDEFAULT
The default value of the 'Grid CS
' attribute.- See Also:
getGridCS()
, Constant Field Values
-
gridCS
protected String gridCS
The cached value of the 'Grid CS
' attribute.- See Also:
getGridCS()
-
gridCSESet
protected boolean gridCSESet
This is true if the Grid CS attribute has been set.
-
ID_EDEFAULT
protected static final Object ID_EDEFAULT
The default value of the 'Id
' attribute.- See Also:
getId()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getSrsName
public Object getSrsName()
- Specified by:
getSrsName
in interfaceGridCrsType
- Returns:
- the value of the 'Srs Name' attribute.
- See Also:
GridCrsType.setSrsName(Object)
,Wcs111Package.getGridCrsType_SrsName()
-
setSrsName
public void setSrsName(Object newSrsName)
- Specified by:
setSrsName
in interfaceGridCrsType
- Parameters:
newSrsName
- the new value of the 'Srs Name' attribute.- See Also:
GridCrsType.getSrsName()
-
getGridBaseCRS
public String getGridBaseCRS()
- Specified by:
getGridBaseCRS
in interfaceGridCrsType
- Returns:
- the value of the 'Grid Base CRS' attribute.
- See Also:
GridCrsType.setGridBaseCRS(String)
,Wcs111Package.getGridCrsType_GridBaseCRS()
-
setGridBaseCRS
public void setGridBaseCRS(String newGridBaseCRS)
- Specified by:
setGridBaseCRS
in interfaceGridCrsType
- Parameters:
newGridBaseCRS
- the new value of the 'Grid Base CRS' attribute.- See Also:
GridCrsType.getGridBaseCRS()
-
getGridType
public String getGridType()
- Specified by:
getGridType
in interfaceGridCrsType
- Returns:
- the value of the 'Grid Type' attribute.
- See Also:
GridCrsType.isSetGridType()
,GridCrsType.unsetGridType()
,GridCrsType.setGridType(String)
,Wcs111Package.getGridCrsType_GridType()
-
setGridType
public void setGridType(String newGridType)
- Specified by:
setGridType
in interfaceGridCrsType
- Parameters:
newGridType
- the new value of the 'Grid Type' attribute.- See Also:
GridCrsType.isSetGridType()
,GridCrsType.unsetGridType()
,GridCrsType.getGridType()
-
unsetGridType
public void unsetGridType()
- Specified by:
unsetGridType
in interfaceGridCrsType
- See Also:
GridCrsType.isSetGridType()
,GridCrsType.getGridType()
,GridCrsType.setGridType(String)
-
isSetGridType
public boolean isSetGridType()
- Specified by:
isSetGridType
in interfaceGridCrsType
- Returns:
- whether the value of the 'Grid Type' attribute is set.
- See Also:
GridCrsType.unsetGridType()
,GridCrsType.getGridType()
,GridCrsType.setGridType(String)
-
getGridOrigin
public Object getGridOrigin()
- Specified by:
getGridOrigin
in interfaceGridCrsType
- Returns:
- the value of the 'Grid Origin' attribute.
- See Also:
GridCrsType.isSetGridOrigin()
,GridCrsType.unsetGridOrigin()
,GridCrsType.setGridOrigin(Object)
,Wcs111Package.getGridCrsType_GridOrigin()
-
setGridOrigin
public void setGridOrigin(Object newGridOrigin)
- Specified by:
setGridOrigin
in interfaceGridCrsType
- Parameters:
newGridOrigin
- the new value of the 'Grid Origin' attribute.- See Also:
GridCrsType.isSetGridOrigin()
,GridCrsType.unsetGridOrigin()
,GridCrsType.getGridOrigin()
-
unsetGridOrigin
public void unsetGridOrigin()
- Specified by:
unsetGridOrigin
in interfaceGridCrsType
- See Also:
GridCrsType.isSetGridOrigin()
,GridCrsType.getGridOrigin()
,GridCrsType.setGridOrigin(Object)
-
isSetGridOrigin
public boolean isSetGridOrigin()
- Specified by:
isSetGridOrigin
in interfaceGridCrsType
- Returns:
- whether the value of the 'Grid Origin' attribute is set.
- See Also:
GridCrsType.unsetGridOrigin()
,GridCrsType.getGridOrigin()
,GridCrsType.setGridOrigin(Object)
-
getGridOffsets
public Object getGridOffsets()
- Specified by:
getGridOffsets
in interfaceGridCrsType
- Returns:
- the value of the 'Grid Offsets' attribute.
- See Also:
GridCrsType.setGridOffsets(Object)
,Wcs111Package.getGridCrsType_GridOffsets()
-
setGridOffsets
public void setGridOffsets(Object newGridOffsets)
- Specified by:
setGridOffsets
in interfaceGridCrsType
- Parameters:
newGridOffsets
- the new value of the 'Grid Offsets' attribute.- See Also:
GridCrsType.getGridOffsets()
-
getGridCS
public String getGridCS()
- Specified by:
getGridCS
in interfaceGridCrsType
- Returns:
- the value of the 'Grid CS' attribute.
- See Also:
GridCrsType.isSetGridCS()
,GridCrsType.unsetGridCS()
,GridCrsType.setGridCS(String)
,Wcs111Package.getGridCrsType_GridCS()
-
setGridCS
public void setGridCS(String newGridCS)
- Specified by:
setGridCS
in interfaceGridCrsType
- Parameters:
newGridCS
- the new value of the 'Grid CS' attribute.- See Also:
GridCrsType.isSetGridCS()
,GridCrsType.unsetGridCS()
,GridCrsType.getGridCS()
-
unsetGridCS
public void unsetGridCS()
- Specified by:
unsetGridCS
in interfaceGridCrsType
- See Also:
GridCrsType.isSetGridCS()
,GridCrsType.getGridCS()
,GridCrsType.setGridCS(String)
-
isSetGridCS
public boolean isSetGridCS()
- Specified by:
isSetGridCS
in interfaceGridCrsType
- Returns:
- whether the value of the 'Grid CS' attribute is set.
- See Also:
GridCrsType.unsetGridCS()
,GridCrsType.getGridCS()
,GridCrsType.setGridCS(String)
-
getId
public Object getId()
- Specified by:
getId
in interfaceGridCrsType
- Returns:
- the value of the 'Id' attribute.
- See Also:
GridCrsType.setId(Object)
,Wcs111Package.getGridCrsType_Id()
-
setId
public void setId(Object newId)
- Specified by:
setId
in interfaceGridCrsType
- Parameters:
newId
- the new value of the 'Id' attribute.- See Also:
GridCrsType.getId()
-
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
-
-