public class PolygonGeometryVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Constructor and Description |
---|
PolygonGeometryVector() |
PolygonGeometryVector(long n) |
PolygonGeometryVector(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(PolygonGeometry x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
PolygonGeometry |
get(int i) |
static long |
getCPtr(PolygonGeometryVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
PolygonGeometry val) |
long |
size() |
public PolygonGeometryVector(long cPtr, boolean cMemoryOwn)
public PolygonGeometryVector()
public PolygonGeometryVector(long n)
public static long getCPtr(PolygonGeometryVector obj)
protected void finalize()
finalize
in class 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(PolygonGeometry x)
public PolygonGeometry get(int i)
public void set(int i, PolygonGeometry val)