|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.jstott.jcoord.CoordinateSystem
public abstract class CoordinateSystem
This class is part of the Jcoord package. Visit the Jcoord website for more information.
Superclass for classes defining co-ordinate systems.
(c) 2006 Jonathan Stott
Created on 02-Apr-2006
Constructor Summary | |
---|---|
CoordinateSystem(Datum datum)
|
Method Summary | |
---|---|
Datum |
getDatum()
Get the datum. |
void |
setDatum(Datum datum)
Set the datum. |
abstract LatLng |
toLatLng()
Convert a co-ordinate in the co-ordinate system to a point represented by a latitude and longitude and a perpendicular height above (or below) a reference ellipsoid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinateSystem(Datum datum)
Method Detail |
---|
public abstract LatLng toLatLng()
public void setDatum(Datum datum)
datum
- the datum.public Datum getDatum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |