Uses of Class
org.locationtech.jts.geomgraph.GeometryGraph
Packages that use GeometryGraph
Package
Description
Contains classes that implement topology graphs.
Provides classes for implementing operations on geometries
Contains classes to implement the computation of the spatial relationships of
Geometry
s.-
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) void
DirectedEdgeStar.computeLabelling
(GeometryGraph[] geom) Compute the labelling for all dirEdges in this star, as well as the overall labellingvoid
EdgeEndStar.computeLabelling
(GeometryGraph[] geomGraph) boolean
EdgeEndStar.isAreaLabelsConsistent
(GeometryGraph geomGraph) -
Uses of GeometryGraph in org.locationtech.jts.operation
Fields in org.locationtech.jts.operation declared as GeometryGraphModifier and TypeFieldDescriptionprotected GeometryGraph[]
GeometryGraphOperation.arg
The operation args into an array so they can be accessed by index -
Uses of GeometryGraph in org.locationtech.jts.operation.relate
Methods in org.locationtech.jts.operation.relate with parameters of type GeometryGraphModifier and TypeMethodDescriptionvoid
RelateNodeGraph.build
(GeometryGraph geomGraph) void
RelateNodeGraph.computeIntersectionNodes
(GeometryGraph geomGraph, int argIndex) Insert nodes for all intersections on the edges of a Geometry.void
RelateNodeGraph.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