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