| org.jscience.geography.coordinates.Height
Field Summary | |
final public static VerticalCRS<Height> | CRS Holds the coordinate reference system for all instances of this class. | final static XMLFormat<Height> | XML |
CRS | final public static VerticalCRS<Height> CRS(Code) | | Holds the coordinate reference system for all instances of this class.
|
getDimension | public int getDimension()(Code) | | |
valueOf | public static Height valueOf(double value, Unit<Length> unit)(Code) | | Returns the vertical position corresponding to the specified coordinates.
Parameters: value - the height above the WGS84 ellipsoid stated in the specified unit. Parameters: unit - the length unit in which the height is stated. the corresponding vertical position. |
|
|