Schema
public
Owner
albenard
Descriptions
There is no description for function _st_3ddwithin
Options
Option | Value |
---|---|
Returns |
boolean |
Language |
c |
Parameters |
geom1 public.geometry geom2 public.geometry double precision |
Definition
CREATE OR REPLACE FUNCTION public._st_3ddwithin (
geom1 public.geometry,
geom2 public.geometry,
double precision
)
RETURNS boolean AS
'$libdir/postgis-2.3', 'LWGEOM_dwithin3d'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |