命名空间:  SuperMap.Analyst.SpatialAnalyst
程序集:  SuperMap.Analyst.SpatialAnalyst (in SuperMap.Analyst.SpatialAnalyst)
版本: dll

语法

C#
public static DatasetGrid NDVI(
	DatasetImage nirDataset,
	int nirIndex,
	DatasetImage redDataset,
	int redIndex,
	string targetName,
	Datasource targetDatasource,
	double noValue
)

参数

nirDataset
Type: SuperMap.Data..::.DatasetImage
nirIndex
Type: System..::.Int32
redDataset
Type: SuperMap.Data..::.DatasetImage
redIndex
Type: System..::.Int32
targetName
Type: System..::.String
targetDatasource
Type: SuperMap.Data..::.Datasource
noValue
Type: System..::.Double

请参见