| Package | Description |
|---|---|
| org.locationtech.geowave.analytic.nn |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNeighborList<NNTYPE> |
class |
NullList<NNTYPE> |
| Modifier and Type | Method and Description |
|---|---|
NeighborList<NNTYPE> |
DefaultNeighborList.DefaultNeighborListFactory.buildNeighborList(org.locationtech.geowave.core.index.ByteArray centerId,
NNTYPE center) |
NeighborList<NNTYPE> |
NeighborListFactory.buildNeighborList(org.locationtech.geowave.core.index.ByteArray cnterId,
NNTYPE center) |
NeighborList<NNTYPE> |
NeighborIndex.init(org.locationtech.geowave.core.index.ByteArray id,
NNTYPE value)
Invoked when the provided node is being inspected to find neighbors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NNProcessor.CompleteNotifier.complete(org.locationtech.geowave.core.index.ByteArray id,
STORE_VALUE value,
NeighborList<STORE_VALUE> list) |
Copyright © 2013–2022. All rights reserved.