为镶嵌数据集相关操作(如:添加影像、生成概视图等相关操作)进度事件(DatasetMosaic.Stepped)提供数据。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public class MosaicSteppedEventArgs : EventArgs |
备注
镶嵌数据集相关操作进度分为主进度和子进度。当对某个镶嵌数据集进行指定操作还附加了其他处理操作,那么,指定的任务的执行进度就是主进度,附加的操作的进度就是子进度;例如:向镶嵌数据集添加影像时,每个文件还需要创建金字塔,那么,添加影像就是主进度,里面创建金字塔就是子进度。
继承层次
System..::.Object
System..::.EventArgs
SuperMap.Data..::.MosaicSteppedEventArgs
System..::.EventArgs
SuperMap.Data..::.MosaicSteppedEventArgs