public class EPSG4326 extends Projection
swigCMemOwn
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
double |
fromInternalScale(double size)
Converts internal size to meters at the equator.
|
MapPos |
fromWgs84(MapPos wgs84Pos)
根据84坐标转当前投影坐标(因为当前投影是84,所以转换前后结果不变)
|
static long |
getCPtr(EPSG4326 obj) |
java.lang.String |
getName()
获取投影名称,例如"EPSG:3857"
|
static EPSG4326 |
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坐标(因为当前投影是84,所以转换前后结果不变)
|
equals, fromLatLong, getBounds, getCPtr, getLocalScale, hashCode, isSupportWgs84, setSupportWgs84, toLatLong
public static long getCPtr(EPSG4326 obj)
protected void finalize()
finalize
在类中 Projection
public void delete()
delete
在类中 Projection
public static EPSG4326 swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public double fromInternalScale(double size)
Projection
fromInternalScale
在类中 Projection
size
- The size in the internal coordinate system.public MapPos fromWgs84(MapPos wgs84Pos)
fromWgs84
在类中 Projection
wgs84Pos
- public MapPos toWgs84(MapPos mapPos)
toWgs84
在类中 Projection
mapPos
- public java.lang.String getName()
Projection
getName
在类中 Projection
public java.lang.String swigGetClassName()
swigGetClassName
在类中 Projection
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Projection