com.c5corp.c5gps
Interface CoordinateTranslation

All Known Implementing Classes:
SimpleXYCoordinateTranslation

public interface CoordinateTranslation

A CoordinateTranslation specifies some translation between two different WayPoints; base and baseTranslator. The base is a waypoint around which the baseTranslator in other regions is defined. The baseTranslator data is an X,Y cartesian translation (maintaining north/south references) to project the base data onto another location for phychogeographic purposes

Since:
2.0
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt
See Also:
WayPoint

Method Summary
 WayPoint getBase()
          returns the base waypoint point, relative to the original or base terrain.
 WayPoint getBaseTranslator()
          returns the base translator waypoint, relative to the terrain into which the data will be translated.
 

Method Detail

getBaseTranslator

WayPoint getBaseTranslator()
returns the base translator waypoint, relative to the terrain into which the data will be translated.

Returns:
the base WayPoint

getBase

WayPoint getBase()
returns the base waypoint point, relative to the original or base terrain.

Returns:
the base WayPoint