Package | Description |
---|---|
com.vividsolutions.jts.geomgraph | |
com.vividsolutions.jts.operation | |
com.vividsolutions.jts.operation.relate | |
com.vividsolutions.jts.operation.valid |
Modifier and Type | Method and Description |
---|---|
SegmentIntersector |
GeometryGraph.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 labelling
|
void |
EdgeEndStar.computeLabelling(GeometryGraph[] geomGraph) |
boolean |
EdgeEndStar.isAreaLabelsConsistent(GeometryGraph geomGraph) |
Modifier and Type | Field and Description |
---|---|
protected GeometryGraph[] |
GeometryGraphOperation.arg
The operation args into an array so they can be accessed by index
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
RelateComputer(GeometryGraph[] arg) |
Modifier and Type | Method and Description |
---|---|
static Coordinate |
IsValidOp.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 searchCoords
|
Constructor and 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) |
Copyright © 2016. All rights reserved.