Uses of Package
org.locationtech.jts.geomgraph
-
Packages that use org.locationtech.jts.geomgraph Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jts.operation.buffer Provides classes for computing buffers of geometriesorg.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.org.locationtech.jts.operation.valid Provides classes for testing the validity of geometries. -
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.geomgraph Class Description Depth A Depth object records the topological depth of the sides of an Edge for up to two Geometries.DirectedEdge Edge EdgeEnd Models the end of an edge incident on a node.EdgeEndStar A EdgeEndStar is an ordered list of EdgeEnds around a node.EdgeIntersection Represents a point on an edge which intersects with another edge.EdgeIntersectionList A list of edge intersections along anEdge
.EdgeRing GeometryGraph A GeometryGraph is a graph that models a given GeometryGraphComponent A GraphComponent is the parent class for the objects' that form a graph.Label ALabel
indicates the topological relationship of a component of a topology graph to a givenGeometry
.Node NodeFactory NodeMap A map of nodes, indexed by the coordinate of the nodePlanarGraph The computation of theIntersectionMatrix
relies on the use of a structure called a "topology graph".TopologyLocation 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 Class Description Edge -
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.operation Class Description GeometryGraph A GeometryGraph is a graph that models a given Geometry -
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.operation.buffer Class Description DirectedEdge Edge EdgeList A EdgeList is a list of Edges.Label ALabel
indicates the topological relationship of a component of a topology graph to a givenGeometry
.Node PlanarGraph 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.overlay Class Description DirectedEdge DirectedEdgeStar A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.Edge EdgeList A EdgeList is a list of Edges.EdgeRing Label ALabel
indicates the topological relationship of a component of a topology graph to a givenGeometry
.Node NodeFactory PlanarGraph 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.relate Class Description Edge EdgeEnd Models the end of an edge incident on a node.EdgeEndStar A EdgeEndStar is an ordered list of EdgeEnds around a node.EdgeIntersection Represents a point on an edge which intersects with another edge.GeometryGraph A GeometryGraph is a graph that models a given GeometryGraphComponent A GraphComponent is the parent class for the objects' that form a graph.Label ALabel
indicates the topological relationship of a component of a topology graph to a givenGeometry
.Node NodeFactory NodeMap A map of nodes, indexed by the coordinate of the node -
Classes in org.locationtech.jts.geomgraph used by org.locationtech.jts.operation.valid Class Description DirectedEdge EdgeIntersectionList A list of edge intersections along anEdge
.GeometryGraph A GeometryGraph is a graph that models a given GeometryPlanarGraph The computation of theIntersectionMatrix
relies on the use of a structure called a "topology graph".