public class SphericalMercatorLonLat extends LonLat
| Constructor and Description |
|---|
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.
|
public SphericalMercatorLonLat(double lng,
double lat)
lng - Spherical Mercator Longitudelat - Spherical Mercator Latitudepublic 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 coordinatepublic SphericalMercatorLonLat(com.vividsolutions.jts.geom.Point point,
String targetProjection)
point - Spherical Mercator coordinatetargetProjection - The target projection for the coordinateCopyright © 2015. All rights reserved.