new ImageGFOrtho(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/mapboxgl/iclient-mapboxgl.js"></script>
<script>
new mapboxgl.supermap.ImageGFOrtho(options);
// 弃用的写法
new SuperMap.ImageGFOrtho(options);
</script>
// ES6 Import
import { ImageGFOrtho } from '@supermapgis/iclient-mapboxgl';
new ImageGFOrtho(options);
common/iServer/ImageGFOrtho.js, line 6
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
可选参数。
|
Members
-
girdFuncNamestring
-
栅格函数名称,参数值为:GFOrtho。
- Default Value: 'GFOrtho'
Methods
-
constructFromObject(data, obj){ImageGFOrtho}
common/iServer/ImageGFOrtho.js, line 38 -
目标对象新增该类的可选参数。
Name Type Description data
Object 要转换的数据。
obj
ImageGFOrtho 返回的模型。
Returns:
Type Description ImageGFOrtho 返回结果。 -
destroy()
common/iServer/ImageGFOrtho.js, line 29 -
释放资源,将引用资源的属性置空。