镶嵌数据集的重建,一般用于镶嵌数据集管理的影像发生变化,如新增、删除影像,使用该功能对轮廓、边界、裁剪子数据集进行重新构建。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
[ObsoleteAttribute] public int Rebuild( bool isRebuildFootprint, bool isRebuildBoundary, GeoRegion exRegion, bool isRebuildClip, string postfix, bool isAutoContour, int tolerance, bool isExactClip ) |
参数
- isRebuildFootprint
- Type: System..::.Boolean
是否重新构建轮廓。
- isRebuildBoundary
- Type: System..::.Boolean
是否以exRegion参数指定的对象,更新边界数据集内容。
- exRegion
- Type: SuperMap.Data..::.GeoRegion
用于更新边界数据集内容为指定的几何面对象。
- isRebuildClip
- Type: System..::.Boolean
是否以postfix参数指定的文件中的裁剪形状,更新裁剪数据集内容。
- postfix
- Type: System..::.String
用于影像裁剪显示的裁剪形状文件的扩展名。
- isAutoContour
- Type: System..::.Boolean
是否使用系统自动提取影像有效轮廓的功能来重建镶嵌数据集轮廓。
- tolerance
- Type: System..::.Int32
自动提取影像有效轮廓时的容限。
- isExactClip
- Type: System..::.Boolean
是否使用精确裁剪提取影像有效轮廓来重建镶嵌数据集轮廓。精确裁剪将基于原始影像文件提取影像有效轮廓;否则,基于影像金字塔文件提取影像有效轮廓,提取效率高于精确裁剪。
返回值
成功返回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 中过时(编译器警告)