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

Packages that use GeometryGraph
org.geotools.geometry.iso.operation 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 GeometryGraph in org.geotools.geometry.iso.operation
 

Fields in org.geotools.geometry.iso.operation declared as GeometryGraph
protected  GeometryGraph[] GeometryGraphOperation.arg
          The operation args into an array so they can be accessed by index
 

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

Methods in org.geotools.geometry.iso.operation.relate with parameters of type GeometryGraph
 void RelateNodeGraph.build(GeometryGraph geomGraph)
           
 void RelateNodeGraph.computeIntersectionNodes(GeometryGraph geomGraph, int argIndex)
          Insert nodes for all intersections on the edges of a Geometry.
 void RelateNodeGraph.copyNodesAndLabels(GeometryGraph geomGraph, int argIndex)
          Copy all nodes from an arg geometry into this graph.
 

Constructors in org.geotools.geometry.iso.operation.relate with parameters of type GeometryGraph
RelateComputer(GeometryGraph[] arg)
           
 

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

Methods in org.geotools.geometry.iso.topograph2D with parameters of type GeometryGraph
 SegmentIntersector GeometryGraph.computeEdgeIntersections(GeometryGraph g, LineIntersector li, boolean includeProper)
           
 void EdgeEndStar.computeLabelling(GeometryGraph[] geom)
          Computes the labelling for the ???
 void DirectedEdgeStar.computeLabelling(GeometryGraph[] geom)
          Compute the labelling for all dirEdges in this star, as well as the overall labelling
 



Copyright © 1996-2010 Geotools. All Rights Reserved.