Uses of Interface
org.geotools.caching.spatialindex.Node

Packages that use Node
org.geotools.caching   
org.geotools.caching.grid.featurecache   
org.geotools.caching.grid.spatialindex   
org.geotools.caching.grid.spatialindex.store   
org.geotools.caching.spatialindex   
 

Uses of Node in org.geotools.caching
 

Methods in org.geotools.caching with parameters of type Node
 void FeatureCollectingVisitor.visitNode(Node n)
           
 

Uses of Node in org.geotools.caching.grid.featurecache
 

Methods in org.geotools.caching.grid.featurecache with parameters of type Node
 void ValidatingVisitor.visitNode(Node n)
          If node within the region then flags the node as valid.
 

Uses of Node in org.geotools.caching.grid.spatialindex
 

Classes in org.geotools.caching.grid.spatialindex that implement Node
 class GridNode
          A node in the grid.
 class GridRootNode
          The root node of a grid, which has n GridNodes as children.
 

Methods in org.geotools.caching.grid.spatialindex that return Node
 Node GridSpatialIndex.readNode(NodeIdentifier id)
           
 

Methods in org.geotools.caching.grid.spatialindex with parameters of type Node
protected  void GridSpatialIndex.visitData(Node n, Visitor v, Shape query, int type)
           
 void GridInvalidatingVisitor.visitNode(Node n)
           
 void NodeLockInvalidatingVisitor.visitNode(Node n)
           
 void GridSpatialIndex.writeNode(Node node)
          Assumes you have a write lock on the node you are writing.
 

Uses of Node in org.geotools.caching.grid.spatialindex.store
 

Methods in org.geotools.caching.grid.spatialindex.store that return Node
 Node BufferedDiskStorage.get(NodeIdentifier id)
          Gets a particular node.
 Node DiskStorage.get(NodeIdentifier id)
          Gets a particular node
 Node MemoryStorage.get(NodeIdentifier id)
           
 

Methods in org.geotools.caching.grid.spatialindex.store with parameters of type Node
 void BufferedDiskStorage.put(Node n)
          Adds a node to the storage.
 void DiskStorage.put(Node n)
          Adds a node to the store.
 void MemoryStorage.put(Node n)
           
 

Uses of Node in org.geotools.caching.spatialindex
 

Fields in org.geotools.caching.spatialindex declared as Node
protected  Node AbstractSpatialIndex.rootNode
           
 

Methods in org.geotools.caching.spatialindex that return Node
 Node Storage.get(NodeIdentifier id)
          Reads a node from the store given an node identifier
 Node NodeIdentifier.getNode()
          May return null; node is held onto with a soft reference
protected  Node AbstractSpatialIndex.readNode(NodeIdentifier id)
           
 

Methods in org.geotools.caching.spatialindex with parameters of type Node
 void NodeCommand.execute(Node n)
           
 NodeIdentifier QueryStrategy.getNextNode(Node n, boolean[] hasNext)
           
 void Storage.put(Node n)
          Adds a given node to the store.
 void NodeIdentifier.setNode(Node n)
          Sets the node associated with the nodeid; this node is stored as a soft reference so getNode() may return null.
protected abstract  void AbstractSpatialIndex.visitData(Node n, Visitor v, Shape query, int type)
          Visit data associated with a node using given visitor.
 void Visitor.visitNode(Node n)
           
protected  void AbstractSpatialIndex.writeNode(Node node)
           
 

Constructors in org.geotools.caching.spatialindex with parameters of type Node
RegionNodeIdentifier(Node n)
          Identify a new node.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.