Package net.opengis.gml311.impl
Class AbstractDatumTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- AbstractGMLTypeImpl
-
- DefinitionTypeImpl
-
- AbstractDatumBaseTypeImpl
-
- AbstractDatumTypeImpl
-
- All Implemented Interfaces:
AbstractDatumBaseType,AbstractDatumType,AbstractGMLType,DefinitionType,Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject
- Direct Known Subclasses:
EngineeringDatumTypeImpl,GeodeticDatumTypeImpl,ImageDatumTypeImpl,TemporalDatumBaseTypeImpl,VerticalDatumTypeImpl
public abstract class AbstractDatumTypeImpl extends AbstractDatumBaseTypeImpl implements AbstractDatumType
An implementation of the model object 'Abstract Datum Type'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
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 CodeTypeanchorPointThe cached value of the 'Anchor Point' containment reference.protected EList<IdentifierType>datumIDThe cached value of the 'Datum ID' containment reference list.protected static XMLGregorianCalendarREALIZATION_EPOCH_EDEFAULTThe default value of the 'Realization Epoch' attribute.protected XMLGregorianCalendarrealizationEpochThe cached value of the 'Realization Epoch' attribute.protected StringOrRefTyperemarksThe cached value of the 'Remarks' containment reference.protected StringscopeThe cached value of the 'Scope' attribute.protected static StringSCOPE_EDEFAULTThe default value of the 'Scope' attribute.protected ExtentTypevalidAreaThe cached value of the 'Valid Area' containment reference.-
Fields inherited from class AbstractDatumBaseTypeImpl
datumName
-
Fields inherited from class AbstractGMLTypeImpl
description, id, ID_EDEFAULT, metaDataProperty, nameGroup
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDatumTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetAnchorPoint(CodeType newAnchorPoint, NotificationChain msgs)NotificationChainbasicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)NotificationChainbasicSetValidArea(ExtentType newValidArea, 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)CodeTypegetAnchorPoint()EList<IdentifierType>getDatumID()XMLGregorianCalendargetRealizationEpoch()StringOrRefTypegetRemarks()StringgetScope()ExtentTypegetValidArea()voidsetAnchorPoint(CodeType newAnchorPoint)voidsetRealizationEpoch(XMLGregorianCalendar newRealizationEpoch)voidsetRemarks(StringOrRefType newRemarks)voidsetScope(String newScope)voidsetValidArea(ExtentType newValidArea)StringtoString()-
Methods inherited from class AbstractDatumBaseTypeImpl
basicSetDatumName, getDatumName, setDatumName
-
Methods inherited from class AbstractGMLTypeImpl
basicSetDescription, getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, 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 BasicEObjectImpl
eAddVirtualValue, 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
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface AbstractDatumBaseType
getDatumName, setDatumName
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Field Detail
-
datumID
protected EList<IdentifierType> datumID
The cached value of the 'Datum ID' containment reference list.- See Also:
getDatumID()
-
remarks
protected StringOrRefType remarks
The cached value of the 'Remarks' containment reference.- See Also:
getRemarks()
-
anchorPoint
protected CodeType anchorPoint
The cached value of the 'Anchor Point' containment reference.- See Also:
getAnchorPoint()
-
REALIZATION_EPOCH_EDEFAULT
protected static final XMLGregorianCalendar REALIZATION_EPOCH_EDEFAULT
The default value of the 'Realization Epoch' attribute.- See Also:
getRealizationEpoch()
-
realizationEpoch
protected XMLGregorianCalendar realizationEpoch
The cached value of the 'Realization Epoch' attribute.- See Also:
getRealizationEpoch()
-
validArea
protected ExtentType validArea
The cached value of the 'Valid Area' containment reference.- See Also:
getValidArea()
-
SCOPE_EDEFAULT
protected static final String SCOPE_EDEFAULT
The default value of the 'Scope' attribute.- See Also:
getScope()
-
scope
protected String scope
The cached value of the 'Scope' attribute.- See Also:
getScope()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classAbstractDatumBaseTypeImpl
-
getDatumID
public EList<IdentifierType> getDatumID()
- Specified by:
getDatumIDin interfaceAbstractDatumType- Returns:
- the value of the 'Datum ID' containment reference list.
- See Also:
Gml311Package.getAbstractDatumType_DatumID()
-
getRemarks
public StringOrRefType getRemarks()
- Specified by:
getRemarksin interfaceAbstractDatumType- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
AbstractDatumType.setRemarks(StringOrRefType),Gml311Package.getAbstractDatumType_Remarks()
-
basicSetRemarks
public NotificationChain basicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)
-
setRemarks
public void setRemarks(StringOrRefType newRemarks)
- Specified by:
setRemarksin interfaceAbstractDatumType- Parameters:
newRemarks- the new value of the 'Remarks' containment reference.- See Also:
AbstractDatumType.getRemarks()
-
getAnchorPoint
public CodeType getAnchorPoint()
- Specified by:
getAnchorPointin interfaceAbstractDatumType- Returns:
- the value of the 'Anchor Point' containment reference.
- See Also:
AbstractDatumType.setAnchorPoint(CodeType),Gml311Package.getAbstractDatumType_AnchorPoint()
-
basicSetAnchorPoint
public NotificationChain basicSetAnchorPoint(CodeType newAnchorPoint, NotificationChain msgs)
-
setAnchorPoint
public void setAnchorPoint(CodeType newAnchorPoint)
- Specified by:
setAnchorPointin interfaceAbstractDatumType- Parameters:
newAnchorPoint- the new value of the 'Anchor Point' containment reference.- See Also:
AbstractDatumType.getAnchorPoint()
-
getRealizationEpoch
public XMLGregorianCalendar getRealizationEpoch()
- Specified by:
getRealizationEpochin interfaceAbstractDatumType- Returns:
- the value of the 'Realization Epoch' attribute.
- See Also:
AbstractDatumType.setRealizationEpoch(XMLGregorianCalendar),Gml311Package.getAbstractDatumType_RealizationEpoch()
-
setRealizationEpoch
public void setRealizationEpoch(XMLGregorianCalendar newRealizationEpoch)
- Specified by:
setRealizationEpochin interfaceAbstractDatumType- Parameters:
newRealizationEpoch- the new value of the 'Realization Epoch' attribute.- See Also:
AbstractDatumType.getRealizationEpoch()
-
getValidArea
public ExtentType getValidArea()
- Specified by:
getValidAreain interfaceAbstractDatumType- Returns:
- the value of the 'Valid Area' containment reference.
- See Also:
AbstractDatumType.setValidArea(ExtentType),Gml311Package.getAbstractDatumType_ValidArea()
-
basicSetValidArea
public NotificationChain basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)
-
setValidArea
public void setValidArea(ExtentType newValidArea)
- Specified by:
setValidAreain interfaceAbstractDatumType- Parameters:
newValidArea- the new value of the 'Valid Area' containment reference.- See Also:
AbstractDatumType.getValidArea()
-
getScope
public String getScope()
- Specified by:
getScopein interfaceAbstractDatumType- Returns:
- the value of the 'Scope' attribute.
- See Also:
AbstractDatumType.setScope(String),Gml311Package.getAbstractDatumType_Scope()
-
setScope
public void setScope(String newScope)
- Specified by:
setScopein interfaceAbstractDatumType- Parameters:
newScope- the new value of the 'Scope' attribute.- See Also:
AbstractDatumType.getScope()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classAbstractDatumBaseTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classAbstractDatumBaseTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classAbstractDatumBaseTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classAbstractDatumBaseTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classAbstractDatumBaseTypeImpl
-
toString
public String toString()
- Overrides:
toStringin classAbstractGMLTypeImpl
-
-