Package | Description |
---|---|
com.espertech.esper.spatial.quadtree.core |
Quadtree index core classes
|
Modifier and Type | Method and Description |
---|---|
QuadrantEnum |
BoundingBox.getQuadrant(double x,
double y) |
static QuadrantEnum |
QuadrantEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuadrantEnum[] |
QuadrantEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BoundingBox.BoundingBoxNode |
BoundingBox.BoundingBoxNode.getQuadrant(QuadrantEnum q) |