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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerticalDatumTypeType
getVerticalDatumType()
Returns the value of the 'Vertical Datum Type' containment reference.void
setVerticalDatumType(VerticalDatumTypeType value)
Sets the value of the 'Vertical Datum Type
' containment reference.-
Methods inherited from interface AbstractDatumBaseType
getDatumName, setDatumName
-
Methods inherited from interface AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getVerticalDatumType
VerticalDatumTypeType 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()
-
setVerticalDatumType
void 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()
-
-