Package org.wicketstuff.openlayers
Class OpenLayersMapUtils
- java.lang.Object
-
- org.wicketstuff.openlayers.OpenLayersMapUtils
-
public final class OpenLayersMapUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intSRIDWGS84 (http://en.wikipedia.org/wiki/World_Geodetic_System# A_new_World_Geodetic_System:_WGS_84)
-
Constructor Summary
Constructors Constructor Description OpenLayersMapUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.vividsolutions.jts.geom.PointcreatePoint(double x, double y)static com.vividsolutions.jts.geom.GeometryFactorygetGeoFactory()
-
-
-
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
-
-