Function: geoEnvelope(Geometry left)
Returns a Geometry geometry representing the envelope (rectangular bounding box) of left Geometrygeometry.
If passed a string the geometry functions will automatically convert it into a geometry object.
Syntax
geoEnvelope( "Well Known Text")
...
geoEnvelope(30.10)
Returns a Geometry geometry representing the envelope (rectangular bounding box) of left Geometry geometry as a String.
See Also