Class NodingFunctions
java.lang.Object
org.locationtech.jtstest.function.NodingFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryfindInteriorNodes(Geometry geom) static Geometrystatic GeometryfindOneNode(Geometry geom) static intstatic intintersectionCount(Geometry geom) static booleanisNodingValid(Geometry geom) static booleanisSegmentNodingValid(Geometry geom) static GeometryMCIndexNoding(Geometry geom, Geometry geom2) static GeometryMCIndexNodingWithPrecision(Geometry geom, Geometry geom2, double scaleFactor) static GeometrysnappingNoder(Geometry geom, Geometry geom2, double snapDistance) static GeometrysnapRoundingNoder(Geometry geom, Geometry geom2, double scaleFactor)
-
Constructor Details
-
NodingFunctions
public NodingFunctions()
-
-
Method Details
-
isNodingValid
-
isSegmentNodingValid
-
findOneNode
-
findNodes
-
findInteriorNodes
-
intersectionCount
-
interiorIntersectionCount
-
MCIndexNodingWithPrecision
-
MCIndexNoding
-
snappingNoder
-
snapRoundingNoder
-