Class: ImageGFOrtho

SuperMap.ImageGFOrtho

栅格函数对象:对DEM数据生成三维晕渲图。该栅格函数不需要输入参数,采用系统默认设置。

new SuperMap.ImageGFOrtho(options)

common/iServer/ImageGFOrtho.js, line 7
Name Type Description
options Object

初始化参数。

Name Type Default Description
girdFuncName string 'GFOrtho' 可选

栅格函数名称,参数值为:GFOrtho。

Members

girdFuncNamestring

栅格函数名称,参数值为:GFOrtho。

Default Value:
'GFOrtho'

Methods

constructFromObject(data, obj){SuperMap.ImageGFOrtho}

common/iServer/ImageGFOrtho.js, line 36
Name Type Description
data Object

要转换的数据.

obj SuperMap.ImageGFOrtho

返回的模型.

Returns:
Type Description
SuperMap.ImageGFOrtho 返回结果

destroy()

common/iServer/ImageGFOrtho.js, line 27

释放资源,将引用资源的属性置空。