Class Overview
A collection of vector tile features.
Summary
[Expand]
Inherited Methods |
From class
com.carto.geometry.FeatureCollection
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Constructs a VectorTileFeatureCollection from a vector of vector tile features.
Parameters
features |
The features for the collection.
|
Public Methods
public
synchronized
void
delete
()
Returns the feature at the specified index. Index must be between 0 and getFeatureCount (exclusive).
Parameters
index |
The index of the feature to get.
|
Returns
- The feature at specified index.
Throws
IndexOutOfBoundsException
| If the index is out of range.
|