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

Method _transExtentToBounds

src/common/mapping/WebMapV2.js:326–336  ·  view source on GitHub ↗
(extent)

Source from the content-addressed store, hash-verified

324 }
325
326 _transExtentToBounds(extent) {
327 if (extent instanceof Array) {
328 return extent;
329 }
330 return [
331 extent.leftBottom.x,
332 extent.leftBottom.y,
333 extent.rightTop.x,
334 extent.rightTop.y
335 ];
336 }
337
338 async _createMap(mapInfo) {
339 // 获取字体样式

Callers 1

_getScalesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected