|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
com.vividsolutions.jts.index.bintree | Contains classes that implement a Binary Interval Tree index |
Uses of Node in com.vividsolutions.jts.index.bintree |
---|
Fields in com.vividsolutions.jts.index.bintree declared as Node | |
---|---|
protected Node[] |
NodeBase.subnode
subnodes are numbered as follows: 0 | 1 |
Methods in com.vividsolutions.jts.index.bintree that return Node | |
---|---|
static Node |
Node.createExpanded(Node node,
Interval addInterval)
|
static Node |
Node.createNode(Interval itemInterval)
|
Node |
Node.getNode(Interval searchInterval)
Returns the subnode containing the envelope. |
Methods in com.vividsolutions.jts.index.bintree with parameters of type Node | |
---|---|
static Node |
Node.createExpanded(Node node,
Interval addInterval)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |