PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ _LWT_MINTOLERANCE

#define _LWT_MINTOLERANCE (   topo,
  geom 
)
Value:
( \
topo->precision ? topo->precision : _lwt_minTolerance(geom) )
static double _lwt_minTolerance(LWGEOM *g)
Definition: lwgeom_topo.c:4981

Definition at line 4999 of file lwgeom_topo.c.

Referenced by lwt_AddLine(), lwt_AddPoint(), and lwt_AddPolygon().