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 doubleareaSingle(Geometry g)static doublecheckIntArea(Geometry geom0, Geometry geom1)static doubleintAreaOrig(Geometry geom0, Geometry geom1)static GeometryintAreaOrigData(Geometry geom0, Geometry geom1)static doubleintAreaOrigPrep(Geometry geom0, Geometry geom1)static GeometryintAreaOrigPrepData(Geometry geom0, Geometry geom1)static doubleintersectionArea(Geometry geom0, Geometry geom1)static GeometryintersectionAreaData(Geometry geom0, Geometry geom1)static doubleintersectionAreaPrep(Geometry geom0, Geometry geom1)static GeometryintersectionAreaPrepData(Geometry geom0, Geometry geom1)
-