Class EdgeRayFunctions
java.lang.Object
org.locationtech.jtslab.EdgeRayFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
EdgeRayFunctions
public EdgeRayFunctions()
-
-
Method Details
-
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)
-