Changes between Version 177 and Version 178 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Nov 12, 2011, 5:37:44 AM (12 years ago)
Author:
Bborie Park
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v177 v178  
    16031603}}}
    16041604
    1605 3. ST_MapAlgebraFct(
    1606         rast1 raster,[[BR]]
    1607         rast2 raster,[[BR]]
    1608         userfunction regprocedure,[[BR]]
    1609         VARIADIC userargs text[]
    1610 )
    1611 
    1612 {{{
    1613 ST_MapAlgebraFct(r1.rast, r2.rast, 'raster_mapalgebra_intersection(double precision, double precision, text[])'::regprocedure, '32BF', 'INTERSECTION')
    1614 }}}
    1615 
    16161605----
    16171606== '''Objective FV.16 - Being able to quickly get raster statistics. - ''Done''''' ==