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

Function: st_setupperleft

 

 

Schema

public

 

Owner

albenard

 

Descriptions

args: rast, x, y - Sets the value of the upper left corner of the pixel to projected X and Y coordinates.

 

Options

Option

Value

Returns

public.raster

Language

c

Parameters

rast public.raster

upperleftx double precision

upperlefty double precision

 

Definition

CREATE OR REPLACE FUNCTION public.st_setupperleft (
 rast public.raster,
 upperleftx double precision,
 upperlefty double precision
)
RETURNS public.raster AS
'$libdir/rtpostgis-2.3', 'RASTER_setUpperLeftXY'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST
1;

COMMENT ON FUNCTION public.st_setupperleft(rast public.raster, upperleftx double precision, upperlefty double precision)
IS 'args: rast, x, y - Sets the value of the upper left corner of the pixel to projected X and Y coordinates.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic