Uses of Class
com.vividsolutions.jts.geomgraph.GeometryGraph
-
Packages that use GeometryGraph Package Description com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.operation Provides classes for implementing operations on geometriescom.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometrys.com.vividsolutions.jts.operation.valid Provides classes for testing the validity of geometries. -
-
Uses of GeometryGraph in com.vividsolutions.jts.geomgraph
Methods in com.vividsolutions.jts.geomgraph with parameters of type GeometryGraph Modifier and Type Method Description SegmentIntersectorGeometryGraph. 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 com.vividsolutions.jts.operation
Fields in com.vividsolutions.jts.operation declared as GeometryGraph Modifier and Type Field Description protected GeometryGraph[]GeometryGraphOperation. argThe operation args into an array so they can be accessed by index -
Uses of GeometryGraph in com.vividsolutions.jts.operation.relate
Methods in com.vividsolutions.jts.operation.relate with parameters of type GeometryGraph Modifier and Type Method Description voidRelateNodeGraph. 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 com.vividsolutions.jts.operation.relate with parameters of type GeometryGraph Constructor Description RelateComputer(GeometryGraph[] arg) -
Uses of GeometryGraph in com.vividsolutions.jts.operation.valid
Methods in com.vividsolutions.jts.operation.valid with parameters of type GeometryGraph Modifier and Type Method Description static 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 com.vividsolutions.jts.operation.valid with parameters of type GeometryGraph Constructor Description ConnectedInteriorTester(GeometryGraph geomGraph)ConsistentAreaTester(GeometryGraph geomGraph)Creates a new tester for consistent areas.IndexedNestedRingTester(GeometryGraph graph)QuadtreeNestedRingTester(GeometryGraph graph)SimpleNestedRingTester(GeometryGraph graph)SweeplineNestedRingTester(GeometryGraph graph)
-