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

Function: _st_mapalgebra

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for function _st_mapalgebra

 

Options

Option

Value

Returns

public.raster

Language

c

Parameters

rastbandargset public.rastbandarg []

callbackfunc pg_catalog.regprocedure

pixeltype text = NULL::text

distancex integer = 0

distancey integer = 0

extenttype text = 'INTERSECTION'::text

customextent public.raster = NULL::raster

mask double precision [] = NULL::double precision[]

weighted boolean = NULL::boolean

variadic userargs text [] = NULL::text[]

 

Definition

CREATE OR REPLACE FUNCTION public._st_mapalgebra (
 rastbandargset public.rastbandarg [],
 callbackfunc pg_catalog.regprocedure,
 pixeltype text = NULL::text,
 distancex integer = 0,
 distancey integer = 0,
 extenttype text = 'INTERSECTION'::text,
 customextent public.raster = NULL::raster,
 mask double precision [] = NULL::double precision[],
 weighted boolean = NULL::boolean,
 variadic userargs text [] = NULL::text[]
)
RETURNS public.raster AS
'$libdir/rtpostgis-2.3', 'RASTER_nMapAlgebra'
LANGUAGE 'c'
STABLE
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