Package net.opengis.ows11.impl
Class BoundingBoxTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- BoundingBoxTypeImpl
-
- All Implemented Interfaces:
BoundingBoxType,Notifier,EObject,InternalEObject
- Direct Known Subclasses:
WGS84BoundingBoxTypeImpl
public class BoundingBoxTypeImpl extends EObjectImpl implements BoundingBoxType
An implementation of the model object 'Bounding Box 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 StringcrsThe cached value of the 'Crs' attribute.protected static StringCRS_EDEFAULTThe default value of the 'Crs' attribute.protected BigIntegerdimensionsThe cached value of the 'Dimensions' attribute.protected static BigIntegerDIMENSIONS_EDEFAULTThe default value of the 'Dimensions' attribute.protected static ListLOWER_CORNER_EDEFAULTThe default value of the 'Lower Corner' attribute.protected ListlowerCornerThe cached value of the 'Lower Corner' attribute.protected static ListUPPER_CORNER_EDEFAULTThe default value of the 'Upper Corner' attribute.protected ListupperCornerThe cached value of the 'Upper Corner' 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 protectedBoundingBoxTypeImpl()
-
Method Summary
All 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)StringgetCrs()BigIntegergetDimensions()ListgetLowerCorner()ListgetUpperCorner()voidsetCrs(String newCrs)voidsetDimensions(BigInteger newDimensions)voidsetLowerCorner(List newLowerCorner)voidsetUpperCorner(List newUpperCorner)StringtoString()-
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
-
LOWER_CORNER_EDEFAULT
protected static final List LOWER_CORNER_EDEFAULT
The default value of the 'Lower Corner' attribute.- See Also:
getLowerCorner()
-
lowerCorner
protected List lowerCorner
The cached value of the 'Lower Corner' attribute.- See Also:
getLowerCorner()
-
UPPER_CORNER_EDEFAULT
protected static final List UPPER_CORNER_EDEFAULT
The default value of the 'Upper Corner' attribute.- See Also:
getUpperCorner()
-
upperCorner
protected List upperCorner
The cached value of the 'Upper Corner' attribute.- See Also:
getUpperCorner()
-
CRS_EDEFAULT
protected static final String CRS_EDEFAULT
The default value of the 'Crs' attribute.- See Also:
getCrs()
-
DIMENSIONS_EDEFAULT
protected static final BigInteger DIMENSIONS_EDEFAULT
The default value of the 'Dimensions' attribute.- See Also:
getDimensions()
-
dimensions
protected BigInteger dimensions
The cached value of the 'Dimensions' attribute.- See Also:
getDimensions()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classEObjectImpl
-
getLowerCorner
public List getLowerCorner()
- Specified by:
getLowerCornerin interfaceBoundingBoxType- Returns:
- the value of the 'Lower Corner' attribute.
- See Also:
BoundingBoxType.setLowerCorner(List),Ows11Package.getBoundingBoxType_LowerCorner()
-
setLowerCorner
public void setLowerCorner(List newLowerCorner)
- Specified by:
setLowerCornerin interfaceBoundingBoxType- Parameters:
newLowerCorner- the new value of the 'Lower Corner' attribute.- See Also:
BoundingBoxType.getLowerCorner()
-
getUpperCorner
public List getUpperCorner()
- Specified by:
getUpperCornerin interfaceBoundingBoxType- Returns:
- the value of the 'Upper Corner' attribute.
- See Also:
BoundingBoxType.setUpperCorner(List),Ows11Package.getBoundingBoxType_UpperCorner()
-
setUpperCorner
public void setUpperCorner(List newUpperCorner)
- Specified by:
setUpperCornerin interfaceBoundingBoxType- Parameters:
newUpperCorner- the new value of the 'Upper Corner' attribute.- See Also:
BoundingBoxType.getUpperCorner()
-
getCrs
public String getCrs()
- Specified by:
getCrsin interfaceBoundingBoxType- Returns:
- the value of the 'Crs' attribute.
- See Also:
BoundingBoxType.setCrs(String),Ows11Package.getBoundingBoxType_Crs()
-
setCrs
public void setCrs(String newCrs)
- Specified by:
setCrsin interfaceBoundingBoxType- Parameters:
newCrs- the new value of the 'Crs' attribute.- See Also:
BoundingBoxType.getCrs()
-
getDimensions
public BigInteger getDimensions()
- Specified by:
getDimensionsin interfaceBoundingBoxType- Returns:
- the value of the 'Dimensions' attribute.
- See Also:
BoundingBoxType.setDimensions(BigInteger),Ows11Package.getBoundingBoxType_Dimensions()
-
setDimensions
public void setDimensions(BigInteger newDimensions)
- Specified by:
setDimensionsin interfaceBoundingBoxType- Parameters:
newDimensions- the new value of the 'Dimensions' attribute.- See Also:
BoundingBoxType.getDimensions()
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toStringin classBasicEObjectImpl
-
-