| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.carto.datasources.LocalSpatialIndexType | |
Spatial index type for local data source.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LocalSpatialIndexType | LOCAL_SPATIAL_INDEX_TYPE_KDTREE | K-d tree index, element culling is exact and fast. | |||||||||
| LocalSpatialIndexType | LOCAL_SPATIAL_INDEX_TYPE_NULL | Null index, fastest if few elements are used. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static LocalSpatialIndexType | swigToEnum(int swigValue) | ||||||||||
| final int | swigValue() | ||||||||||
| static LocalSpatialIndexType | valueOf(String name) | ||||||||||
| final static LocalSpatialIndexType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
K-d tree index, element culling is exact and fast.
Null index, fastest if few elements are used. No element culling is performed.