Schema
Owner
postgres
Descriptions
There is no description for function _st_mapalgebra
Options
Option | Value |
---|---|
Returns |
public.raster |
Language |
c |
Parameters |
rastbandargset public.rastbandarg [] expression text pixeltype text = NULL::text extenttype text = 'INTERSECTION'::text nodata1expr text = NULL::text nodata2expr text = NULL::text nodatanodataval double precision = NULL::double precision |
Definition
CREATE OR REPLACE FUNCTION public._st_mapalgebra (
rastbandargset public.rastbandarg [],
expression text,
pixeltype text = NULL::text,
extenttype text = 'INTERSECTION'::text,
nodata1expr text = NULL::text,
nodata2expr text = NULL::text,
nodatanodataval double precision = NULL::double precision
)
RETURNS public.raster AS
'$libdir/rtpostgis-2.2', 'RASTER_nMapAlgebraExpr'
LANGUAGE 'c'
STABLE
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 |