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