Schema
Owner
postgres
Descriptions
There is no description for function st_dumpaspolygons
Options
Option | Value |
---|---|
Returns |
Set of public.geomval |
Language |
c |
Parameters |
rast public.raster band integer = 1 exclude_nodata_value boolean = true |
Definition
CREATE OR REPLACE FUNCTION public.st_dumpaspolygons (
rast public.raster,
band integer = 1,
exclude_nodata_value boolean = true
)
RETURNS SETOF public.geomval AS
'$libdir/rtpostgis-2.3', 'RASTER_dumpAsPolygons'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1 ROWS 1000;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |