Class RasterBand

RasterBand class

Contains data about a raster Band.

public class RasterBand : IRasterBand

Constructors

Name Description
RasterBand(BandTypes) Create an instance of RasterBand.

Properties

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

Methods

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

See Also