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

语法

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public static DatasetGrid BuildTerrain(
	DatasetVector sourceDatasetVector,
	string altitudeField,
	TerrainInterpolateType terrainInterpolateType,
	TerrainStatisticType terrainStatisticType,
	double cellSize,
	double zFactor,
	PixelFormat pixelFormat,
	EncodeType enCodeType,
	bool isProcessFlatArea,
	Datasource targetDatasource,
	string targetDatasetName
)

参数

sourceDatasetVector
Type: SuperMap.Data..::.DatasetVector
altitudeField
Type: System..::.String
terrainInterpolateType
Type: SuperMap.Analyst.SpatialAnalyst..::.TerrainInterpolateType
terrainStatisticType
Type: SuperMap.Analyst.SpatialAnalyst..::.TerrainStatisticType
cellSize
Type: System..::.Double
zFactor
Type: System..::.Double
pixelFormat
Type: SuperMap.Data..::.PixelFormat
enCodeType
Type: SuperMap.Data..::.EncodeType
isProcessFlatArea
Type: System..::.Boolean
targetDatasource
Type: SuperMap.Data..::.Datasource
targetDatasetName
Type: System..::.String

请参见