Class OrientationFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.OrientationFunctions
-
public class OrientationFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OrientationFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Coordinate[]
getRing(Geometry g)
static boolean
isCCW(Geometry g)
static int
orientationIndex(Geometry segment, Geometry ptGeom)
-
-
-
Method Detail
-
isCCW
public static boolean isCCW(Geometry g)
-
getRing
static Coordinate[] getRing(Geometry g)
-
-