Package org.meteoinfo.jts.algorithm
Class RobustCGAlgorithms
- java.lang.Object
-
- org.meteoinfo.jts.algorithm.CGAlgorithms
-
- org.meteoinfo.jts.algorithm.RobustCGAlgorithms
-
Deprecated.use CGAlgorithms instead
public class RobustCGAlgorithms extends CGAlgorithms
Stub version of RobustCGAlgorithms for backwards compatibility. Will be deprecated in next release - use CGAlgorithms instead.
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.jts.algorithm.CGAlgorithms
CLOCKWISE, COLLINEAR, COUNTERCLOCKWISE, LEFT, RIGHT, STRAIGHT
-
-
Constructor Summary
Constructors Constructor Description RobustCGAlgorithms()Deprecated.
-
Method Summary
-
Methods inherited from class org.meteoinfo.jts.algorithm.CGAlgorithms
computeOrientation, distanceLineLine, distancePointLine, distancePointLine, distancePointLinePerpendicular, isCCW, isOnLine, isPointInRing, length, locatePointInRing, orientationIndex, signedArea, signedArea
-
-