public class MultiLineGeometry extends MultiGeometry
swigCMemOwn
构造器和说明 |
---|
MultiLineGeometry(LineGeometryVector geometries)
Constructs a MultiLineGeometry object from the vector of lines.
|
MultiLineGeometry(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
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, getGeometryCount
public MultiLineGeometry(long cPtr, boolean cMemoryOwn)
public MultiLineGeometry(LineGeometryVector geometries)
geometries
- The vector of line geometries.public static long getCPtr(MultiLineGeometry obj)
protected void finalize()
finalize
在类中 MultiGeometry
public void delete()
delete
在类中 MultiGeometry
public static MultiLineGeometry swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public LineGeometry getGeometry(int index)
getGeometry
在类中 MultiGeometry
index
- The index of the line geometry.java.lang.IndexOutOfBoundsException
- If the index is out of range.public java.lang.String swigGetClassName()
swigGetClassName
在类中 MultiGeometry
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 MultiGeometry