Class DiffFunctions
java.lang.Object
org.locationtech.jtstest.function.DiffFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryCollectiondiffSegments(Geometry a, Geometry b) static GeometryCollectiondiffSegmentsBoth(Geometry a, Geometry b) static MultiPointdiffVertices(Geometry a, Geometry b) Diff the vertices in A against B to find vertices in A which are not in B.static GeometryCollectiondiffVerticesBoth(Geometry a, Geometry b) static GeometryCollectionstatic 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
-