VerticalDatum (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.referencing.datum VerticalDatum Contents  Description Field Summary Method Summary Method Details getVerticalDatumType() Hide sidebar  Show sidebar Interface VerticalDatum All Superinterfaces: Datum, Identified­Object All Known Implementing Classes: Default­Vertical­Datum, Default­Vertical­Datum​.Dynamic @UML(identifier="CD_VerticalDatum", specification=ISO_19111) public interface VerticalDatum extends Datum A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. The description includes 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. Since: 1.0 Field Summary Fields inherited from interface Datum ANCHOR_POINT_KEY, DOMAIN_OF_VALIDITY_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY Fields inherited from interface IdentifiedObject ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY Method Summary All MethodsInstance MethodsAbstract Methods Modifier and Type Method Description Vertical­Datum­Type get­Vertical­Datum­Type() The type of this vertical datum. Methods inherited from interface Datum get­Anchor­Point, get­Domain­Of­Validity, get­Realization­Epoch, get­Scope Methods inherited from interface IdentifiedObject get­Alias, get­Identifiers, get­Name, get­Remarks, to­WKT Method Details getVerticalDatumType @UML(identifier="vertDatumType", obligation=MANDATORY, specification=ISO_19111) VerticalDatumType getVerticalDatumType() The type of this vertical datum. Default is "geoidal". Returns: The type of this vertical datum.