public enum SpatialIndexType extends Enum<SpatialIndexType>
| Enum Constant and Description |
|---|
ARRAY
Array based spatial index (see
ArraySpatialIndex. |
BALL_TREE
Ball tree based spatial index (see
BallTreeSpatialIndex). |
KD_TREE
KD tree based spatial index (see
KDTreeSpatialIndex). |
| Modifier and Type | Method and Description |
|---|---|
static SpatialIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpatialIndexType ARRAY
ArraySpatialIndex.public static final SpatialIndexType KD_TREE
KDTreeSpatialIndex).public static final SpatialIndexType BALL_TREE
BallTreeSpatialIndex).public static SpatialIndexType[] values()
for (SpatialIndexType c : SpatialIndexType.values()) System.out.println(c);
public static SpatialIndexType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025