ST_Buffer(DOUBLE, VARCHAR(128)) method

Returns the ST_Geometry value that represents all points whose distance from any point of an ST_Geometry value is less than or equal to a specified distance in the given units.

Syntax

geometry-expression.ST_Buffer(DOUBLE distance, VARCHAR(128) unit_name)

Parameters

Returns

ST_Geometry Returns the ST_Geometry value representing all points within the specified distance of the geometry-expression.

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 5.1.17