Package net.opengis.ows20.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 String
crs
The cached value of the 'Crs
' attribute.protected static String
CRS_EDEFAULT
The default value of the 'Crs
' attribute.protected BigInteger
dimensions
The cached value of the 'Dimensions
' attribute.protected static BigInteger
DIMENSIONS_EDEFAULT
The default value of the 'Dimensions
' attribute.protected static List<Double>
LOWER_CORNER_EDEFAULT
The default value of the 'Lower Corner
' attribute.protected List<Double>
lowerCorner
The cached value of the 'Lower Corner
' attribute.protected static List<Double>
UPPER_CORNER_EDEFAULT
The default value of the 'Upper Corner
' attribute.protected List<Double>
upperCorner
The 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 protected
BoundingBoxTypeImpl()
-
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
getCrs()
BigInteger
getDimensions()
List<Double>
getLowerCorner()
List<Double>
getUpperCorner()
void
setCrs(String newCrs)
void
setDimensions(BigInteger newDimensions)
void
setLowerCorner(List<Double> newLowerCorner)
void
setUpperCorner(List<Double> newUpperCorner)
String
toString()
-
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<Double> LOWER_CORNER_EDEFAULT
The default value of the 'Lower Corner
' attribute.- See Also:
getLowerCorner()
-
lowerCorner
protected List<Double> lowerCorner
The cached value of the 'Lower Corner
' attribute.- See Also:
getLowerCorner()
-
UPPER_CORNER_EDEFAULT
protected static final List<Double> UPPER_CORNER_EDEFAULT
The default value of the 'Upper Corner
' attribute.- See Also:
getUpperCorner()
-
upperCorner
protected List<Double> 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:
eStaticClass
in classEObjectImpl
-
getLowerCorner
public List<Double> getLowerCorner()
- Specified by:
getLowerCorner
in interfaceBoundingBoxType
- Returns:
- the value of the 'Lower Corner' attribute.
- See Also:
BoundingBoxType.setLowerCorner(List)
,Ows20Package.getBoundingBoxType_LowerCorner()
-
setLowerCorner
public void setLowerCorner(List<Double> newLowerCorner)
- Specified by:
setLowerCorner
in interfaceBoundingBoxType
- Parameters:
newLowerCorner
- the new value of the 'Lower Corner' attribute.- See Also:
BoundingBoxType.getLowerCorner()
-
getUpperCorner
public List<Double> getUpperCorner()
- Specified by:
getUpperCorner
in interfaceBoundingBoxType
- Returns:
- the value of the 'Upper Corner' attribute.
- See Also:
BoundingBoxType.setUpperCorner(List)
,Ows20Package.getBoundingBoxType_UpperCorner()
-
setUpperCorner
public void setUpperCorner(List<Double> newUpperCorner)
- Specified by:
setUpperCorner
in interfaceBoundingBoxType
- Parameters:
newUpperCorner
- the new value of the 'Upper Corner' attribute.- See Also:
BoundingBoxType.getUpperCorner()
-
getCrs
public String getCrs()
- Specified by:
getCrs
in interfaceBoundingBoxType
- Returns:
- the value of the 'Crs' attribute.
- See Also:
BoundingBoxType.setCrs(String)
,Ows20Package.getBoundingBoxType_Crs()
-
setCrs
public void setCrs(String newCrs)
- Specified by:
setCrs
in interfaceBoundingBoxType
- Parameters:
newCrs
- the new value of the 'Crs' attribute.- See Also:
BoundingBoxType.getCrs()
-
getDimensions
public BigInteger getDimensions()
- Specified by:
getDimensions
in interfaceBoundingBoxType
- Returns:
- the value of the 'Dimensions' attribute.
- See Also:
BoundingBoxType.setDimensions(BigInteger)
,Ows20Package.getBoundingBoxType_Dimensions()
-
setDimensions
public void setDimensions(BigInteger newDimensions)
- Specified by:
setDimensions
in 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:
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
-
-