public class PolygonPoint extends Object
| Constructor and Description |
|---|
PolygonPoint() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude()
Gets the latitude.
|
int |
getLatitudeE6()
Gets the latitude.
|
double |
getLongitude()
Gets the longitude.
|
int |
getLongitudeE6()
Gets the longitude.
|
void |
setLatitude(double latitude)
Sets the latitude.
|
void |
setLatitudeE6(int latitude)
Sets the latitude.
|
void |
setLongitude(double longitude)
Sets the longitude.
|
void |
setLongitudeE6(int longitude)
Sets the longitude.
|
public final double getLongitude()
public final int getLongitudeE6()
public final void setLongitude(double longitude)
longitude - the longitude to setpublic final void setLongitudeE6(int longitude)
longitude - the longitude to setpublic final double getLatitude()
public final int getLatitudeE6()
public final void setLatitude(double latitude)
latitude - the latitude to setpublic final void setLatitudeE6(int latitude)
latitude - the latitude to setCopyright © 2013. All Rights Reserved.