Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Function: geoBuffer(geometry left, double distance) 

Computes a buffer area around left geometry having the given width.

Syntax

Geometry geoBuffer( "Well Known Text", distance) 

ArgumentTypeDescription
Well Known TextStringWell known text (WKT) is a text mark-up language for representing vector geometry objects
DistanceFloat

Examples

geoBuffer(30.10, 10)

Returns a string String containing the Geometry of the buffer area.

...