new SuperMap.Online()
            common/online/Online.js, line 9
        
        
    Example
var online=new SuperMap.Online();
var services = online.queryDatas(param);
service.then(function(services){
     var service= services[0];
     service.updateDataInfo();
})Methods
- 
    load(){Promise}common/online/Online.js, line 35
- 
    
    
    加载 online,验证 online 是否可用。 Returns:Type Description Promise 返回包含网络请求结果的 Promise 对象。 
- 
    login()common/online/Online.js, line 46
- 
    
    
    登录Online 
- 
    queryDatas(parameter){Promise}common/online/Online.js, line 54
- 
    
    
    查询 Online “我的内容” 下 “我的数据” 服务(需要登录状态获取),并返回可操作的服务对象。 Name Type Description parameterSuperMap.OnlineQueryDatasParameter myDatas 服务资源查询参数。 Returns:Type Description Promise 返回包含所有数据服务信息的 Promise 对象。