new GeoDecodingParameter(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
new ol.supermap.GeoDecodingParameter(options);
// 弃用的写法
new SuperMap.GeoDecodingParameter(options);
</script>
// ES6 Import
import { GeoDecodingParameter } from '@supermapgis/iclient-ol';
new GeoDecodingParameter(options);
common/iServer/GeoDecodingParameter.js, line 6
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
filtersArray.<string>
-
过滤字段,限定查询区域。
-
fromIndexnumber
-
设置返回对象的起始索引值。
-
geoDecodingRadiusnumber
-
查询半径。
-
maxReturnnumber
-
最大返回结果数。
-
prjCoordSysstring
-
查询结果的坐标系。
-
toIndexnumber
-
设置返回对象的结束索引值。
-
xnumber
-
查询位置的横坐标。
-
ynumber
-
查询位置的纵坐标。
Methods
-
destroy()
common/iServer/GeoDecodingParameter.js, line 80 -
释放资源,将引用资源的属性置空。