Package | Description |
---|---|
com.espertech.esper.spatial.quadtree.core |
Quadtree index core classes
|
com.espertech.esper.spatial.quadtree.mxcif |
Quadtree MXCIF index core classes
|
com.espertech.esper.spatial.quadtree.mxcifrowindex |
Quadtree MXCIF row index
|
com.espertech.esper.spatial.quadtree.pointregion |
Quadtree Point-region core classes
|
com.espertech.esper.spatial.quadtree.prqdfilterindex |
Quadtree Point-region filter index
|
Modifier and Type | Field and Description |
---|---|
BoundingBox |
BoundingBox.BoundingBoxNode.bb |
Modifier and Type | Method and Description |
---|---|
static BoundingBox |
BoundingBox.from(double x,
double y,
double width,
double height) |
BoundingBox[] |
BoundingBox.subdivide() |
Constructor and Description |
---|
BoundingBoxNode(BoundingBox bb,
BoundingBox.BoundingBoxNode nw,
BoundingBox.BoundingBoxNode ne,
BoundingBox.BoundingBoxNode sw,
BoundingBox.BoundingBoxNode se) |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
MXCIFQuadTreeNode.getBb() |
Constructor and Description |
---|
MXCIFQuadTreeNode(BoundingBox bb,
int level,
L data,
int count) |
MXCIFQuadTreeNodeBranch(BoundingBox bb,
int level,
L data,
int dataCount,
MXCIFQuadTreeNode<L> nw,
MXCIFQuadTreeNode<L> ne,
MXCIFQuadTreeNode<L> sw,
MXCIFQuadTreeNode<L> se) |
MXCIFQuadTreeNodeLeaf(BoundingBox bb,
int level,
L data,
int dataCount) |
Modifier and Type | Method and Description |
---|---|
static void |
MXCIFQuadTreeFilterIndexCheckBB.checkBB(BoundingBox bb,
double x,
double y,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
PointRegionQuadTreeNode.getBb() |
Constructor and Description |
---|
PointRegionQuadTreeNode(BoundingBox bb,
int level) |
PointRegionQuadTreeNodeBranch(BoundingBox bb,
int level,
PointRegionQuadTreeNode<L> nw,
PointRegionQuadTreeNode<L> ne,
PointRegionQuadTreeNode<L> sw,
PointRegionQuadTreeNode<L> se) |
PointRegionQuadTreeNodeLeaf(BoundingBox bb,
int level,
L points,
int count) |
Modifier and Type | Method and Description |
---|---|
static void |
PointRegionQuadTreeFilterIndexCheckBB.checkBB(BoundingBox bb,
double x,
double y) |