org.wamblee.gps.geometry
Class Wgs84CoordinateSystem

java.lang.Object
  extended by org.wamblee.gps.geometry.Wgs84CoordinateSystem
All Implemented Interfaces:
java.io.Serializable, CoordinateSystem

public class Wgs84CoordinateSystem
extends java.lang.Object
implements CoordinateSystem

Represents the WGS 84 coordinate system for a GPS measurement identified by

WGS84 models the earth as an ellipse.

Author:
Erik Brakkee
See Also:
Serialized Form

Constructor Summary
Wgs84CoordinateSystem()
           
 
Method Summary
 Coordinates toReferenceSystem(Coordinates aCoordinates)
          Conversion to a reference coordinate system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wgs84CoordinateSystem

public Wgs84CoordinateSystem()
Method Detail

toReferenceSystem

public Coordinates toReferenceSystem(Coordinates aCoordinates)
Description copied from interface: CoordinateSystem
Conversion to a reference coordinate system.

Specified by:
toReferenceSystem in interface CoordinateSystem
Parameters:
aCoordinates - Coordinates.
Returns:
Coordinates in the reference system.


Copyright © 2010. All Rights Reserved.