Uses of Class
org.locationtech.jts.geomgraph.NodeFactory
-
Packages that use NodeFactory Package Description org.locationtech.jts.geomgraph org.locationtech.jts.operation.overlay org.locationtech.jts.operation.relate -
-
Uses of NodeFactory in org.locationtech.jts.geomgraph
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 classOverlayNodeFactoryCreates nodes for use in thePlanarGraphs 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 classRelateNodeFactory
-