Uses of Interface
org.stianloader.stianknn.SpatialIndex1NN
-
Uses of SpatialIndex1NN in org.stianloader.stianknn
Subinterfaces of SpatialIndex1NN in org.stianloader.stianknnModifier and TypeInterfaceDescriptioninterfaceA 2D spatial index that is capable of looking up an arbitrary amount of elements based on the distance of a point.interfaceA 2D spatial index that is capable of looking up the K nearest elements to a provided point.interfaceA 2D spatial index that is capable of looking up the nearest element within a defined ring around a provided point.Classes in org.stianloader.stianknn that implement SpatialIndex1NNModifier and TypeClassDescriptionclassAn improved variant of the original variant of KNN spatial queries implemented by this library.classCode heavily based on a gist made by someone else.classDeprecated.