PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Snap vertices and segments of a geometry to another using a given tolerance.
geom1 | the geometry to snap |
geom2 | the geometry to snap to |
tolerance | the distance under which vertices and segments are snapped |
Requires GEOS-3.3.0+
Definition at line 1529 of file liblwgeom/lwgeom_geos.c.
References error_if_srid_mismatch(), LWGEOM::flags, FLAGS_GET_Z, GEOS2LWGEOM(), lwerror(), LWGEOM2GEOS(), lwgeom_geos_errmsg, lwgeom_geos_error(), lwnotice(), and LWGEOM::srid.
Referenced by _lwt_toposnap(), and ST_Snap().