boolean |
NullList.add(DistanceProfile<?> distanceProfile,
org.locationtech.geowave.core.index.ByteArray id,
NNTYPE value) |
boolean |
DefaultNeighborList.add(DistanceProfile<?> distanceProfile,
org.locationtech.geowave.core.index.ByteArray id,
NNTYPE value) |
boolean |
NeighborList.add(DistanceProfile<?> distanceProfile,
org.locationtech.geowave.core.index.ByteArray id,
NNTYPE value)
May be called prior to init() when discovered by entry itself.
|
void |
NeighborIndex.add(DistanceProfile<?> distanceProfile,
org.locationtech.geowave.core.index.ByteArray centerId,
NNTYPE centerValue,
org.locationtech.geowave.core.index.ByteArray neighborId,
NNTYPE neighborValue,
boolean addReciprical) |