Class NodingFunctions
java.lang.Object
org.locationtech.jtstest.function.NodingFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Geometry
findInteriorNodes
(Geometry geom) static Geometry
static Geometry
findOneNode
(Geometry geom) static int
static int
intersectionCount
(Geometry geom) static boolean
isNodingValid
(Geometry geom) static boolean
isSegmentNodingValid
(Geometry geom) static Geometry
MCIndexNoding
(Geometry geom, Geometry geom2) static Geometry
MCIndexNodingWithPrecision
(Geometry geom, Geometry geom2, double scaleFactor) static Geometry
snappingNoder
(Geometry geom, Geometry geom2, double snapDistance) static Geometry
snapRoundingNoder
(Geometry geom, Geometry geom2, double scaleFactor)
-
Constructor Details
-
NodingFunctions
public NodingFunctions()
-
-
Method Details
-
isNodingValid
-
isSegmentNodingValid
-
findOneNode
-
findNodes
-
findInteriorNodes
-
intersectionCount
-
interiorIntersectionCount
-
MCIndexNodingWithPrecision
-
MCIndexNoding
-
snappingNoder
-
snapRoundingNoder
-