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 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 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 List<Double>LOWER_CORNER_EDEFAULTThe default value of the 'Lower Corner' attribute.protected List<Double>lowerCornerThe cached value of the 'Lower Corner' attribute.protected static List<Double>UPPER_CORNER_EDEFAULTThe default value of the 'Upper Corner' attribute.protected List<Double>upperCornerThe cached value of the 'Upper Corner' 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 protectedBoundingBoxTypeImpl()
 - 
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)StringgetCrs()BigIntegergetDimensions()List<Double>getLowerCorner()List<Double>getUpperCorner()voidsetCrs(String newCrs)voidsetDimensions(BigInteger newDimensions)voidsetLowerCorner(List<Double> newLowerCorner)voidsetUpperCorner(List<Double> newUpperCorner)StringtoString()- 
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- 
LOWER_CORNER_EDEFAULTprotected static final List<Double> LOWER_CORNER_EDEFAULT The default value of the 'Lower Corner' attribute.- See Also:
- getLowerCorner()
 
 - 
lowerCornerprotected List<Double> lowerCorner The cached value of the 'Lower Corner' attribute.- See Also:
- getLowerCorner()
 
 - 
UPPER_CORNER_EDEFAULTprotected static final List<Double> UPPER_CORNER_EDEFAULT The default value of the 'Upper Corner' attribute.- See Also:
- getUpperCorner()
 
 - 
upperCornerprotected List<Double> upperCorner The cached value of the 'Upper Corner' attribute.- See Also:
- getUpperCorner()
 
 - 
CRS_EDEFAULTprotected static final String CRS_EDEFAULT The default value of the 'Crs' attribute.- See Also:
- getCrs()
 
 - 
DIMENSIONS_EDEFAULTprotected static final BigInteger DIMENSIONS_EDEFAULT The default value of the 'Dimensions' attribute.- See Also:
- getDimensions()
 
 - 
dimensionsprotected BigInteger dimensions The cached value of the 'Dimensions' attribute.- See Also:
- getDimensions()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getLowerCornerpublic List<Double> getLowerCorner() - Specified by:
- getLowerCornerin interface- BoundingBoxType
- Returns:
- the value of the 'Lower Corner' attribute.
- See Also:
- BoundingBoxType.setLowerCorner(List),- Ows20Package.getBoundingBoxType_LowerCorner()
 
 - 
setLowerCornerpublic void setLowerCorner(List<Double> newLowerCorner) - Specified by:
- setLowerCornerin interface- BoundingBoxType
- Parameters:
- newLowerCorner- the new value of the 'Lower Corner' attribute.
- See Also:
- BoundingBoxType.getLowerCorner()
 
 - 
getUpperCornerpublic List<Double> getUpperCorner() - Specified by:
- getUpperCornerin interface- BoundingBoxType
- Returns:
- the value of the 'Upper Corner' attribute.
- See Also:
- BoundingBoxType.setUpperCorner(List),- Ows20Package.getBoundingBoxType_UpperCorner()
 
 - 
setUpperCornerpublic void setUpperCorner(List<Double> newUpperCorner) - Specified by:
- setUpperCornerin interface- BoundingBoxType
- Parameters:
- newUpperCorner- the new value of the 'Upper Corner' attribute.
- See Also:
- BoundingBoxType.getUpperCorner()
 
 - 
getCrspublic String getCrs() - Specified by:
- getCrsin interface- BoundingBoxType
- Returns:
- the value of the 'Crs' attribute.
- See Also:
- BoundingBoxType.setCrs(String),- Ows20Package.getBoundingBoxType_Crs()
 
 - 
setCrspublic void setCrs(String newCrs) - Specified by:
- setCrsin interface- BoundingBoxType
- Parameters:
- newCrs- the new value of the 'Crs' attribute.
- See Also:
- BoundingBoxType.getCrs()
 
 - 
getDimensionspublic BigInteger getDimensions() - Specified by:
- getDimensionsin interface- BoundingBoxType
- Returns:
- the value of the 'Dimensions' attribute.
- See Also:
- BoundingBoxType.setDimensions(BigInteger),- Ows20Package.getBoundingBoxType_Dimensions()
 
 - 
setDimensionspublic void setDimensions(BigInteger newDimensions) - Specified by:
- setDimensionsin interface- BoundingBoxType
- Parameters:
- newDimensions- the new value of the 'Dimensions' attribute.
- See Also:
- BoundingBoxType.getDimensions()
 
 - 
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
 
 
- 
 
-