Uses of Class
org.geotools.data.shapefile.index.quadtree.Node
- 
Packages that use Node Package Description org.geotools.data.shapefile.index.quadtree org.geotools.data.shapefile.index.quadtree.fs 
- 
- 
Uses of Node in org.geotools.data.shapefile.index.quadtreeFields in org.geotools.data.shapefile.index.quadtree with type parameters of type Node Modifier and Type Field Description protected List<Node>Node. subNodesMethods in org.geotools.data.shapefile.index.quadtree that return Node Modifier and Type Method Description NodeNode. copy()NodeQuadTree. getRoot()NodeNode. getSubNode(int pos)Gets the Node at the requested positionMethods in org.geotools.data.shapefile.index.quadtree with parameters of type Node Modifier and Type Method Description voidNode. addSubNode(Node node)voidQuadTree. insert(Node node, int recno, Envelope recBounds, int maxDepth)Inserts a shape record id in the quadtreebooleanNode. removeSubNode(Node node)Removes a subnodevoidQuadTree. setRoot(Node root)voidNode. setShapesId(Node other)
- 
Uses of Node in org.geotools.data.shapefile.index.quadtree.fsSubclasses of Node in org.geotools.data.shapefile.index.quadtree.fs Modifier and Type Class Description classFileSystemNodeMethods in org.geotools.data.shapefile.index.quadtree.fs that return Node Modifier and Type Method Description NodeFileSystemNode. copy()NodeFileSystemNode. getSubNode(int pos)Methods in org.geotools.data.shapefile.index.quadtree.fs with parameters of type Node Modifier and Type Method Description static FileSystemNodeFileSystemNode. readNode(int id, Node parent, FileChannel channel, ByteOrder order, boolean useMemoryMapping)
 
-