Uses of Interface
com.github.micycle1.geoblitz.HPRtreeX.DistanceToItem
-
Uses of HPRtreeX.DistanceToItem in com.github.micycle1.geoblitz
Methods in com.github.micycle1.geoblitz with parameters of type HPRtreeX.DistanceToItemModifier and TypeMethodDescriptionHPRtreeX.nearestNeighbor(org.locationtech.jts.geom.Coordinate q, HPRtreeX.DistanceToItem<T> distFn) Finds and returns the item nearest to the query pointq, according to the user-supplied distance functiondistFn.HPRtreeX.rangeQuery(org.locationtech.jts.geom.Coordinate q, double maxDistance, HPRtreeX.DistanceToItem<T> distFn) Finds and returns all items whose distance to the query pointqis less than or equal to the suppliedmaxDistance, according to the user-supplied distance functiondistFn.