Uses of Class
org.locationtech.jts.geomgraph.NodeFactory
-
Packages that use NodeFactory Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s. -
-
Uses of NodeFactory in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as NodeFactory Modifier and Type Field Description (package private) NodeFactory
NodeMap. nodeFact
Constructors in org.locationtech.jts.geomgraph with parameters of type NodeFactory Constructor Description NodeMap(NodeFactory nodeFact)
PlanarGraph(NodeFactory nodeFact)
-
Uses of NodeFactory in org.locationtech.jts.operation.overlay
Subclasses of NodeFactory in org.locationtech.jts.operation.overlay Modifier and Type Class Description class
OverlayNodeFactory
Creates nodes for use in thePlanarGraph
s constructed during overlay operations. -
Uses of NodeFactory in org.locationtech.jts.operation.relate
Subclasses of NodeFactory in org.locationtech.jts.operation.relate Modifier and Type Class Description class
RelateNodeFactory
-