-
GenericRTree
<
T> - Class in
de.topobyte.jsi
-
An implementation of the GenericSpatialIndex that internally uses the com.infomatiq.jsi.rtree.RTree.
-
GenericRTree(int, int) - Constructor for class de
.topobyte
.jsi
.
GenericRTree
-
This constructor creates a GenericRTree.
-
GenericRTree() - Constructor for class de
.topobyte
.jsi
.
GenericRTree
-
default constructor that initializes the underlying tree to have at least 1 and at most 10 childs per node.
-
GenericSpatialIndex
<
T> - Interface in
de.topobyte.jsi
-
An interface to a spatial index that stores generic values that occupy a rectangular area.
-
getBounds() - Method in class com
.infomatiq
.jsi
.rtree
.
RTree
-
-
getBounds() - Method in interface com
.infomatiq
.jsi
.
SpatialIndex
-
Returns the bounds of all the entries in the spatial index, or null if there are no entries.
-
getBounds() - Method in class de
.topobyte
.jsi
.
GenericRTree
-
-
getEntryCount() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getEntryMbb(int) - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getEntryMbrMaxX(int) - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getEntryMbrMaxY(int) - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getEntryMbrMinX(int) - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getEntryMbrMinY(int) - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getHighestUsedNodeId() - Method in class com
.infomatiq
.jsi
.rtree
.
RTree
-
Get the highest used node ID
-
getId(int) - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getLevel() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getLowestPriority() - Method in class com
.infomatiq
.jsi
.rtree
.
SortedList
-
return the lowest priority currently stored, or float.NEGATIVE_INFINITY if no entries are stored
-
getMbb() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getMbrMaxX() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getMbrMaxY() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getMbrMinX() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getMbrMinY() - Method in class com
.infomatiq
.jsi
.rtree
.
Node
-
-
getNode(int) - Method in class com
.infomatiq
.jsi
.rtree
.
RTree
-
Get a node object, given the ID of the node.
-
getPriority() - Method in class com
.infomatiq
.jsi
.
PriorityQueue
-
-
getRootNodeId() - Method in class com
.infomatiq
.jsi
.rtree
.
RTree
-
Get the root node ID
-
getValue() - Method in class com
.infomatiq
.jsi
.
PriorityQueue
-