Class and Description |
---|
ImmutableNode
Byte layout:
Header
0 to 1 : the MSB is a boolean flag for isLeaf, the next 15 bits represent the number of children of a node
Body
2 to 2 + numDims * Floats.BYTES : minCoordinates
2 + numDims * Floats.BYTES to 2 + 2 * numDims * Floats.BYTES : maxCoordinates
concise set
rest (children) : Every 4 bytes is storing an offset representing the position of a child.
|
ImmutablePoint |
ImmutableRTree
An immutable representation of an
RTree for spatial indexing. |
Node |
Point |
RTree
This RTree has been optimized to work with bitmap inverted indexes.
|
Class and Description |
---|
ImmutableNode
Byte layout:
Header
0 to 1 : the MSB is a boolean flag for isLeaf, the next 15 bits represent the number of children of a node
Body
2 to 2 + numDims * Floats.BYTES : minCoordinates
2 + numDims * Floats.BYTES to 2 + 2 * numDims * Floats.BYTES : maxCoordinates
concise set
rest (children) : Every 4 bytes is storing an offset representing the position of a child.
|
ImmutablePoint |
Class and Description |
---|
Node |
Class and Description |
---|
ImmutableRTree
An immutable representation of an
RTree for spatial indexing. |
Class and Description |
---|
ImmutableRTree
An immutable representation of an
RTree for spatial indexing. |
Class and Description |
---|
ImmutableRTree
An immutable representation of an
RTree for spatial indexing. |
Class and Description |
---|
ImmutableRTree
An immutable representation of an
RTree for spatial indexing. |
Class and Description |
---|
ImmutableRTree
An immutable representation of an
RTree for spatial indexing. |
Copyright © 2011–2017. All rights reserved.