Schema
Owner
postgres
Descriptions
There is no description for function _st_dwithinuncached
Options
Option | Value |
---|---|
Returns |
boolean |
Language |
sql |
Parameters |
public.geography public.geography double precision |
Definition
CREATE OR REPLACE FUNCTION public._st_dwithinuncached (
public.geography,
public.geography,
double precision
)
RETURNS boolean AS
$span$
SELECT $1 && _ST_Expand($2,$3) AND $2 && _ST_Expand($1,$3) AND _ST_DWithinUnCached($1, $2, $3, true)
$span$
LANGUAGE 'sql'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |