Package net.opengis.gml311
Interface VerticalDatumType
- 
- All Superinterfaces:
- AbstractDatumBaseType,- AbstractDatumType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- VerticalDatumTypeImpl
 
 public interface VerticalDatumType extends AbstractDatumType A representation of the model object 'Vertical Datum Type'. A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this standard. There are several types of Vertical Datums, and each may place constraints on the Coordinate Axis with which it is combined to create a Vertical CRS.The following features are supported: - See Also:
- Gml311Package.getVerticalDatumType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description VerticalDatumTypeTypegetVerticalDatumType()Returns the value of the 'Vertical Datum Type' containment reference.voidsetVerticalDatumType(VerticalDatumTypeType value)Sets the value of the 'Vertical Datum Type' containment reference.- 
Methods inherited from interface AbstractDatumBaseTypegetDatumName, setDatumName
 - 
Methods inherited from interface AbstractDatumTypegetAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getVerticalDatumTypeVerticalDatumTypeType getVerticalDatumType() Returns the value of the 'Vertical Datum Type' containment reference.If the meaning of the 'Vertical Datum Type' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Vertical Datum Type' containment reference.
- See Also:
- setVerticalDatumType(VerticalDatumTypeType),- Gml311Package.getVerticalDatumType_VerticalDatumType()
 
 - 
setVerticalDatumTypevoid setVerticalDatumType(VerticalDatumTypeType value) Sets the value of the 'Vertical Datum Type' containment reference.- Parameters:
- value- the new value of the 'Vertical Datum Type' containment reference.
- See Also:
- getVerticalDatumType()
 
 
- 
 
-