Class GeometryCalculator
java.lang.Object
net.anwiba.spatial.geometry.calculator.GeometryCalculator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublecalculateArea(IGeometry geometry) static ICoordinatecalculateCentroid(IGeometry geometry) static ICoordinatecalculateInterior(IGeometry geometry) static doublecalculateLength(IGeometry geometry) static IEnvelopecreateEnvelope(IGeometry[] geometries)
-
Constructor Details
-
GeometryCalculator
public GeometryCalculator()
-
-
Method Details
-
createEnvelope
-
calculateLength
-
calculateInterior
-
calculateCentroid
-
calculateArea
-