Interface IRasterValues
IRasterValues interface
提供对栅格波段值的访问。
public interface IRasterValues
特性
姓名 | 描述 |
---|---|
Item { get; } | 获取波段值作为double 类型. |
方法
姓名 | 描述 |
---|---|
AsBoolean(int) | 将指定的波段数据转换为bool 值. |
AsByte(int) | 将指定的波段数据转换为byte 值. |
AsDouble(int) | 将指定的波段数据转换为double 值. |
AsFloat(int) | 将指定的波段数据转换为float 值. |
AsInteger(int) | 将指定的波段数据转换为int 值. |
AsLong(int) | 将指定的波段数据转换为long 值. |
AsRawBits() | 获取所有波段值的原始位。 |
AsShort(int) | 将指定的波段数据转换为short 值. |
EqualsNoData(int) | 检查该值是否表示指定波段中的背景或“无数据”。 |
GetDataType(int) | 获取值的类型。 |
IsNull(int) | 检查光栅值是否设置在指定波段中。 |
也可以看看
- 命名空间 Aspose.Gis.Raster
- 部件 Aspose.GIS