Package net.opengis.gml311
Interface AbstractDatumBaseType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
AbstractDatumType
,EngineeringDatumType
,GeodeticDatumType
,ImageDatumType
,TemporalDatumBaseType
,TemporalDatumType
,VerticalDatumType
- All Known Implementing Classes:
AbstractDatumBaseTypeImpl
,AbstractDatumTypeImpl
,EngineeringDatumTypeImpl
,GeodeticDatumTypeImpl
,ImageDatumTypeImpl
,TemporalDatumBaseTypeImpl
,TemporalDatumTypeImpl
,VerticalDatumTypeImpl
A representation of the model object 'Abstract Datum Base Type'.
Basic encoding for datum objects, simplifying and restricting the DefinitionType as needed.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Datum Name' containment reference.void
setDatumName
(CodeType value) Sets the value of the 'Datum Name
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDatumName
CodeType getDatumName()Returns the value of the 'Datum Name' containment reference. The name by which this datum is identified.- Returns:
- the value of the 'Datum Name' containment reference.
- See Also:
-
setDatumName
Sets the value of the 'Datum Name
' containment reference.- Parameters:
value
- the new value of the 'Datum Name' containment reference.- See Also:
-