org.gwtopenmaps.openlayers.client
Class LonLat
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.LonLat
public class LonLat
- extends OpenLayersObjectWrapper
Represents a longitude, latitude coordinate pair.
Longitude: east-west geographic coordinate.
Latitude: south-north geographic coordinate.
- Author:
- Erdem Gunay
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LonLat
protected LonLat(JSObject element)
LonLat
public LonLat(double lon,
double lat)
narrowToLonLat
public static LonLat narrowToLonLat(JSObject element)
lon
public double lon()
lat
public double lat()
transform
public void transform(String src,
String dst)
Copyright © 2011 sourceforge. All Rights Reserved.