Package org.locationtech.jtslab
Class OverlayAreaFunctions
- java.lang.Object
-
- org.locationtech.jtslab.OverlayAreaFunctions
-
public class OverlayAreaFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description OverlayAreaFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
areaSingle(Geometry g)
static double
checkIntArea(Geometry geom0, Geometry geom1)
static double
intAreaOrig(Geometry geom0, Geometry geom1)
static Geometry
intAreaOrigData(Geometry geom0, Geometry geom1)
static double
intAreaOrigPrep(Geometry geom0, Geometry geom1)
static Geometry
intAreaOrigPrepData(Geometry geom0, Geometry geom1)
static double
intersectionArea(Geometry geom0, Geometry geom1)
static Geometry
intersectionAreaData(Geometry geom0, Geometry geom1)
static double
intersectionAreaPrep(Geometry geom0, Geometry geom1)
static Geometry
intersectionAreaPrepData(Geometry geom0, Geometry geom1)
-