public interface Point extends Extension
| Modifier and Type | Method and Description |
|---|---|
Double |
getLatitude() |
Double |
getLongitude() |
void |
setGeoLocation(Double lat,
Double lon)
Sets the latitude and longitude coordinates of this Point.
|
generate, getHandlerDouble getLatitude()
Double getLongitude()
void setGeoLocation(Double lat, Double lon)
lat - The latitude in degrees, from -90 to 90.lon - The longitude in degrees, from -180 to 180.IllegalArgumentException - if either lat or lon values are invalid,
or if one of them is null and the other non-null.Copyright © 2012. All Rights Reserved.