Uses of Package
org.locationtech.jts.geomgraph
Packages that use org.locationtech.jts.geomgraph
Package
Description
Contains classes that implement topology graphs.
Contains classes that implement indexes for performing noding on geometry graph edges.
Contains classes that perform a topological overlay to compute boolean spatial functions.
Contains classes to implement the computation of the spatial relationships of
Geometry
s.-
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.geomgraphClassDescriptionA Depth object records the topological depth of the sides of an Edge for up to two Geometries.Models the end of an edge incident on a node.A EdgeEndStar is an ordered list of EdgeEnds around a node.Represents a point on an edge which intersects with another edge.A list of edge intersections along an
Edge
.A GeometryGraph is a graph that models a given GeometryA GraphComponent is the parent class for the objects' that form a graph.ALabel
indicates the topological relationship of a component of a topology graph to a givenGeometry
.The computation of theIntersectionMatrix
relies on the use of a structure called a "topology graph".A TopologyLocation is the labelling of a GraphComponent's topological relationship to a single Geometry. -
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.geomgraph.index
-
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.operation.overlayClassDescriptionA
Label
indicates the topological relationship of a component of a topology graph to a givenGeometry
.The computation of theIntersectionMatrix
relies on the use of a structure called a "topology graph". -
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.operation.relateClassDescriptionModels the end of an edge incident on a node.A EdgeEndStar is an ordered list of EdgeEnds around a node.A GeometryGraph is a graph that models a given GeometryA GraphComponent is the parent class for the objects' that form a graph.A
Label
indicates the topological relationship of a component of a topology graph to a givenGeometry
.