new SuperMap.OnlineData(serviceRootUrl, options)
OnlineData.js, line 5
Name | Type | Description |
---|---|---|
serviceRootUrl |
string |
Service root address. |
options |
Object |
Service related parameters. |
Methods
-
getAuthorizeSetting(){Object}
OnlineData.js, line 92 -
Get data permission information.
Returns:
Type Description Object Permission information. -
getPublishedServices(){Object}
OnlineData.js, line 83 -
Get all the data published by the service.
Returns:
Type Description Object All the data released. -
load(){Promise}
OnlineData.js, line 68 -
Through the url request for the service complete information.
Returns:
Type Description Promise Returns a Promise object that does not contain the result of the request, the result of the request is automatically populated into this class of properties.