Uses of Class
org.geotools.data.shapefile.index.quadtree.Node
Packages that use Node
Package
Description
-
Uses of Node in org.geotools.data.shapefile.index.quadtree
Fields in org.geotools.data.shapefile.index.quadtree with type parameters of type NodeMethods in org.geotools.data.shapefile.index.quadtree that return NodeModifier and TypeMethodDescriptionNode.copy()
QuadTree.getRoot()
Node.getSubNode
(int pos) Gets the Node at the requested positionMethods in org.geotools.data.shapefile.index.quadtree with parameters of type NodeModifier and TypeMethodDescriptionvoid
Node.addSubNode
(Node node) void
Inserts a shape record id in the quadtreeboolean
Node.removeSubNode
(Node node) Removes a subnodevoid
void
Node.setShapesId
(Node other) -
Uses of Node in org.geotools.data.shapefile.index.quadtree.fs
Subclasses of Node in org.geotools.data.shapefile.index.quadtree.fsMethods in org.geotools.data.shapefile.index.quadtree.fs that return NodeMethods in org.geotools.data.shapefile.index.quadtree.fs with parameters of type NodeModifier and TypeMethodDescriptionstatic FileSystemNode
FileSystemNode.readNode
(int id, Node parent, FileChannel channel, ByteOrder order, boolean useMemoryMapping)