Constructor
new VTS()
Methods
createLayer(url, options-, layer, styleName)
获取多个图层信息。
Parameters:
Name | Type | Description |
---|---|---|
url |
string | 服务的请求串。 |
options- |
object | 放置请求的图层名称和样式名称 |
layer |
string | 图层名称,若不填,默认第一个 |
styleName |
string | 样式名称,若不填,默认第一个 |
createLayers(url)
获取多个图层信息。
Parameters:
Name | Type | Description |
---|---|---|
url |
string | 服务的请求串。 |
GetStyle(successFn, failFn)
获取样式数据(用json描述)。
Parameters:
Name | Type | Description |
---|---|---|
successFn |
function | 请求成功的回调函数。 |
failFn |
function | 请求失败的回调函数。 |
GetStyleName(successFn, failFn)
获取样式名称。
Parameters:
Name | Type | Description |
---|---|---|
successFn |
function | 请求成功的回调函数。 |
failFn |
function | 请求失败的回调函数。 |
getVTSCapabilities(url)
获取矢量瓦片服务 capabilities的XML文档信息
Parameters:
Name | Type | Description |
---|---|---|
url |
string | 服务的请求串。 |
initialize()
GeoGlobe.Format.VTS构造函数。