|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.openlayers.api.LonLat
public class LonLat
Represents an Open layers http://dev.openlayers.org/apidocs/files/OpenLayers/BaseTypes/LonLat-js.html
| Constructor Summary | |
|---|---|
LonLat(double lng,
double lat)
Construct. |
|
LonLat(com.vividsolutions.jts.geom.Point point)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getJSconstructor()
|
double |
getLat()
|
double |
getLng()
|
com.vividsolutions.jts.geom.Point |
getPoint()
|
int |
hashCode()
|
static LonLat |
parse(String value)
(37.34068368469045, -122.48519897460936) |
static LonLat |
parseWithNames(String value)
(lon=37.34068368469045, lat=-122.48519897460936) |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LonLat(double lng,
double lat)
lat - lng - public LonLat(com.vividsolutions.jts.geom.Point point)
| Method Detail |
|---|
public double getLat()
public double getLng()
public String toString()
toString in class Objectpublic String getJSconstructor()
getJSconstructor in interface Valuepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic com.vividsolutions.jts.geom.Point getPoint()
public static LonLat parse(String value)
public static LonLat parseWithNames(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||