java.lang.Object
org.apache.druid.collections.spatial.Node
org.apache.druid.collections.spatial.Point

public class Point extends Node
  • Constructor Details

    • Point

      public Point(float[] coords, int entry, BitmapFactory bitmapFactory)
    • Point

      public Point(float[] coords, MutableBitmap entry)
  • Method Details

    • getCoords

      public float[] getCoords()
    • getBitmap

      public MutableBitmap getBitmap()
      Overrides:
      getBitmap in class Node
    • addChild

      public void addChild(Node node)
      Overrides:
      addChild in class Node
    • getChildren

      public List<Node> getChildren()
      Overrides:
      getChildren in class Node
    • isLeaf

      public boolean isLeaf()
      Overrides:
      isLeaf in class Node
    • getArea

      public double getArea()
      Overrides:
      getArea in class Node
    • enclose

      public boolean enclose()
      Overrides:
      enclose in class Node