pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: _st_voronoi

 

 

Schema

public

 

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 26/02/2014 11:51
Previous topic Chapter index Next topic