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