|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.gps.geometry.ReferenceCoordinateSystem
public class ReferenceCoordinateSystem
Reference coordinate system which is the basis for defining metrics. This is a Cartesian coordinate system.
| Constructor Summary | |
|---|---|
ReferenceCoordinateSystem()
Constructs the coordinate system. |
|
| Method Summary | |
|---|---|
static double |
distance(Point aP1,
Point aP2)
Computes the distance between two points in arbitrary coordinate systems. |
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 |
|---|
public ReferenceCoordinateSystem()
| Method Detail |
|---|
public Coordinates toReferenceSystem(Coordinates aCoordinates)
CoordinateSystem
toReferenceSystem in interface CoordinateSystemaCoordinates - Coordinates.
public static double distance(Point aP1,
Point aP2)
aP1 - First point.aP2 - Second point.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||