获取影像数据集指定波段中指定行列处的像素值。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public double GetValue( int column, int row, int index ) |
参数
- column
- Type: System..::.Int32
指定的列号,从 0 开始。
- row
- Type: System..::.Int32
指定的行号,从 0 开始。
- index
- Type: System..::.Int32
指定的波段索引号,从 0 开始。