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