RasterLayer.GetBand
RasterLayer.GetBand method
获取指定索引的波段。
public abstract IRasterBand GetBand(int index = 0)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 波段编号从 0 开始,如果未指定,则假定波段为 0。 |
返回值
返回有关栅格波段的基本元数据。
评论
如果栅格不包含波段,则会抛出错误。
也可以看看
- interface IRasterBand
- class RasterLayer
- 命名空间 Aspose.Gis.Raster
- 部件 Aspose.GIS