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