org.wicketstuff.openlayers
Class OpenLayersMapUtils

java.lang.Object
  extended by org.wicketstuff.openlayers.OpenLayersMapUtils

public final class OpenLayersMapUtils
extends Object


Field Summary
static int SRID
          WGS84 (http://en.wikipedia.org/wiki/World_Geodetic_System# A_new_World_Geodetic_System:_WGS_84)
 
Constructor Summary
OpenLayersMapUtils()
           
 
Method Summary
static com.vividsolutions.jts.geom.Point createPoint(double x, double y)
           
static com.vividsolutions.jts.geom.GeometryFactory getGeoFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SRID

public static final int SRID
WGS84 (http://en.wikipedia.org/wiki/World_Geodetic_System# A_new_World_Geodetic_System:_WGS_84)

See Also:
Constant Field Values
Constructor Detail

OpenLayersMapUtils

public OpenLayersMapUtils()
Method Detail

getGeoFactory

public static com.vividsolutions.jts.geom.GeometryFactory getGeoFactory()

createPoint

public static com.vividsolutions.jts.geom.Point createPoint(double x,
                                                            double y)


Copyright © 2008-2012. All Rights Reserved.