Uses of Class
org.apache.druid.collections.spatial.ImmutableFloatPoint
-
Packages that use ImmutableFloatPoint Package Description org.apache.druid.collections.spatial.search -
-
Uses of ImmutableFloatPoint in org.apache.druid.collections.spatial.search
Methods in org.apache.druid.collections.spatial.search that return types with arguments of type ImmutableFloatPoint Modifier and Type Method Description Iterable<ImmutableFloatPoint>GutmanSearchStrategy. depthFirstSearch(ImmutableNode node, Bound bound)Iterable<ImmutableFloatPoint>PolygonBound. filter(Iterable<ImmutableFloatPoint> points)Iterable<ImmutableFloatPoint>RadiusBound. filter(Iterable<ImmutableFloatPoint> points)Iterable<ImmutableFloatPoint>RectangularBound. filter(Iterable<ImmutableFloatPoint> points)Method parameters in org.apache.druid.collections.spatial.search with type arguments of type ImmutableFloatPoint Modifier and Type Method Description Iterable<ImmutableFloatPoint>PolygonBound. filter(Iterable<ImmutableFloatPoint> points)Iterable<ImmutableFloatPoint>RadiusBound. filter(Iterable<ImmutableFloatPoint> points)Iterable<ImmutableFloatPoint>RectangularBound. filter(Iterable<ImmutableFloatPoint> points)
-