Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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


See Also
  • No labels