Schema
Owner
postgres
Descriptions
There is no description for function st_polygon
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
c |
Parameters |
rast public.raster band integer = 1 |
Definition
CREATE OR REPLACE FUNCTION public.st_polygon (
rast public.raster,
band integer = 1
)
RETURNS public.geometry AS
'$libdir/rtpostgis-2.2', 'RASTER_getPolygon'
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 13/03/2014 13:23 |