Uses of Class
org.locationtech.geomesa.memory.cqengine.index.GeoIndexType
-
Packages that use GeoIndexType Package Description org.locationtech.geomesa.memory.cqengine.index org.locationtech.geomesa.memory.cqengine.index.param -
-
Uses of GeoIndexType in org.locationtech.geomesa.memory.cqengine.index
Methods in org.locationtech.geomesa.memory.cqengine.index that return GeoIndexType Modifier and Type Method Description static GeoIndexTypeGeoIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoIndexType[]GeoIndexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeoIndexType in org.locationtech.geomesa.memory.cqengine.index.param
Methods in org.locationtech.geomesa.memory.cqengine.index.param that return GeoIndexType Modifier and Type Method Description GeoIndexTypeBucketIndexParam. getGeoIndexType()GeoIndexTypeGeoIndexParams. getGeoIndexType()GeoIndexTypeSTRtreeIndexParam. getGeoIndexType()
-