Package | Description |
---|---|
org.jscience.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
Modifier and Type | Class and Description |
---|---|
class |
Altitude
This class represents the Mean-Sea-Level
vertical
altitude (MSL). |
class |
CompoundCoordinates<C1 extends Coordinates<?>,C2 extends Coordinates<?>>
This class represents a coordinates made up by combining
two coordinates objects together.
|
class |
Coordinates<R extends CoordinateReferenceSystem<?>>
This class designates the position that a point occupies in a given
n-dimensional reference frame or system.
|
class |
Height
This class represents the
vertical height above the
WGS84 ellipsoid. |
class |
LatLong
This class represents the
geographic latitude/longitude
coordinates onto the WGS84 ellipsoid. |
class |
Time
This class represents the
temporal UTC time coordinates. |
class |
UTM
This class represents the
projected
Universal Transverse Mercator (UTM) coordinates onto the WGS84 ellipsoid. |
class |
XYZ
This class represents the
geocentric Earth-Centered,
Earth-Fixed (ECEF) cartesian coordinates used in GPS/GLONASS. |
Modifier and Type | Method and Description |
---|---|
DirectPosition |
Coordinates.getPosition()
OpenGIS® - Returns the direct position for this position.
|
Copyright © 2012. All Rights Reserved.