Class GeometryArea
- java.lang.Object
-
- org.locationtech.jts.operation.overlayarea.GeometryArea
-
public class GeometryArea extends Object
Computes the area of a geometry using theEdgeVector
summing approach. This provides a validation of the correctness of theOverlayArea
approach. It is not intended to replace the standard polygon area computation.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description GeometryArea(Geometry geom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static double
area(Geometry geom)
double
areaRing(LinearRing ring)
-
-
-
Constructor Detail
-
GeometryArea
public GeometryArea(Geometry geom)
-
-
Method Detail
-
area
public static double area(Geometry geom)
-
areaRing
public double areaRing(LinearRing ring)
-
-