| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper |
| Modifier and Type | Method and Description |
|---|---|
AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature> |
SimpleFeatureItemWrapperFactory.create(org.opengis.feature.simple.SimpleFeature item) |
AnalyticItemWrapper<T> |
AnalyticItemWrapperFactory.create(T item)
Wrap the item.
|
AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature> |
SimpleFeatureItemWrapperFactory.createNextItem(org.opengis.feature.simple.SimpleFeature feature,
String groupID,
org.locationtech.jts.geom.Coordinate coordinate,
String[] extraNames,
double[] extraValues) |
AnalyticItemWrapper<T> |
AnalyticItemWrapperFactory.createNextItem(T feature,
String groupID,
org.locationtech.jts.geom.Coordinate coordinate,
String[] extraNames,
double[] extraValues)
Creates a new item based on the old item with new coordinates and dimension values
|
| Modifier and Type | Class and Description |
|---|---|
class |
CentroidItemWrapperFactory.CentroidItemWrapper |
class |
LongCentroid |
| Modifier and Type | Method and Description |
|---|---|
AnalyticItemWrapper<T> |
CentroidItemWrapperFactory.create(T item) |
AnalyticItemWrapper<T> |
CentroidManager.createNextCentroid(T feature,
String groupID,
org.locationtech.jts.geom.Coordinate coordinate,
String[] extraNames,
double[] extraValues)
Creates a new centroid based on the old centroid with new coordinates and dimension values
|
AnalyticItemWrapper<T> |
CentroidManagerGeoWave.createNextCentroid(T feature,
String groupID,
org.locationtech.jts.geom.Coordinate coordinate,
String[] extraNames,
double[] extraValues)
Creates a new centroid based on the old centroid with new coordinates and dimension values
|
AnalyticItemWrapper<T> |
CentroidItemWrapperFactory.createNextItem(T feature,
String groupID,
org.locationtech.jts.geom.Coordinate coordinate,
String[] extraNames,
double[] extraValues) |
AnalyticItemWrapper<T> |
CentroidPairing.getCentroid() |
AnalyticItemWrapper<T> |
CentroidManager.getCentroid(String id) |
AnalyticItemWrapper<T> |
CentroidManagerGeoWave.getCentroid(String dataId) |
AnalyticItemWrapper<T> |
CentroidManager.getCentroidById(String id,
String groupID) |
AnalyticItemWrapper<T> |
CentroidManagerGeoWave.getCentroidById(String id,
String groupID) |
AnalyticItemWrapper<T> |
CentroidPairing.getPairedItem() |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticItemWrapper<T>> |
CentroidManager.getCentroidsForGroup(String groupID) |
List<AnalyticItemWrapper<T>> |
NestedGroupCentroidAssignment.getCentroidsForGroup(String groupID) |
List<AnalyticItemWrapper<T>> |
CentroidManagerGeoWave.getCentroidsForGroup(String groupID) |
List<AnalyticItemWrapper<T>> |
CentroidManager.getCentroidsForGroup(String batchID,
String groupID) |
List<AnalyticItemWrapper<T>> |
CentroidManagerGeoWave.getCentroidsForGroup(String batchID,
String groupID) |
| Modifier and Type | Method and Description |
|---|---|
double |
NestedGroupCentroidAssignment.findCentroidForLevel(AnalyticItemWrapper<T> item,
AssociationNotification<T> associationNotification) |
String |
NestedGroupCentroidAssignment.getGroupForLevel(AnalyticItemWrapper<T> item)
Get the associated group id from the current zoom level
|
void |
CentroidPairing.setCentroid(AnalyticItemWrapper<T> centroid) |
void |
CentroidPairing.setPairedItem(AnalyticItemWrapper<T> pairedItem) |
| Modifier and Type | Method and Description |
|---|---|
int |
CentroidManager.CentroidProcessingFn.processGroup(String groupID,
List<AnalyticItemWrapper<T>> centroids) |
| Constructor and Description |
|---|
CentroidPairing(AnalyticItemWrapper<T> centroid,
AnalyticItemWrapper<T> pairedItem,
double distance) |
CentroidPairing(AnalyticItemWrapper<T> centroid,
AnalyticItemWrapper<T> pairedItem,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
double |
CentroidAssociationFn.compute(AnalyticItemWrapper<T> point,
Iterable<AnalyticItemWrapper<T>> targetSet,
AssociationNotification<T> associationNotification) |
| Modifier and Type | Method and Description |
|---|---|
double |
CentroidAssociationFn.compute(AnalyticItemWrapper<T> point,
Iterable<AnalyticItemWrapper<T>> targetSet,
AssociationNotification<T> associationNotification) |
double |
CentroidAssociationFn.compute(Iterable<AnalyticItemWrapper<T>> pointSet,
Iterable<AnalyticItemWrapper<T>> targetSet,
AssociationNotification<T> associationNotification) |
double |
CentroidAssociationFn.compute(Iterable<AnalyticItemWrapper<T>> pointSet,
Iterable<AnalyticItemWrapper<T>> targetSet,
AssociationNotification<T> associationNotification) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<List<CentroidPairing<T>>,List<AnalyticItemWrapper<T>>> |
KMeansParallelInitialize.runLocal(Iterable<AnalyticItemWrapper<T>> pointSet) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<List<CentroidPairing<T>>,List<AnalyticItemWrapper<T>>> |
KMeansParallelInitialize.runLocal(Iterable<AnalyticItemWrapper<T>> pointSet) |
Copyright © 2013–2022. All rights reserved.