|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.features.poller.remote.gwt.client.GWTLatLng
public class GWTLatLng
| Constructor Summary | |
|---|---|
GWTLatLng()
Constructor for GWTLatLng. |
|
GWTLatLng(Double latitude,
Double longitude)
Constructor for GWTLatLng. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
static GWTLatLng |
fromCoordinates(String coordinates)
fromCoordinates |
String |
getCoordinates()
getCoordinates |
static GWTLatLng |
getDefault()
getDefault |
Double |
getLatitude()
getLatitude |
Double |
getLongitude()
getLongitude |
int |
hashCode()
|
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GWTLatLng()
Constructor for GWTLatLng.
public GWTLatLng(Double latitude,
Double longitude)
Constructor for GWTLatLng.
latitude - a Double object.longitude - a Double object.| Method Detail |
|---|
public static final GWTLatLng getDefault()
getDefault
GWTLatLng object.public static GWTLatLng fromCoordinates(String coordinates)
fromCoordinates
coordinates - a String object.
GWTLatLng object.public Double getLatitude()
getLatitude
Double object.public Double getLongitude()
getLongitude
Double object.public String getCoordinates()
getCoordinates
String object.public String toString()
toString
toString in class ObjectString object.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||