Returns the upper left corner as geometric X and Y (longitude and latitude) given a column and row. Returned X and Y are in geometric units of the georeferenced raster.
Numbering of column and row starts at 1 but if either parameter is passed a zero, a negative number or a number greater than the respective dimension of the raster, it will return coordinates outside of the raster assuming the raster's grid is applicable outside the raster's bounds.
</para>
+
+ <para>Availability: 2.1.0</para>
+
</refsection>
<refsection>
This function works regardless of whether or not the geometric X and Y or point geometry is outside the extent of the raster.
Geometric X and Y must be expressed in the spatial reference coordinate system of the raster.
</para>
+
+ <para>Availability: 2.1.0</para>
+
</refsection>
<refsection>
<title>Description</title>
<para>Returns true if the raster is empty (width = 0 and height = 0). Otherwise, returns false.</para>
+
+ <para>Availability: 2.0.0</para>
</refsection>
<refsection>
<para>Returns the polygon geometry that bounds the pixel for a particular row and column.</para>
+ <para>Availability: 2.0.0</para>
+
</refsection>
<refsection>
</para>
</note>
+ <para>Availability: 2.0.0</para>
+ <para>Enhanced: 2.1.0 exclude_nodata_value optional argument was added.</para>
</refsection>
<refsection>
<refsection>
<title>Description</title>
<para>Returns a point geometry of the pixel's upper-left corner.</para>
+ <para>Availability: 2.1.0</para>
</refsection>
<refsection>
<para>
Returns a point geometry for each pixel of a raster band along with the value, the X and the Y raster coordinates of each pixel. The coordinates of the point geometry are of the pixel's upper-left corner.
</para>
+ <para>Availability: 2.1.0</para>
</refsection>
<refsection>
<para>
Returns the centroid (point geometry) for each pixel of a raster band along with the value, the X and the Y raster coordinates of each pixel. The point geometry is the centroid of the area represented by a pixel.
</para>
+ <para>Availability: 2.1.0</para>
</refsection>
<refsection>
<para>
Variant 4 is the same as Variant 3 with the exception that it assumes that the first band's pixels of <varname>rast</varname> will be set.
</para>
+
<para>Availability: 2.1.0</para>
</refsection>
<refsection>
<title>Description</title>
+
<para>
Get the columnx, rowy coordinates of the pixel whose value equals the search value. If no band is specified, then band 1 is assumed.
</para>
+
+ <para>Availability: 2.1.0</para>
</refsection>
<refsection>
<title>Examples</title>
</para>
<para>
- Variants 4 operate upon two rasters with one band per raster. See example Variant 4.
+ Variant 4 operate upon two rasters with one band per raster. See example Variant 4.
</para>
<!-- enable once these functions are deprecated