public class LineGeometryVector
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
LineGeometryVector() |
LineGeometryVector(long n) |
LineGeometryVector(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
add(LineGeometry x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
LineGeometry |
get(int i) |
static long |
getCPtr(LineGeometryVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
LineGeometry val) |
long |
size() |
public LineGeometryVector(long cPtr, boolean cMemoryOwn)
public LineGeometryVector()
public LineGeometryVector(long n)
public static long getCPtr(LineGeometryVector obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(LineGeometry x)
public LineGeometry get(int i)
public void set(int i, LineGeometry val)