Database reference - postgis

postgis -  functions -  public.st_dwithin

Description

none

Function properties

namevalue
namepublic.st_dwithin
return typepg_catalog.bool 
languageSQL
deterministicYES

Usage

result = public.st_dwithin();

Code

CREATE FUNCTION _st_dwithin(geometry, geometry, double precision) RETURNS boolean
    AS '$libdir/liblwgeom', 'LWGEOM_dwithin'
    LANGUAGE c IMMUTABLE STRICT;




Documentation generated by SqlSpec