Uses of Class
com.vividsolutions.jts.planargraph.GraphComponent

Packages that use GraphComponent
com.vividsolutions.jts.operation.linemerge Classes to perform line merging. 
com.vividsolutions.jts.planargraph Contains classes to implement a planar graph data structure. 
 

Uses of GraphComponent in com.vividsolutions.jts.operation.linemerge
 

Subclasses of GraphComponent in com.vividsolutions.jts.operation.linemerge
 class LineMergeDirectedEdge
          A DirectedEdge of a LineMergeGraph.
 class LineMergeEdge
          An edge of a LineMergeGraph.
 

Uses of GraphComponent in com.vividsolutions.jts.planargraph
 

Subclasses of GraphComponent in com.vividsolutions.jts.planargraph
 class DirectedEdge
          Represents a directed edge in a PlanarGraph.
 class Edge
          Represents an undirected edge of a PlanarGraph.
 class Node
          A node in a PlanarGraphis a location where 0 or more Edges meet.
 

Methods in com.vividsolutions.jts.planargraph that return GraphComponent
static GraphComponent GraphComponent.getComponentWithVisitedState(Iterator i, boolean visitedState)
          Finds the first GraphComponent in a Iterator set which has the specified visited state.
 



Copyright © 2012. All Rights Reserved.