|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object models.Point
public class Point
Class Point
Constructor Summary | |
---|---|
Point()
Empty constructor of class |
|
Point(double lon,
double lat)
Constructor of class |
Method Summary | |
---|---|
double |
getLat()
|
double |
getLon()
|
void |
setLat(double lat)
set latitude of point |
void |
setLon(double lon)
set longitude of point |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point(double lon, double lat)
lon
- longitude of pointlat
- latitude of pointpublic Point()
Method Detail |
---|
public double getLon()
public void setLon(double lon)
lon
- longitude of pointpublic double getLat()
public void setLat(double lat)
lat
- latitude of point
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |