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