Class NodingFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.NodingFunctions
-
public class NodingFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description NodingFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
findInteriorNodes(Geometry geom)
static Geometry
findNodes(Geometry geom)
static Geometry
findOneNode(Geometry geom)
static int
interiorIntersectionCount(Geometry geom)
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)
-
-
-
Method Detail
-
isNodingValid
public static boolean isNodingValid(Geometry geom)
-
isSegmentNodingValid
public static boolean isSegmentNodingValid(Geometry geom)
-
intersectionCount
public static int intersectionCount(Geometry geom)
-
interiorIntersectionCount
public static int interiorIntersectionCount(Geometry geom)
-
MCIndexNodingWithPrecision
public static Geometry MCIndexNodingWithPrecision(Geometry geom, Geometry geom2, double scaleFactor)
-
snappingNoder
public static Geometry snappingNoder(Geometry geom, Geometry geom2, double snapDistance)
-
-