Uses of Interface
org.stianloader.stianknn.SpatialIndexKNN
-
Uses of SpatialIndexKNN in org.stianloader.stianknn
Subinterfaces of SpatialIndexKNN 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.Classes in org.stianloader.stianknn that implement SpatialIndexKNNModifier 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.