|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMLatLon
Defined in MultimapOpenAPI
| Field Summary | |
float |
lat
The latitude for the point. |
float |
lon
The longitude for the point. |
| Constructor Summary | |
MMLatLon
( <float> lat, <float> lon )
A simple object to describe a point using a 'latitude, longitude' coordinate pair. |
|
| Method Summary | |
MMLatLon
|
copy()
Function to make a copy of the object in a new object. |
boolean
|
equals( other )
Checks whether the given lat/lon value has the same values as the current one. |
void
|
forceNumbers()
Function to ensure the attributes stored are floating point numbers. |
String
|
latToCanonical()
Returns canonically formatted version of the latitude. |
String
|
lonToCanonical()
Returns canonically formatted version of the longitude.. |
String
|
toString()
Function to return a simple string representation of the object. |
| Field Detail |
float lat
float lon
| Constructor Detail |
MMLatLon( <float> lat, <float> lon )
lat - The latitude for the point.
lon - The longitude for the point.
| Method Detail |
MMLatLon copy()
boolean equals( other )
void forceNumbers()
String latToCanonical()
String lonToCanonical()
String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||