镶嵌数据集的重建,一般用于镶嵌数据集管理的影像发生变化,如新增、删除影像,使用该功能对轮廓、边界、裁剪子数据集进行重新构建。

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

语法

C#
[ObsoleteAttribute]
public int Rebuild(
	bool isRebuildFootprint,
	bool isRebuildBoundary,
	GeoRegion exRegion,
	bool isRebuildClip,
	string postfix,
	double tolerance
)

参数

isRebuildFootprint
Type: System..::.Boolean
是否重新构建轮廓。
isRebuildBoundary
Type: System..::.Boolean
是否以exRegion参数指定的对象,更新边界数据集内容。
exRegion
Type: SuperMap.Data..::.GeoRegion
用于更新边界数据集内容为指定的几何面对象。
isRebuildClip
Type: System..::.Boolean
是否以postfix参数指定的文件中的裁剪形状,更新裁剪数据集内容。
postfix
Type: System..::.String
用于影像裁剪显示的裁剪形状文件的扩展名。
tolerance
Type: System..::.Double

返回值

成功返回0;否则返回一个非零的错误码。

版本信息

SuperMap iObjects .NET

在 10.0.0 中过时(编译器警告)
在 10.0.1 中过时(编译器警告)
在 10.1.0 中过时(编译器警告)
在 10.1.1 中过时(编译器警告)
在 10.2.0 中过时(编译器警告)
在 10.2.1 中过时(编译器警告)
在 11.0.0 中过时(编译器警告)
在 11.0.1 中过时(编译器警告)
在 11.1.1 中过时(编译器警告)
在 11.2.0 中过时(编译器警告)
在 11.2.1 中过时(编译器警告)
在 9.1.2 中过时(编译器警告)

请参见