[postgis-tickets] [PostGIS] #2312: [raster] st_circle
PostGIS
trac at osgeo.org
Tue May 14 07:13:25 PDT 2013
#2312: [raster] st_circle
-------------------------+--------------------------------------------------
Reporter: nclay | Owner: dustymugs
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: raster | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by dustymugs):
userarg is a valid array with 2 text elements.
Your VARIADIC ARRAY[...]::text[] is no different than...
{{{
RETURN ST_MapAlgebra(
ARRAY[ROW(_rast, _nband)]::rastbandarg[],
'_st_focal4ma(double precision[][][], integer[][],
text[])'::regprocedure,
_pixtype,
_extenttype, _customextent,
r1, r1, _mask::text, op::text);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2312#comment:11>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list