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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetDatumName()Returns the value of the 'Datum Name' containment reference.voidsetDatumName(CodeType value)Sets the value of the 'Datum Name' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getDatumNameCodeType 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()
 
 - 
setDatumNamevoid 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()
 
 
- 
 
-