public class WGS84Point extends Object implements Serializable
WGS84Point encapsulates coordinates on the earths surface.| Constructor and Description |
|---|
WGS84Point(double latitude,
double longitude) |
WGS84Point(WGS84Point other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLatitude() |
double |
getLongitude() |
int |
hashCode() |
String |
toString() |
public WGS84Point(double latitude,
double longitude)
public WGS84Point(WGS84Point other)
Copyright © 2015. All Rights Reserved.