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 CodeType
anchorPoint
The cached value of the 'Anchor Point
' containment reference.protected EList<IdentifierType>
datumID
The cached value of the 'Datum ID
' containment reference list.protected static XMLGregorianCalendar
REALIZATION_EPOCH_EDEFAULT
The default value of the 'Realization Epoch
' attribute.protected XMLGregorianCalendar
realizationEpoch
The cached value of the 'Realization Epoch
' attribute.protected StringOrRefType
remarks
The cached value of the 'Remarks
' containment reference.protected String
scope
The cached value of the 'Scope
' attribute.protected static String
SCOPE_EDEFAULT
The default value of the 'Scope
' attribute.protected ExtentType
validArea
The 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 protected
AbstractDatumTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetAnchorPoint(CodeType newAnchorPoint, NotificationChain msgs)
NotificationChain
basicSetRemarks(StringOrRefType newRemarks, NotificationChain msgs)
NotificationChain
basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
CodeType
getAnchorPoint()
EList<IdentifierType>
getDatumID()
XMLGregorianCalendar
getRealizationEpoch()
StringOrRefType
getRemarks()
String
getScope()
ExtentType
getValidArea()
void
setAnchorPoint(CodeType newAnchorPoint)
void
setRealizationEpoch(XMLGregorianCalendar newRealizationEpoch)
void
setRemarks(StringOrRefType newRemarks)
void
setScope(String newScope)
void
setValidArea(ExtentType newValidArea)
String
toString()
-
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:
eStaticClass
in classAbstractDatumBaseTypeImpl
-
getDatumID
public EList<IdentifierType> getDatumID()
- Specified by:
getDatumID
in interfaceAbstractDatumType
- Returns:
- the value of the 'Datum ID' containment reference list.
- See Also:
Gml311Package.getAbstractDatumType_DatumID()
-
getRemarks
public StringOrRefType getRemarks()
- Specified by:
getRemarks
in 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:
setRemarks
in interfaceAbstractDatumType
- Parameters:
newRemarks
- the new value of the 'Remarks' containment reference.- See Also:
AbstractDatumType.getRemarks()
-
getAnchorPoint
public CodeType getAnchorPoint()
- Specified by:
getAnchorPoint
in 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:
setAnchorPoint
in interfaceAbstractDatumType
- Parameters:
newAnchorPoint
- the new value of the 'Anchor Point' containment reference.- See Also:
AbstractDatumType.getAnchorPoint()
-
getRealizationEpoch
public XMLGregorianCalendar getRealizationEpoch()
- Specified by:
getRealizationEpoch
in 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:
setRealizationEpoch
in interfaceAbstractDatumType
- Parameters:
newRealizationEpoch
- the new value of the 'Realization Epoch' attribute.- See Also:
AbstractDatumType.getRealizationEpoch()
-
getValidArea
public ExtentType getValidArea()
- Specified by:
getValidArea
in 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:
setValidArea
in interfaceAbstractDatumType
- Parameters:
newValidArea
- the new value of the 'Valid Area' containment reference.- See Also:
AbstractDatumType.getValidArea()
-
getScope
public String getScope()
- Specified by:
getScope
in interfaceAbstractDatumType
- Returns:
- the value of the 'Scope' attribute.
- See Also:
AbstractDatumType.setScope(String)
,Gml311Package.getAbstractDatumType_Scope()
-
setScope
public void setScope(String newScope)
- Specified by:
setScope
in 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:
eInverseRemove
in classAbstractDatumBaseTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAbstractDatumBaseTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAbstractDatumBaseTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAbstractDatumBaseTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAbstractDatumBaseTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classAbstractGMLTypeImpl
-
-