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

Function: box3d

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for function box3d

 

Options

Option

Value

Returns

public.box3d

Language

sql

Parameters

public.raster

 

Definition

CREATE OR REPLACE FUNCTION public.box3d (
 public.raster
)
RETURNS public.box3d AS
$span$
select
box3d( public.ST_convexhull($1))
$span$
LANGUAGE
'sql'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST
100;

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