Class RasterBand

RasterBand class

Contains data about a raster Band.

public class RasterBand : IRasterBand

Constructors

NameDescription
RasterBand(BandTypes)Create an instance of RasterBand.

Properties

NameDescription
DataType { get; }Gets type of values stored in each cell.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also