Class ImmutableFloatPoint
java.lang.Object
org.apache.druid.collections.spatial.ImmutableFloatNode
org.apache.druid.collections.spatial.ImmutableFloatPoint
- All Implemented Interfaces:
ImmutableNode<float[]>
-
Field Summary
Fields inherited from class org.apache.druid.collections.spatial.ImmutableFloatNode
HEADER_NUM_BYTES -
Constructor Summary
ConstructorsConstructorDescriptionImmutableFloatPoint(int numDims, int initialOffset, int offsetFromInitial, ByteBuffer data, BitmapFactory bitmapFactory) -
Method Summary
Methods inherited from class org.apache.druid.collections.spatial.ImmutableFloatNode
getBitmapFactory, getData, getImmutableBitmap, getInitialOffset, getMaxCoordinates, getMinCoordinates, getNumDims, getOffsetFromInitial, isLeaf
-
Constructor Details
-
ImmutableFloatPoint
public ImmutableFloatPoint(int numDims, int initialOffset, int offsetFromInitial, ByteBuffer data, BitmapFactory bitmapFactory) -
ImmutableFloatPoint
-
-
Method Details
-
getCoords
public float[] getCoords() -
getChildren
- Specified by:
getChildrenin interfaceImmutableNode<float[]>- Overrides:
getChildrenin classImmutableFloatNode
-