public class FeatureCollection
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
FeatureCollection(FeatureVector features)
Constructs a FeatureCollection from a vector of features.
|
FeatureCollection(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(FeatureCollection obj) |
Feature |
getFeature(int index)
Returns the feature at the specified index.
|
int |
getFeatureCount()
Returns the number of features in this container.
|
public FeatureCollection(long cPtr, boolean cMemoryOwn)
public FeatureCollection(FeatureVector features)
features
- The features for the collection.public static long getCPtr(FeatureCollection obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
public int getFeatureCount()
public Feature getFeature(int index)
java.lang.IndexOutOfBoundsException
- If the index is out of range.