Function: geoArea(Geometry left)
Returns the area of left Geometry.
Syntax
geoArea( "Well Known Text")
Argument | Type | Description |
---|---|---|
Well Known Text Left | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects. |
Examples
geoArea(30.10)
Returns the area of left Geometry as a Float.
See Also