Return the area in units of lat-lng squared. This is a contrived unit that only has value when comparing to something else.

Namespace: Lucene.Net.Spatial.Geometry.Shape
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public double Area()
Visual Basic
Public Function Area As Double
Visual C++
public:
double Area()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.LLRect.Area"]

See Also