Class DiffFunctions
java.lang.Object
org.locationtech.jtstest.function.DiffFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryCollection
diffSegments
(Geometry a, Geometry b) static GeometryCollection
diffSegmentsBoth
(Geometry a, Geometry b) static MultiPoint
diffVertices
(Geometry a, Geometry b) Diff the vertices in A against B to find vertices in A which are not in B.static GeometryCollection
diffVerticesBoth
(Geometry a, Geometry b) static GeometryCollection
static GeometryCollection
-
Constructor Details
-
DiffFunctions
public DiffFunctions()
-
-
Method Details
-
diffVerticesBoth
-
diffVertices
Diff the vertices in A against B to find vertices in A which are not in B.- Parameters:
a
- a Geometryb
- a Geometry- Returns:
- the vertices in A which are not in B
-
diffSegments
-
diffSegmentsBoth
-
duplicateSegments
-
singleSegments
-