org.gwtopenmaps.openlayers.client
Class LonLat

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by 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

Constructor Summary
  LonLat(double lon, double lat)
           
protected LonLat(JSObject element)
           
 
Method Summary
 double lat()
           
 double lon()
           
static LonLat narrowToLonLat(JSObject element)
           
 void transform(String src, String dst)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LonLat

protected LonLat(JSObject element)

LonLat

public LonLat(double lon,
              double lat)
Method Detail

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.