public class MultiPointGeometry extends MultiGeometry
swigCMemOwn| Constructor and Description |
|---|
MultiPointGeometry(long cPtr,
boolean cMemoryOwn) |
MultiPointGeometry(PointGeometryVector geometries)
Constructs a MultiPointGeometry from the vector of points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(MultiPointGeometry obj) |
PointGeometry |
getGeometry(int index)
Returns the point geometry at the specified index.
|
static MultiPointGeometry |
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.
|
getCenterPos, getCPtr, getGeometryCountpublic MultiPointGeometry(long cPtr,
boolean cMemoryOwn)
public MultiPointGeometry(PointGeometryVector geometries)
public static long getCPtr(MultiPointGeometry obj)
protected void finalize()
finalize in class MultiGeometrypublic void delete()
delete in class MultiGeometrypublic static MultiPointGeometry swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public PointGeometry getGeometry(int index)
getGeometry in class MultiGeometrypublic java.lang.String swigGetClassName()
swigGetClassName in class MultiGeometrypublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class MultiGeometry