GDAL
Public Member Functions | Friends
GDALGeneric3x3RasterBand Class Reference
Inheritance diagram for GDALGeneric3x3RasterBand:
GDALRasterBand GDALMajorObject

List of all members.

Public Member Functions

 GDALGeneric3x3RasterBand (GDALGeneric3x3Dataset *poDS, GDALDataType eDstDataType)
virtual CPLErr IReadBlock (int, int, void *)
virtual double GetNoDataValue (int *pbHasNoData)
 Fetch the no data value for this band.

Friends

class GDALGeneric3x3Dataset

Member Function Documentation

double GDALGeneric3x3RasterBand::GetNoDataValue ( int *  pbSuccess) [virtual]

Fetch the no data value for this band.

If there is no out of data value, an out of range value will generally be returned. The no data value for a band is generally a special marker value used to mark pixels that are not valid data. Such pixels should generally not be displayed, nor contribute to analysis operations.

This method is the same as the C function GDALGetRasterNoDataValue().

Parameters:
pbSuccesspointer to a boolean to use to indicate if a value is actually associated with this layer. May be NULL (default).
Returns:
the nodata value for this band.

Reimplemented from GDALRasterBand.


The documentation for this class was generated from the following file:

Generated for GDAL by doxygen 1.7.5.