<para>Returns the hypothetical illumination of an elevation raster band using the azimuth, altitude, brightness, and elevation scale inputs. Utilizes map algebra and applies the hill shade equation to neighboring pixels.</para>
<para>The hill shade equation is: <programlisting>max_bright * ( (cos(zenith)*cos(slope)) + (sin(zenith)*sin(slope)*cos(azimuth - aspect)) )</programlisting>.</para>
<para>Availability: 2.0.0 </para>
+ <para>Enhanced: 2.1.0 Uses <xref linkend="RT_ST_MapAlgebra" /> and runs <xref linkend="RT_ST_InvDistWeight4ma" /> before running the hillshade operation</para>
</refsection>
<refsection>
<title>See Also</title>
- <para><xref linkend="RT_ST_MapAlgebraFctNgb" /></para>
+ <para><xref linkend="RT_ST_MapAlgebra" /></para>
<para><xref linkend="RT_ST_Aspect" /></para>
<para><xref linkend="RT_ST_Slope" /></para>
</refsection>
<para>The equation for the pixel aspect of cell E is: atan2((((G + 2H + I) - (A + 2B + C)) / 8), -(((C + 2F + I) - (A + 2D + G)) / 8))</para>
<para>Availability: 2.0.0 </para>
+ <para>Enhanced: 2.1.0 Uses <xref linkend="RT_ST_MapAlgebra" /> and runs <xref linkend="RT_ST_InvDistWeight4ma" /> before running the hillshade operation</para>
</refsection>
<refsection>
<title>See Also</title>
- <para><xref linkend="RT_ST_MapAlgebraFctNgb" /></para>
+ <para><xref linkend="RT_ST_MapAlgebra" /></para>
<para><xref linkend="RT_ST_HillShade" /></para>
<para><xref linkend="RT_ST_Slope" /></para>
</refsection>
<para>The equation for the pixel slope of cell E is: atan(sqrt(((c + 2f + i) - (a + 2d + g) / 8)^2 + (((g + 2h + i) - (a + 2b + c)) / 8) ^ 2))</para>
<para>Availability: 2.0.0 </para>
+ <para>Enhanced: 2.1.0 Uses <xref linkend="RT_ST_MapAlgebra" /> and runs <xref linkend="RT_ST_InvDistWeight4ma" /> before running the hillshade operation</para>
</refsection>
<refsection>
<title>See Also</title>
- <para><xref linkend="RT_ST_MapAlgebraFctNgb" /></para>
+ <para><xref linkend="RT_ST_MapAlgebra" /></para>
<para><xref linkend="RT_ST_HillShade" /></para>
<para><xref linkend="RT_ST_Aspect" /></para>
</refsection>
Variant 4 operate upon two rasters with one band per raster. See example Variant 4.
</para>
-<!-- enable once these functions are deprecated
<warning>
<para>
- The functions <xref linkend="RT_ST_MapAlgebraExpr" />, <xref linkend="RT_ST_MapAlgebraExpr2" />, <xref linkend="RT_ST_MapAlgebraFct" />, <xref linkend="RT_ST_MapAlgebraFct2" /> and <xref linkend="RT_ST_MapAlgebraFctNgb" /> are deprecated as of PostGIS 2.1.0 and use of these functions are strongly discouraged. These functions will be removed from PostGIS as of 2.2.0.
+ The functions <!--<xref linkend="RT_ST_MapAlgebraExpr" />, <xref linkend="RT_ST_MapAlgebraExpr2" />, --><xref linkend="RT_ST_MapAlgebraFct" />, <xref linkend="RT_ST_MapAlgebraFct2" /> and <xref linkend="RT_ST_MapAlgebraFctNgb" /> are deprecated as of PostGIS 2.1.0 and use of these functions are strongly discouraged. These functions may be removed in a future version of PostGIS.
</para>
</warning>
--->
<para>Availability: 2.1.0</para>
<note><para>The <type>text[]</type> argument to the <varname>userfunction</varname> is required, regardless of whether you choose to pass any arguments to your user function for processing or not.</para></note>
+ <warning>
+ <para>
+ <xref linkend="RT_ST_MapAlgebraFct" /> is deprecated as of 2.1.0. Use <xref linkend="RT_ST_MapAlgebra" /> instead.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
</refsection>
<note><para>The <type>text[]</type> argument to the <varname>tworastuserfunc</varname> is required, regardless of whether you choose to pass any arguments to your user function for processing or not.</para></note>
+ <warning>
+ <para>
+ <xref linkend="RT_ST_MapAlgebraFct2" /> is deprecated as of 2.1.0. Use <xref linkend="RT_ST_MapAlgebra" /> instead.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
</refsection>
<listitem><para>Arguments to pass into the user function.</para></listitem>
</varlistentry>
</variablelist>
+
+ <warning>
+ <para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" /> is deprecated as of 2.1.0. Use <xref linkend="RT_ST_MapAlgebra" /> instead.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0 </para>
</sect1>
<sect1 id="Raster_Processing_Builtin_Functions">
- <title>Raster Processing Builtin Functions</title>
- <refentry id="RT_ST_Min4ma">
+ <title>Raster Processing Builtin Functions</title>
+ <refentry id="RT_ST_Min4ma">
<refnamediv>
<refname>ST_Min4ma</refname>
- <refpurpose>Raster processing function that calculates the minimum pixel value in a neighborhood.</refpurpose>
+ <refpurpose>
+ Raster processing function that calculates the minimum pixel value in a neighborhood.
+ </refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
- <funcprototype>
- <funcdef>float8 <function>ST_Min4ma</function></funcdef>
- <paramdef><type>float8[][]</type> <parameter>matrix</parameter></paramdef>
- <paramdef><type>text </type> <parameter>nodatamode</parameter></paramdef>
- <paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
- </funcprototype>
+ <funcprototype>
+ <funcdef>float8 <function>ST_Min4ma</function></funcdef>
+ <paramdef><type>float8[][]</type> <parameter>matrix</parameter></paramdef>
+ <paramdef><type>text </type> <parameter>nodatamode</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
+ </funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_Min4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
-
+
<refsection>
<title>Description</title>
- <para>Calculate the minimum pixel value in a neighborhood of pixels.</para>
-
- <note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
- </note>
+ <para>
+ Calculate the minimum pixel value in a neighborhood of pixels.
+ </para>
- <para>Availability: 2.0.0</para>
- </refsection>
-
- <refsection>
- <title>Examples</title>
-
- <programlisting>SELECT
+ <para>
+ For Variant 2, a substitution value for NODATA pixels can be specified by passing that value to userargs.
+ </para>
+
+ <note>
+ <para>
+ Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.
+ </para>
+ </note>
+
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
+ <para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
+ </refsection>
+
+ <refsection>
+ <title>Examples</title>
+
+ <programlisting>
+SELECT
rid,
st_value(
st_mapalgebrafctngb(rast, 1, NULL, 1, 1, 'st_min4ma(float[][],text,text[])'::regprocedure, 'ignore', NULL), 2, 2
2 | 250
(1 row)
</programlisting>
-
</refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Max4ma" />,
- <xref linkend="RT_ST_Sum4ma" />,
- <xref linkend="RT_ST_Mean4ma" />,
- <xref linkend="RT_ST_Range4ma" />,
- <xref linkend="RT_ST_Distinct4ma" />
- <xref linkend="RT_ST_StdDev4ma" />
- </para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Max4ma" />,
+ <xref linkend="RT_ST_Sum4ma" />,
+ <xref linkend="RT_ST_Mean4ma" />,
+ <xref linkend="RT_ST_Range4ma" />,
+ <xref linkend="RT_ST_Distinct4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
+ </para>
</refsection>
</refentry>
<paramdef><type>text</type> <parameter>nodatamode</parameter></paramdef>
<paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
</funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_Max4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<para>Calculate the maximum pixel value in a neighborhood of pixels.</para>
+ <para>
+ For Variant 2, a substitution value for NODATA pixels can be specified by passing that value to userargs.
+ </para>
+
<note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
+ <para>Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
</note>
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
</refsection>
<refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Min4ma" />,
- <xref linkend="RT_ST_Sum4ma" />,
- <xref linkend="RT_ST_Mean4ma" />,
- <xref linkend="RT_ST_Range4ma" />,
- <xref linkend="RT_ST_Distinct4ma" />
- <xref linkend="RT_ST_StdDev4ma" />
- </para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Min4ma" />,
+ <xref linkend="RT_ST_Sum4ma" />,
+ <xref linkend="RT_ST_Mean4ma" />,
+ <xref linkend="RT_ST_Range4ma" />,
+ <xref linkend="RT_ST_Distinct4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
+ </para>
</refsection>
</refentry>
<paramdef><type>text</type> <parameter>nodatamode</parameter></paramdef>
<paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
</funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_Sum4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<para>Calculate the sum of all pixel values in a neighborhood of pixels.</para>
+ <para>
+ For Variant 2, a substitution value for NODATA pixels can be specified by passing that value to userargs.
+ </para>
+
<note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
+ <para>Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
</note>
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
</refsection>
<refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Min4ma" />,
- <xref linkend="RT_ST_Max4ma" />,
- <xref linkend="RT_ST_Mean4ma" />,
- <xref linkend="RT_ST_Range4ma" />,
- <xref linkend="RT_ST_Distinct4ma" />
- <xref linkend="RT_ST_StdDev4ma" />
- </para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Min4ma" />,
+ <xref linkend="RT_ST_Max4ma" />,
+ <xref linkend="RT_ST_Mean4ma" />,
+ <xref linkend="RT_ST_Range4ma" />,
+ <xref linkend="RT_ST_Distinct4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
+ </para>
</refsection>
</refentry>
<paramdef><type>text</type> <parameter>nodatamode</parameter></paramdef>
<paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
</funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_Mean4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<para>Calculate the mean pixel value in a neighborhood of pixels.</para>
+ <para>
+ For Variant 2, a substitution value for NODATA pixels can be specified by passing that value to userargs.
+ </para>
+
<note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
+ <para>Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
</note>
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
</refsection>
<refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Min4ma" />,
- <xref linkend="RT_ST_Max4ma" />,
- <xref linkend="RT_ST_Sum4ma" />,
- <xref linkend="RT_ST_Range4ma" />,
- <xref linkend="RT_ST_StdDev4ma" />
- </para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Min4ma" />,
+ <xref linkend="RT_ST_Max4ma" />,
+ <xref linkend="RT_ST_Sum4ma" />,
+ <xref linkend="RT_ST_Range4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
+ </para>
</refsection>
</refentry>
<paramdef><type>text</type> <parameter>nodatamode</parameter></paramdef>
<paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
</funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_Range4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<para>Calculate the range of pixel values in a neighborhood of pixels.</para>
+ <para>
+ For Variant 2, a substitution value for NODATA pixels can be specified by passing that value to userargs.
+ </para>
+
<note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
+ <para>Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
</note>
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
</refsection>
<refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Min4ma" />,
- <xref linkend="RT_ST_Max4ma" />,
- <xref linkend="RT_ST_Sum4ma" />,
- <xref linkend="RT_ST_Mean4ma" />,
- <xref linkend="RT_ST_Distinct4ma" />
- <xref linkend="RT_ST_StdDev4ma" />
- </para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Min4ma" />,
+ <xref linkend="RT_ST_Max4ma" />,
+ <xref linkend="RT_ST_Sum4ma" />,
+ <xref linkend="RT_ST_Mean4ma" />,
+ <xref linkend="RT_ST_Distinct4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
+ </para>
</refsection>
</refentry>
<paramdef><type>text</type> <parameter>nodatamode</parameter></paramdef>
<paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
</funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_Distinct4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<para>Calculate the number of unique pixel values in a neighborhood of pixels.</para>
<note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
+ <para>Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
</note>
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
</refsection>
<refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Min4ma" />,
- <xref linkend="RT_ST_Max4ma" />,
- <xref linkend="RT_ST_Sum4ma" />,
- <xref linkend="RT_ST_Mean4ma" />,
- <xref linkend="RT_ST_Distinct4ma" />
- <xref linkend="RT_ST_StdDev4ma" />
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Min4ma" />,
+ <xref linkend="RT_ST_Max4ma" />,
+ <xref linkend="RT_ST_Sum4ma" />,
+ <xref linkend="RT_ST_Mean4ma" />,
+ <xref linkend="RT_ST_Distinct4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
</para>
</refsection>
</refentry>
<paramdef><type>text </type> <parameter>nodatamode</parameter></paramdef>
<paramdef><type>text[]</type> <parameter>VARIADIC args</parameter></paramdef>
</funcprototype>
+
+ <funcprototype>
+ <funcdef>double precision <function>ST_StdDev4ma</function></funcdef>
+ <paramdef><type>double precision[][][]</type> <parameter>value</parameter></paramdef>
+ <paramdef><type>integer[][] </type> <parameter>pos</parameter></paramdef>
+ <paramdef><type>text[]</type> <parameter>VARIADIC userargs</parameter></paramdef>
+ </funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<para>Calculate the standard deviation of pixel values in a neighborhood of pixels.</para>
<note>
- <para>This function is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
+ <para>Variant 1 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebraFctNgb" />.</para>
</note>
+ <note>
+ <para>
+ Variant 2 is a specialized callback function for use as a callback parameter to <xref linkend="RT_ST_MapAlgebra" />.
+ </para>
+ </note>
+
+ <warning>
+ <para>
+ Use of Variant 1 is discouraged since <xref linkend="RT_ST_MapAlgebraFctNgb" /> has been deprecated as of 2.1.0.
+ </para>
+ </warning>
+
<para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 Addition of Variant 2</para>
</refsection>
<refsection>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
- <xref linkend="RT_ST_Min4ma" />,
- <xref linkend="RT_ST_Max4ma" />,
- <xref linkend="RT_ST_Sum4ma" />,
- <xref linkend="RT_ST_Mean4ma" />,
- <xref linkend="RT_ST_Distinct4ma" />
- <xref linkend="RT_ST_StdDev4ma" />
- </para>
+ <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Min4ma" />,
+ <xref linkend="RT_ST_Max4ma" />,
+ <xref linkend="RT_ST_Sum4ma" />,
+ <xref linkend="RT_ST_Mean4ma" />,
+ <xref linkend="RT_ST_Distinct4ma" />,
+ <xref linkend="RT_ST_StdDev4ma" />
+ </para>
</refsection>
</refentry>
<refsection>
<title>See Also</title>
<para>
- <xref linkend="RT_ST_MapAlgebraFctNgb" />,
+ <xref linkend="RT_ST_MapAlgebra" />,
<xref linkend="RT_ST_MinDist4ma" />
</para>
</refsection>