public class ClusteringUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTERING_CRS |
| Constructor and Description |
|---|
ClusteringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.geowave.core.store.api.DataTypeAdapter<?> |
createAdapter(PropertyManagement propertyManagement) |
static org.locationtech.geowave.core.store.api.Index |
createIndex(PropertyManagement propertyManagement) |
static org.locationtech.geowave.core.store.api.DataTypeAdapter[] |
getAdapters(PropertyManagement propertyManagement) |
protected static org.locationtech.geowave.core.index.QueryRanges |
getGeoWaveRangesForQuery(org.locationtech.jts.geom.Polygon polygon) |
static org.locationtech.geowave.core.store.api.Index[] |
getIndices(PropertyManagement propertyManagement) |
public static final String CLUSTERING_CRS
public static org.locationtech.geowave.core.store.api.DataTypeAdapter[] getAdapters(PropertyManagement propertyManagement) throws IOException
IOExceptionpublic static org.locationtech.geowave.core.store.api.Index[] getIndices(PropertyManagement propertyManagement)
protected static org.locationtech.geowave.core.index.QueryRanges getGeoWaveRangesForQuery(org.locationtech.jts.geom.Polygon polygon)
public static org.locationtech.geowave.core.store.api.Index createIndex(PropertyManagement propertyManagement)
public static org.locationtech.geowave.core.store.api.DataTypeAdapter<?> createAdapter(PropertyManagement propertyManagement) throws ClassNotFoundException, InstantiationException, IllegalAccessException
Copyright © 2013–2022. All rights reserved.