Schema
Owner
postgres
Descriptions
There is no description for function _st_voronoi
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
c |
Parameters |
g1 public.geometry clip public.geometry = NULL::geometry tolerance double precision = 0.0 return_polygons boolean = true |
Definition
CREATE OR REPLACE FUNCTION public._st_voronoi (
g1 public.geometry,
clip public.geometry = NULL::geometry,
tolerance double precision = 0.0,
return_polygons boolean = true
)
RETURNS public.geometry AS
'$libdir/postgis-2.3', 'ST_Voronoi'
LANGUAGE 'c'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |