public interface Datum extends Identifiable
In surveying and geodesy, a datum is a reference point on the earth's surface against which position measurements are made, and an associated model of the shape of the earth for computing positions. Horizontal datums are used for describing a point on the earth's surface, in latitude and longitude or another coordinate system. Vertical datums are used to measure elevations or underwater depths. In engineering and drafting, a datum is a reference point, surface, or axis on an object against which measurements are made.
(Taken from wikipedia on 2006-10-06)
DEFAULT, LOCAL, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
Ellipsoid |
getEllipsoid()
Returns the ellipsoid of this datum.
|
String |
getEpoch()
Returns the realization epoch as a String.
|
Extent |
getExtent()
Returns the valid extent of this Datum.
|
String |
getOrigin()
Returns origin description of this Datum.
|
PrimeMeridian |
getPrimeMeridian()
Returns the primemeridian of this datum.
|
CoordinateOperation |
getToWGS84()
Returns the ellipsoid of this datum.
|
addAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNameString getOrigin()
Extent getExtent()
String getEpoch()
Ellipsoid getEllipsoid()
CoordinateOperation getToWGS84()
PrimeMeridian getPrimeMeridian()
Copyright © 2019 CNRS. All rights reserved.