new MapService(url, options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
new ol.supermap.MapService(url, options);
</script>
// ES6 Import
import { MapService } from '@supermap/iclient-ol';
new MapService(url, options);
openlayers/services/MapService.js, line 7
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务地址。 |
||||||||||||||||||||
options |
Object |
参数。
|
Example
new MapService(url).getMapInfo(function(result){
//doSomething
})
Extends
Methods
-
getMapInfo(callback){MapService}
openlayers/services/MapService.js, line 30 -
地图信息查询服务。
Name Type Description callback
RequestCallback 回调函数。
Returns:
Type Description MapService 获取服务信息。 -
getTilesets(callback){MapService}
openlayers/services/MapService.js, line 66 -
切片列表信息查询服务。
Name Type Description callback
RequestCallback 回调函数。
Returns:
Type Description MapService 获取服务信息。 -
getWkt(callback)
openlayers/services/MapService.js, line 48 -
获取WKT。
Name Type Description callback
RequestCallback 回调函数。