org.wamblee.gps.geometry
Interface CoordinateSystem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ReferenceCoordinateSystem, SphericalCoordinateSystem, Wgs84CoordinateSystem

public interface CoordinateSystem
extends java.io.Serializable

Represents a coordinate system.

Author:
Erik Brakkee

Method Summary
 Coordinates toReferenceSystem(Coordinates aCoordinates)
          Conversion to a reference coordinate system.
 

Method Detail

toReferenceSystem

Coordinates toReferenceSystem(Coordinates aCoordinates)
Conversion to a reference coordinate system.

Parameters:
aCoordinates - Coordinates.
Returns:
Coordinates in the reference system.


Copyright © 2010. All Rights Reserved.