Class Point
java.lang.Object
org.apache.druid.collections.spatial.Node
org.apache.druid.collections.spatial.Point
-
Constructor Summary
ConstructorsConstructorDescriptionPoint(float[] coords, int entry, BitmapFactory bitmapFactory) Point(float[] coords, MutableBitmap entry) -
Method Summary
Methods inherited from class org.apache.druid.collections.spatial.Node
addToBitmapIndex, clear, contains, getMaxCoordinates, getMinCoordinates, getNumDims, getParent, getSizeInBytes, storeInByteBuffer
-
Constructor Details
-
Point
-
Point
-
-
Method Details
-
getCoords
public float[] getCoords() -
getBitmap
-
addChild
-
getChildren
- Overrides:
getChildrenin classNode
-
isLeaf
public boolean isLeaf() -
getArea
public double getArea() -
enclose
public boolean enclose()
-