| Package | Description |
|---|---|
| org.locationtech.geowave.analytic.extract | |
| org.locationtech.geowave.analytic.partitioner |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyDimensionExtractor<T> |
class |
SimpleFeatureGeometryExtractor
Extract a Geometry from a Simple Feature.
|
class |
TimeDimensionExtractor
A default implementation that averages all time attributes.
|
| Modifier and Type | Field and Description |
|---|---|
protected DimensionExtractor<T> |
OrthodromicDistancePartitioner.dimensionExtractor |
| Constructor and Description |
|---|
BoundaryPartitioner(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.locationtech.geowave.core.store.index.CommonIndexModel indexModel,
DimensionExtractor<Object> dimensionExtractor,
double[] distancePerDimension,
javax.measure.Unit<javax.measure.quantity.Length> geometricDistanceUnit) |
OrthodromicDistancePartitioner(org.opengis.referencing.crs.CoordinateReferenceSystem crs,
org.locationtech.geowave.core.store.index.CommonIndexModel indexModel,
DimensionExtractor<T> dimensionExtractor,
double[] distancePerDimension,
javax.measure.Unit<javax.measure.quantity.Length> geometricDistanceUnit) |
Copyright © 2013–2022. All rights reserved.