public class WGS84Point
extends java.lang.Object
implements java.io.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(java.lang.Object obj) |
double |
getLatitude() |
double |
getLongitude() |
int |
hashCode() |
java.lang.String |
toString() |
public WGS84Point(double latitude,
double longitude)
public WGS84Point(WGS84Point other)
public double getLatitude()
public double getLongitude()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2015. All Rights Reserved.