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 8 Next »

Function: geoBuffer(geometry left, double distance) 

Computes a buffer area around left geometry using the given distance

If passed a string the geometry functions will automatically convert it into a geometry object.

Syntax

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 containing the geometry of the buffer area.


See Also
  • No labels