Uses of Class
org.locationtech.jts.index.bintree.Node
Packages that use Node
Package
Description
Contains classes that implement a Binary Interval Tree index
-
Uses of Node in org.locationtech.jts.index.bintree
Fields in org.locationtech.jts.index.bintree declared as NodeModifier and TypeFieldDescriptionprotected Node[]NodeBase.subnodesubnodes are numbered as follows: 0 | 1Methods in org.locationtech.jts.index.bintree that return NodeModifier and TypeMethodDescriptionstatic NodeNode.createExpanded(Node node, Interval addInterval) static NodeNode.createNode(Interval itemInterval) Returns the subnode containing the envelope.Methods in org.locationtech.jts.index.bintree with parameters of type NodeModifier and TypeMethodDescriptionstatic NodeNode.createExpanded(Node node, Interval addInterval)