|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.openlayers.api.LonLat
org.wicketstuff.openlayers.api.SphericalMercatorLonLat
public class SphericalMercatorLonLat
Provides a Spherical Mercator coordinate.
| Constructor Summary | |
|---|---|
SphericalMercatorLonLat(double lng,
double lat)
Creates a new instance. |
|
SphericalMercatorLonLat(double lng,
double lat,
String targetProjection)
Creates a new instance. |
|
SphericalMercatorLonLat(com.vividsolutions.jts.geom.Point point)
Creates a new instance. |
|
SphericalMercatorLonLat(com.vividsolutions.jts.geom.Point point,
String targetProjection)
Creates a new instance. |
|
| Method Summary |
|---|
| Methods inherited from class org.wicketstuff.openlayers.api.LonLat |
|---|
equals, getJSconstructor, getLat, getLng, getPoint, hashCode, parse, parseWithNames, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SphericalMercatorLonLat(double lng,
double lat)
lng - Spherical Mercator Longitudelat - Spherical Mercator Latitude
public SphericalMercatorLonLat(double lng,
double lat,
String targetProjection)
lng - Spherical Mercator Longitudelat - Spherical Mercator LatitudetargetProjection - The target projection for the coordinatepublic SphericalMercatorLonLat(com.vividsolutions.jts.geom.Point point)
point - Spherical Mercator coordinate
public SphericalMercatorLonLat(com.vividsolutions.jts.geom.Point point,
String targetProjection)
point - Spherical Mercator coordinatetargetProjection - The target projection for the coordinate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||