public class EPSG3857 extends Projection
限定符和类型 | 字段和说明 |
---|---|
static int |
EARTH_RADIUS |
swigCMemOwn
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
double |
fromInternalScale(double size)
根据内部坐标转墨卡托坐标
|
MapPos |
fromWgs84(MapPos wgs84Pos)
根据84坐标转墨卡托坐标
|
static long |
getCPtr(EPSG3857 obj) |
static double |
getHALF_EARTH_RADIUS() |
static double |
getMETERS_TO_INTERNAL_EQUATOR() |
java.lang.String |
getName()
获取投影名称,例如"EPSG:3857"
|
void |
setSupportWgs84(boolean bSupport) |
static EPSG3857 |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
MapPos |
toWgs84(MapPos mapPos)
根据墨卡托坐标转84坐标
|
equals, fromLatLong, getBounds, getCPtr, getLocalScale, hashCode, isSupportWgs84, toLatLong
public static long getCPtr(EPSG3857 obj)
protected void finalize()
finalize
在类中 Projection
public void delete()
delete
在类中 Projection
public static EPSG3857 swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public double fromInternalScale(double size)
fromInternalScale
在类中 Projection
size
- public MapPos fromWgs84(MapPos wgs84Pos)
fromWgs84
在类中 Projection
wgs84Pos
- 84坐标public MapPos toWgs84(MapPos mapPos)
toWgs84
在类中 Projection
mapPos
- 墨卡托坐标public java.lang.String getName()
Projection
getName
在类中 Projection
public void setSupportWgs84(boolean bSupport)
setSupportWgs84
在类中 Projection
public static double getHALF_EARTH_RADIUS()
public static double getMETERS_TO_INTERNAL_EQUATOR()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 Projection
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Projection