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
public interface AbstractDatumBaseType extends DefinitionType
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:
Gml311Package.getAbstractDatumBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getDatumName()
Returns 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
-
-
-
-
Method Detail
-
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(CodeType)
,Gml311Package.getAbstractDatumBaseType_DatumName()
-
setDatumName
void setDatumName(CodeType value)
Sets the value of the 'Datum Name
' containment reference.- Parameters:
value
- the new value of the 'Datum Name' containment reference.- See Also:
getDatumName()
-
-