|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.gps.geometry.Point
public class Point
Represents a point in some coordinate system.
| Constructor Summary | |
|---|---|
Point(Coordinates aCoordinates,
CoordinateSystem aSystem)
Constructs the point. |
|
| Method Summary | |
|---|---|
Coordinates |
getCoordinates()
Gets the coordinates in the point's coordinate system. |
CoordinateSystem |
getCoordinateSystem()
Gets the coordinate system. |
Coordinates |
getReferenceCoordinates()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Point(Coordinates aCoordinates,
CoordinateSystem aSystem)
aCoordinates - Coordinates of the point in its coordinate system.aSystem - Coordinate system.| Method Detail |
|---|
public Coordinates getCoordinates()
public Coordinates getReferenceCoordinates()
public CoordinateSystem getCoordinateSystem()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||