Package org.locationtech.jtslab
Class EdgeRayFunctions
- java.lang.Object
-
- org.locationtech.jtslab.EdgeRayFunctions
-
public class EdgeRayFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EdgeRayFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublearea(org.locationtech.jts.geom.Geometry g)static doublecheckIntersectionArea(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)static doubleintersectionArea(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)
-
-
-
Method Detail
-
area
public static double area(org.locationtech.jts.geom.Geometry g)
-
intersectionArea
public static double intersectionArea(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)
-
checkIntersectionArea
public static double checkIntersectionArea(org.locationtech.jts.geom.Geometry geom0, org.locationtech.jts.geom.Geometry geom1)
-
-