Uses of Class
org.locationtech.jts.geomgraph.GeometryGraph
Packages that use GeometryGraph
Package
Description
Contains classes that implement topology graphs.
Contains classes to implement the computation of the spatial relationships of
Geometrys.Provides classes for testing the validity of geometries.
-
Uses of GeometryGraph in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type GeometryGraphModifier and TypeMethodDescriptionGeometryGraph.computeEdgeIntersections(GeometryGraph g, LineIntersector li, boolean includeProper) voidDirectedEdgeStar.computeLabelling(GeometryGraph[] geom) Compute the labelling for all dirEdges in this star, as well as the overall labellingvoidEdgeEndStar.computeLabelling(GeometryGraph[] geomGraph) booleanEdgeEndStar.isAreaLabelsConsistent(GeometryGraph geomGraph) -
Uses of GeometryGraph in org.locationtech.jts.operation.relate
Methods in org.locationtech.jts.operation.relate with parameters of type GeometryGraphModifier and TypeMethodDescriptionvoidRelateNodeGraph.build(GeometryGraph geomGraph) voidRelateNodeGraph.computeIntersectionNodes(GeometryGraph geomGraph, int argIndex) Insert nodes for all intersections on the edges of a Geometry.voidRelateNodeGraph.copyNodesAndLabels(GeometryGraph geomGraph, int argIndex) Copy all nodes from an arg geometry into this graph.Constructors in org.locationtech.jts.operation.relate with parameters of type GeometryGraph -
Uses of GeometryGraph in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type GeometryGraphModifier and TypeMethodDescriptionstatic CoordinateIsValidOp.findPtNotNode(Coordinate[] testCoords, LinearRing searchRing, GeometryGraph graph) Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoordsConstructors in org.locationtech.jts.operation.valid with parameters of type GeometryGraphModifierConstructorDescriptionConnectedInteriorTester(GeometryGraph geomGraph) ConsistentAreaTester(GeometryGraph geomGraph) Creates a new tester for consistent areas.