<refsection>
<title>See Also</title>
- <xref linkend="RT_ST_MapAlgebra" />,
- <xref linkend="RT_ST_Aspect" />,
- <xref linkend="RT_ST_Slope" />
+ <para>
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_Aspect" />,
+ <xref linkend="RT_ST_Slope" />
+ </para>
</refsection>
</refentry>
<refsection>
<title>See Also</title>
- <xref linkend="RT_ST_MapAlgebra" />,
- <xref linkend="RT_ST_HillShade" />,
- <xref linkend="RT_ST_Slope" />
+ <para>
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_HillShade" />,
+ <xref linkend="RT_ST_Slope" />
+ </para>
</refsection>
</refentry>
<refsection>
<title>See Also</title>
- <xref linkend="RT_ST_MapAlgebra" />,
- <xref linkend="RT_ST_HillShade" />,
- <xref linkend="RT_ST_Aspect" />
+ <para>
+ <xref linkend="RT_ST_MapAlgebra" />,
+ <xref linkend="RT_ST_HillShade" />,
+ <xref linkend="RT_ST_Aspect" />
+ </para>
</refsection>
</refentry>
}
/**
- * rt_MakeEmptyRaster( <width>, <height>, <ipx>, <ipy>,
- * <scalex>, <scaley>,
- * <skewx>, <skewy>,
- * <srid>)
+ * Make a new raster with no bands
*/
PG_FUNCTION_INFO_V1(RASTER_makeEmpty);
Datum RASTER_makeEmpty(PG_FUNCTION_ARGS)