public static enum TestUtils.DimensionalityType extends Enum<TestUtils.DimensionalityType>
| Enum Constant and Description |
|---|
SPATIAL |
SPATIAL_AND_SPATIAL_TEMPORAL |
SPATIAL_AND_TEMPORAL |
SPATIAL_TEMPORAL |
TEMPORAL |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.store.api.Index[] |
getDefaultIndices() |
String |
getDimensionalityArg() |
static TestUtils.DimensionalityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestUtils.DimensionalityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestUtils.DimensionalityType TEMPORAL
public static final TestUtils.DimensionalityType SPATIAL
public static final TestUtils.DimensionalityType SPATIAL_TEMPORAL
public static final TestUtils.DimensionalityType SPATIAL_AND_TEMPORAL
public static final TestUtils.DimensionalityType SPATIAL_AND_SPATIAL_TEMPORAL
public static TestUtils.DimensionalityType[] values()
for (TestUtils.DimensionalityType c : TestUtils.DimensionalityType.values()) System.out.println(c);
public static TestUtils.DimensionalityType 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 nullpublic String getDimensionalityArg()
public org.locationtech.geowave.core.store.api.Index[] getDefaultIndices()
Copyright © 2013–2020. All rights reserved.