org.wicketstuff.openlayers
Class OpenLayersMapUtils
java.lang.Object
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) |
|
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 |
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
OpenLayersMapUtils
public OpenLayersMapUtils()
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.