public enum LocalSpatialIndexType extends java.lang.Enum<LocalSpatialIndexType>
| Enum Constant and Description |
|---|
LOCAL_SPATIAL_INDEX_TYPE_KDTREE
K-d tree index, element culling is exact and fast.
|
LOCAL_SPATIAL_INDEX_TYPE_NULL
Null index, fastest if few elements are used.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalSpatialIndexType |
swigToEnum(int swigValue) |
int |
swigValue() |
static LocalSpatialIndexType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalSpatialIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalSpatialIndexType LOCAL_SPATIAL_INDEX_TYPE_NULL
public static final LocalSpatialIndexType LOCAL_SPATIAL_INDEX_TYPE_KDTREE
public static LocalSpatialIndexType[] values()
for (LocalSpatialIndexType c : LocalSpatialIndexType.values()) System.out.println(c);
public static LocalSpatialIndexType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int swigValue()
public static LocalSpatialIndexType swigToEnum(int swigValue)