对影像文件重新创建金字塔。

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

语法

C#
public static bool ForceRebuildPyramid(
	string filePath,
	PyramidResampleType type,
	TiffCompressType compressType
)

参数

filePath
Type: System..::.String
指定的要创建金字塔的影像文件路径。
type
Type: SuperMap.Data..::.PyramidResampleType
重采样方法。
compressType
Type: SuperMap.Data..::.TiffCompressType
压缩编码方式。

返回值

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

版本信息

SuperMap iObjects .NET

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

请参见