public class EPSG3857 extends Projection
swigCMemOwn| Constructor and Description |
|---|
EPSG3857() |
EPSG3857(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
double |
fromInternalScale(double size)
Converts internal size to meters at the equator.
|
MapPos |
fromWgs84(MapPos wgs84Pos)
Transforms a position from the WGS84 coordinate system to the coordinate system of this projection.
|
static long |
getCPtr(EPSG3857 obj) |
java.lang.String |
getName()
Return name of this projection in Well-Known format.
|
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)
Transforms a position from the coordinate system of this projection to the WGS84 coordinate system.
|
equals, getBounds, getCPtr, getLocalScale, hashCodepublic EPSG3857(long cPtr,
boolean cMemoryOwn)
public EPSG3857()
public static long getCPtr(EPSG3857 obj)
protected void finalize()
finalize in class Projectionpublic void delete()
delete in class Projectionpublic static EPSG3857 swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public double fromInternalScale(double size)
ProjectionfromInternalScale in class Projectionsize - The size in the internal coordinate system.public MapPos fromWgs84(MapPos wgs84Pos)
ProjectionfromWgs84 in class Projectionwgs84Pos - The position in the WGS84 coordinate system.public MapPos toWgs84(MapPos mapPos)
ProjectiontoWgs84 in class ProjectionmapPos - The position in the coordinate system of this projection.public java.lang.String getName()
ProjectiongetName in class Projectionpublic java.lang.String swigGetClassName()
swigGetClassName in class Projectionpublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class Projection