Versions Compared

Key

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

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

Function: geoBuffer(geometry left, double distance) 

...

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)

...