WL#7929: GIS: Implement ST_Buffer and ST_Distance with Boost.Geometry

Status: Complete

Replace the current Buffer/ST_Buffer implementation with BG when BG supports buffer.

Replace remaining st_distance() implementation which uses old GIS algorithm with
BG algorithms.