public class LineGeometryVector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
LineGeometryVector() |
LineGeometryVector(long n) |
LineGeometryVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
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 in class java.lang.Objectpublic 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)