根据给定的参数来构造一个 DatasetImageCollectionInfo 的新对象。

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

语法

C#
public DatasetImageCollectionInfo(
	string name,
	PixelFormat pixelFormat,
	EncodeType encodeType,
	BlockSizeOption option,
	int bandCount
)

参数

name
Type: System..::.String
指定的影像数据集集合的名称。
pixelFormat
Type: SuperMap.Data..::.PixelFormat
指定的影像数据集集合的像素格式。
encodeType
Type: SuperMap.Data..::.EncodeType
指定的影像数据集集合的编码方式。
option
Type: SuperMap.Data..::.BlockSizeOption
指定的影像数据集集合的像素分块类型。
bandCount
Type: System..::.Int32
指定的影像数据集集合的波段数。

版本信息

SuperMap iObjects .NET


请参见