Uses of Class
org.geotools.geometry.iso.topograph2D.Node

Packages that use Node
org.geotools.geometry.iso.operation.overlay An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation.relate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of Node in org.geotools.geometry.iso.operation.overlay
 

Methods in org.geotools.geometry.iso.operation.overlay that return Node
 Node OverlayNodeFactory.createNode(Coordinate coord)
           
 

Uses of Node in org.geotools.geometry.iso.operation.relate
 

Subclasses of Node in org.geotools.geometry.iso.operation.relate
 class RelateNode
          Represents a node in the topological graph used to compute spatial relationships.
 

Methods in org.geotools.geometry.iso.operation.relate that return Node
 Node RelateNodeFactory.createNode(Coordinate coord)
           
 

Uses of Node in org.geotools.geometry.iso.topograph2D
 

Methods in org.geotools.geometry.iso.topograph2D 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 org.geotools.geometry.iso.topograph2D 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)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.