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

Packages that use NodeFactory
com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs. 
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 NodeFactory in com.vividsolutions.jts.geomgraph
 

Constructors in com.vividsolutions.jts.geomgraph with parameters of type NodeFactory
NodeMap(NodeFactory nodeFact)
           
PlanarGraph(NodeFactory nodeFact)
           
 

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

Subclasses of NodeFactory in com.vividsolutions.jts.operation.overlay
 class OverlayNodeFactory
          Creates nodes for use in the PlanarGraphs constructed during overlay operations.
 

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

Subclasses of NodeFactory in com.vividsolutions.jts.operation.relate
 class RelateNodeFactory
          Used by the NodeMap in a RelateNodeGraph to create RelateNodes.
 



Copyright © 2012. All Rights Reserved.