Class RectangularBound

java.lang.Object
org.apache.druid.collections.spatial.search.RectangularBound
All Implemented Interfaces:
Bound<float[],ImmutableFloatPoint>
Direct Known Subclasses:
PolygonBound, RadiusBound

public class RectangularBound extends Object implements Bound<float[],ImmutableFloatPoint>
  • Constructor Details

    • RectangularBound

      public RectangularBound(float[] minCoords, float[] maxCoords, int limit)
    • RectangularBound

      public RectangularBound(float[] minCoords, float[] maxCoords)
  • Method Details