g_area | R Documentation |
g_area()
computes the area for a LinearRing
, Polygon
or
MultiPolygon
. Undefined for all other geometry types (returns zero).
g_area(wkt)
wkt |
Character. OGC WKT string for a simple feature geometry. |
Numeric scalar. Area of the geometry or 0
.
LinearRing
is a non-standard geometry type, used in GDAL just for geometry
creation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.