| Package | Description |
|---|---|
| org.locationtech.geowave.analytic.nn | |
| org.locationtech.geowave.analytic.partitioner |
| Modifier and Type | Field and Description |
|---|---|
protected Partitioner<Object> |
NNProcessor.partitioner |
| Constructor and Description |
|---|
NNProcessor(Partitioner<Object> partitioner,
TypeConverter<STORE_VALUE> typeConverter,
DistanceProfileGenerateFn<?,STORE_VALUE> distanceProfileFn,
double maxDistance,
Partitioner.PartitionData parentPartition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartitioner<T>
Basic support class for Partitioners (e.g
Partitioner |
class |
BoundaryPartitioner
Partition on the boundary of polygons (the hull); not on the interior space.
|
class |
OrthodromicDistancePartitioner<T> |
Copyright © 2013–2022. All rights reserved.