Package net.opengis.gml311.impl
Class ExtentTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- MinimalEObjectImpl
- 
- MinimalEObjectImpl.Container
- 
- ExtentTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- ExtentType,- Notifier,- EObject,- EStructuralFeature.Internal.DynamicValueHolder,- InternalEObject
 
 public class ExtentTypeImpl extends MinimalEObjectImpl.Container implements ExtentType An implementation of the model object 'Extent Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class MinimalEObjectImpl.ContainerMinimalEObjectImpl.Container.Dynamic
 - 
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 EList<EnvelopeType>boundingBoxThe cached value of the 'Bounding Box' containment reference list.protected EList<PolygonType>boundingPolygonThe cached value of the 'Bounding Polygon' containment reference list.protected StringOrRefTypedescriptionThe cached value of the 'Description' containment reference.protected EList<TimePeriodType>temporalExtentThe cached value of the 'Temporal Extent' containment reference list.protected EList<EnvelopeType>verticalExtentThe cached value of the 'Vertical Extent' containment reference list.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedExtentTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetDescription(StringOrRefType newDescription, NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)EList<EnvelopeType>getBoundingBox()EList<PolygonType>getBoundingPolygon()StringOrRefTypegetDescription()EList<TimePeriodType>getTemporalExtent()EList<EnvelopeType>getVerticalExtent()voidsetDescription(StringOrRefType newDescription)- 
Methods inherited from class MinimalEObjectImpldynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
descriptionprotected StringOrRefType description The cached value of the 'Description' containment reference.- See Also:
- getDescription()
 
 - 
boundingBoxprotected EList<EnvelopeType> boundingBox The cached value of the 'Bounding Box' containment reference list.- See Also:
- getBoundingBox()
 
 - 
boundingPolygonprotected EList<PolygonType> boundingPolygon The cached value of the 'Bounding Polygon' containment reference list.- See Also:
- getBoundingPolygon()
 
 - 
verticalExtentprotected EList<EnvelopeType> verticalExtent The cached value of the 'Vertical Extent' containment reference list.- See Also:
- getVerticalExtent()
 
 - 
temporalExtentprotected EList<TimePeriodType> temporalExtent The cached value of the 'Temporal Extent' containment reference list.- See Also:
- getTemporalExtent()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- BasicEObjectImpl
 
 - 
getDescriptionpublic StringOrRefType getDescription() - Specified by:
- getDescriptionin interface- ExtentType
- Returns:
- the value of the 'Description' containment reference.
- See Also:
- ExtentType.setDescription(StringOrRefType),- Gml311Package.getExtentType_Description()
 
 - 
basicSetDescriptionpublic NotificationChain basicSetDescription(StringOrRefType newDescription, NotificationChain msgs) 
 - 
setDescriptionpublic void setDescription(StringOrRefType newDescription) - Specified by:
- setDescriptionin interface- ExtentType
- Parameters:
- newDescription- the new value of the 'Description' containment reference.
- See Also:
- ExtentType.getDescription()
 
 - 
getBoundingBoxpublic EList<EnvelopeType> getBoundingBox() - Specified by:
- getBoundingBoxin interface- ExtentType
- Returns:
- the value of the 'Bounding Box' containment reference list.
- See Also:
- Gml311Package.getExtentType_BoundingBox()
 
 - 
getBoundingPolygonpublic EList<PolygonType> getBoundingPolygon() - Specified by:
- getBoundingPolygonin interface- ExtentType
- Returns:
- the value of the 'Bounding Polygon' containment reference list.
- See Also:
- Gml311Package.getExtentType_BoundingPolygon()
 
 - 
getVerticalExtentpublic EList<EnvelopeType> getVerticalExtent() - Specified by:
- getVerticalExtentin interface- ExtentType
- Returns:
- the value of the 'Vertical Extent' containment reference list.
- See Also:
- Gml311Package.getExtentType_VerticalExtent()
 
 - 
getTemporalExtentpublic EList<TimePeriodType> getTemporalExtent() - Specified by:
- getTemporalExtentin interface- ExtentType
- Returns:
- the value of the 'Temporal Extent' containment reference list.
- See Also:
- Gml311Package.getExtentType_TemporalExtent()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
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
 
 
- 
 
-