Geotools.Net

Geometry.GetArea Method 

Returns the area of this Geometry. Areal Geometrys have a non-zero area. They override this function to compute the area, others return 0.0.

[Visual Basic]
Overridable Public Function GetArea() As Double
[C#]
public virtual double GetArea();

Return Value

Returns the area of the Geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.GetArea

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace