对镶嵌数据集中的影像文件创建金字塔。

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

语法

C#
public bool BuildPyramid(
	PyramidResampleType resampleType,
	TiffCompressType compressType,
	bool skipExists
)

参数

resampleType
Type: SuperMap.Data..::.PyramidResampleType
重采样方法。
compressType
Type: SuperMap.Data..::.TiffCompressType
压缩编码方式。
skipExists
Type: System..::.Boolean
是否跳过已有金字塔的影像,如果为true,表示跳过已有金字塔的影像,不再对其创建金字塔;false,表示将对已有金字塔的影像重新创建金字塔。

返回值

创建成功返回true,否则为false。

版本信息

SuperMap iObjects .NET

受以下版本支持: 11.0.0, 11.0.1, 11.1.1, 11.2.0, 11.2.1

请参见