|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoordinateSystem | |
|---|---|
| org.wamblee.gps.geometry | |
| Uses of CoordinateSystem in org.wamblee.gps.geometry |
|---|
| Classes in org.wamblee.gps.geometry that implement CoordinateSystem | |
|---|---|
class |
ReferenceCoordinateSystem
Reference coordinate system which is the basis for defining metrics. |
class |
SphericalCoordinateSystem
Represents the coordinate system for a GPS measurement identified by x1: latitude in degrees x2: longitude in degrees x3: elevation in meters This coordinate system models the earth as a sphere of a specific radius. |
class |
Wgs84CoordinateSystem
Represents the WGS 84 coordinate system for a GPS measurement identified by x1: latitude in degrees x2: longitude in degrees x3: elevation in meters WGS84 models the earth as an ellipse. |
| Methods in org.wamblee.gps.geometry that return CoordinateSystem | |
|---|---|
CoordinateSystem |
Point.getCoordinateSystem()
Gets the coordinate system. |
| Constructors in org.wamblee.gps.geometry with parameters of type CoordinateSystem | |
|---|---|
Point(Coordinates aCoordinates,
CoordinateSystem aSystem)
Constructs the point. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||