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 TypeMethodDescriptionvoidNode.addSubNode(Node node) voidInserts a shape record id in the quadtreebooleanNode.removeSubNode(Node node) Removes a subnodevoidvoidNode.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 FileSystemNodeFileSystemNode.readNode(int id, Node parent, FileChannel channel, ByteOrder order, boolean useMemoryMapping)