|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.iu.gps.XY
The XY class represents a tupel of coordinates (GaussKrueger or Longitude=X/Latitude=Y).
| Field Summary | |
double |
x
GaussKrueger x or latitude. |
double |
y
GaussKrueger y or longitude. |
| Constructor Summary | |
XY()
Create uninitialized coordinate. |
|
XY(double _x,
double _y)
Create a coordinate. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double x
public double y
| Constructor Detail |
public XY()
public XY(double _x,
double _y)
_x - x or latitude._y - y or longitude.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||