MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getBounds

Method getBounds

src/common/mapping/WebMapV2.js:2981–2986  ·  view source on GitHub ↗
(baseUrl, options)

Source from the content-addressed store, hash-verified

2979 }
2980
2981 getBounds(baseUrl, options) {
2982 if (!baseUrl) {
2983 return Promise.resolve(null);
2984 }
2985 return this._fetchRequest(baseUrl, 'json', options);
2986 }
2987
2988 _getBoundList(res) {
2989 if (res && res.bounds) {

Callers 15

_registerMapCRSMethod · 0.95
_getScalesMethod · 0.95
SearchViewSpec.jsFile · 0.45
BaseSpec.jsFile · 0.45
_transferCoordinateMethod · 0.45
_getResolutionMethod · 0.45
getTopLeftMethod · 0.45
onAddMethod · 0.45
refreshMethod · 0.45

Calls 1

_fetchRequestMethod · 0.95

Tested by

no test coverage detected