Schema
Owner
postgres
Descriptions
There is no description for function st_mapalgebra
Options
Option | Value |
---|---|
Returns |
public.raster |
Language |
sql |
Parameters |
rastbandargset public.rastbandarg [] callbackfunc pg_catalog.regprocedure pixeltype text = NULL::text extenttype text = 'INTERSECTION'::text customextent public.raster = NULL::raster distancex integer = 0 distancey integer = 0 variadic userargs text [] = NULL::text[] |
Definition
CREATE OR REPLACE FUNCTION public.st_mapalgebra (
rastbandargset public.rastbandarg [],
callbackfunc pg_catalog.regprocedure,
pixeltype text = NULL::text,
extenttype text = 'INTERSECTION'::text,
customextent public.raster = NULL::raster,
distancex integer = 0,
distancey integer = 0,
variadic userargs text [] = NULL::text[]
)
RETURNS public.raster AS
$span$
SELECT _ST_MapAlgebra($1, $2, $3, $6, $7, $4, $5,NULL::double precision [],NULL::boolean, VARIADIC $8)
$span$
LANGUAGE 'sql'
STABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |