通过iserver rest api对datasources 资源执行 GET 请求,就可以获取数据集数量以及数据集名称list数组。 地址:http://support.supermap.com.cn/DataWarehouse/WebDocHelp/iServer/index.htm
一个图层就应该对应一个数据集,layers下面就是图层信息。如果您使用的批量生成模型缓存的话,查询参考范例:http://support.supermap.com.cn:8090/webgl/examples/editor.html#S3MTiles_BIM
接口:isMerge:true
layer.setQueryParameter({ url:"http://www.supermapol.com/realspace/services/data-BIMbuilding/rest/data", dataSourceName : layer._name, isMerge : true });