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.quadtree
Fields in org.geotools.data.shapefile.index.quadtree with type parameters of type Node Modifier and Type Field Description protected List<Node>
Node. subNodes
Methods in org.geotools.data.shapefile.index.quadtree that return Node Modifier and Type Method Description Node
Node. copy()
Node
QuadTree. getRoot()
Node
Node. 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 void
Node. addSubNode(Node node)
void
QuadTree. insert(Node node, int recno, Envelope recBounds, int maxDepth)
Inserts a shape record id in the quadtreeboolean
Node. removeSubNode(Node node)
Removes a subnodevoid
QuadTree. setRoot(Node root)
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.fs Modifier and Type Class Description class
FileSystemNode
Methods in org.geotools.data.shapefile.index.quadtree.fs that return Node Modifier and Type Method Description Node
FileSystemNode. copy()
Node
FileSystemNode. getSubNode(int pos)
Methods in org.geotools.data.shapefile.index.quadtree.fs with parameters of type Node Modifier and Type Method Description static FileSystemNode
FileSystemNode. readNode(int id, Node parent, FileChannel channel, ByteOrder order, boolean useMemoryMapping)
-