Uses of Class
com.vividsolutions.jts.geomgraph.Node

Packages that use Node
com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs. 
com.vividsolutions.jts.operation.buffer Provides classes for computing buffers of geometries 
com.vividsolutions.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions. 
com.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships of Geometrys. 
 

Uses of Node in com.vividsolutions.jts.geomgraph
 

Methods in com.vividsolutions.jts.geomgraph that return Node
 Node PlanarGraph.addNode(Coordinate coord)
           
 Node NodeMap.addNode(Coordinate coord)
          This method expects that a node has a coordinate value.
 Node PlanarGraph.addNode(Node node)
           
 Node NodeMap.addNode(Node n)
           
 Node NodeFactory.createNode(Coordinate coord)
          The basic node constructor does not allow for incident edges
 Node PlanarGraph.find(Coordinate coord)
           
 Node NodeMap.find(Coordinate coord)
           
 Node EdgeEnd.getNode()
           
 

Methods in com.vividsolutions.jts.geomgraph with parameters of type Node
 Node PlanarGraph.addNode(Node node)
           
 Node NodeMap.addNode(Node n)
           
 void Node.mergeLabel(Node n)
           
 void EdgeEnd.setNode(Node node)
           
 

Uses of Node in com.vividsolutions.jts.operation.buffer
 

Methods in com.vividsolutions.jts.operation.buffer with parameters of type Node
 void BufferSubgraph.create(Node node)
          Creates the subgraph consisting of all edges reachable from this node.
 

Uses of Node in com.vividsolutions.jts.operation.overlay
 

Methods in com.vividsolutions.jts.operation.overlay that return Node
 Node OverlayNodeFactory.createNode(Coordinate coord)
           
 

Uses of Node in com.vividsolutions.jts.operation.relate
 

Subclasses of Node in com.vividsolutions.jts.operation.relate
 class RelateNode
          Represents a node in the topological graph used to compute spatial relationships.
 

Methods in com.vividsolutions.jts.operation.relate that return Node
 Node RelateNodeFactory.createNode(Coordinate coord)
           
 



Copyright © 2012. All Rights Reserved.