Class: GeoDecodingParameter

GeoDecodingParameter

地理反向匹配参数类。

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 '@supermap/iclient-ol';

new GeoDecodingParameter(options);

common/iServer/GeoDecodingParameter.js, line 6
Name Type Description
options Object

参数。

Name Type Description
x number

查询位置的横坐标。

y number

查询位置的纵坐标。

fromIndex number 可选

设置返回对象的起始索引值。

toIndex number 可选

设置返回对象的结束索引值。

filters Array.<string> 可选

过滤字段,限定查询区域。

prjCoordSys string 可选

查询结果的坐标系。

maxReturn number 可选

最大返回结果数。

geoDecodingRadius number 可选

查询半径。

Members

filtersArray.<string>

过滤字段,限定查询区域。

fromIndexnumber

设置返回对象的起始索引值。

geoDecodingRadiusnumber

查询半径。

maxReturnnumber

最大返回结果数。

prjCoordSysstring

查询结果的坐标系。

toIndexnumber

设置返回对象的结束索引值。

xnumber

查询位置的横坐标。

ynumber

查询位置的纵坐标。

Methods

destroy()

common/iServer/GeoDecodingParameter.js, line 79

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