|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LatLonPoint
Points on the Earth's surface, represented as (longitude,latitude), in units of degrees. Longitude is always between -180 and +180 deg. Latitude is always between -90 and +90 deg.
Method Summary | |
---|---|
boolean |
equals(LatLonPoint pt)
Returns true if this represents the same point as pt. |
double |
getLatitude()
Returns the latitude, between +/- 90 degrees. |
double |
getLongitude()
Returns the longitude, between +/-180 degrees |
Method Detail |
---|
double getLongitude()
double getLatitude()
boolean equals(LatLonPoint pt)
pt
- point to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |