public class PointGeometry extends Geometry
swigCMemOwn
构造器和说明 |
---|
PointGeometry(long cPtr,
boolean cMemoryOwn) |
PointGeometry(MapPos pos)
Constructs a PointGeometry object from a given map position.
|
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
MapPos |
getCenterPos()
Returns the center point of the geometry.
|
static long |
getCPtr(PointGeometry obj) |
MapPos |
getPos()
Returns the position of the point.
|
static PointGeometry |
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.
|
public PointGeometry(long cPtr, boolean cMemoryOwn)
public PointGeometry(MapPos pos)
pos
- The map position.public static long getCPtr(PointGeometry obj)
public static PointGeometry swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public MapPos getCenterPos()
Geometry
getCenterPos
在类中 Geometry
public MapPos getPos()
public java.lang.String swigGetClassName()
swigGetClassName
在类中 Geometry
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Geometry