public class MultiGeometry extends Geometry
swigCMemOwn| Constructor and Description |
|---|
MultiGeometry(GeometryVector geometries)
Constructs a MultiGeometry from a vector of geometry objects.
|
MultiGeometry(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
MapPos |
getCenterPos()
Returns the center point of the geometry.
|
static long |
getCPtr(MultiGeometry obj) |
Geometry |
getGeometry(int index)
Returns the geometry at the specified index.
|
int |
getGeometryCount()
Returns the number of geometry objects in this multi geometry container.
|
static MultiGeometry |
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 MultiGeometry(long cPtr,
boolean cMemoryOwn)
public MultiGeometry(GeometryVector geometries)
geometries - The geometries for multi geometry.public static long getCPtr(MultiGeometry obj)
public static MultiGeometry swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public MapPos getCenterPos()
GeometrygetCenterPos in class Geometrypublic int getGeometryCount()
public Geometry getGeometry(int index)
public java.lang.String swigGetClassName()
swigGetClassName in class Geometrypublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class Geometry