创建镶嵌数据集的概视图(Overview)。

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

语法

C#
public bool BuildOverview(
	string path,
	int maxWidth,
	int maxHeight,
	int ratio,
	bool hasNoValue,
	double noValue
)

参数

path
Type: System..::.String
概视图的输出路径。
maxWidth
Type: System..::.Int32
每幅概视图影像文件的宽度,单位为像素。
maxHeight
Type: System..::.Int32
每幅概视图影像文件的高度,单位为像素。
ratio
Type: System..::.Int32
相邻概视图层级间的比率。
hasNoValue
Type: System..::.Boolean
影像中是否有无值区域。
noValue
Type: System..::.Double
指定无值的具体数值。在生成概视图时,将去除指定的无值。

返回值

一个布尔值,指示创建概视图是否成功,true表示成功;false表示失败。

备注

为了提高镶嵌数据集的显示效率,默认小比例尺下只显示轮廓线,不显示影像;如果需要在小比例尺下也能显示影像,需要对镶嵌数据集创建概视图。

请参见