Function: geoEnvelope(Geometry left)
Returns a Geometry representing the envelope (rectangular bounding box) of left Geometry.
Syntax
geoEnvelope( "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
geoEnvelope(30.10)
Returns a Geometry representing the envelope (rectangular bounding box) of left Geometry as a String.
See Also