@vcmap/ui 6.0.0-rc.1 → 6.0.0-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (485) hide show
  1. package/build/build.js +40 -60
  2. package/build/buildHelpers.js +63 -20
  3. package/build/buildTypes.js +9 -5
  4. package/build/bundle.js +1 -1
  5. package/build/info/conf.json +1 -1
  6. package/build/info/publish.js +25 -31
  7. package/build/lintTypes.js +5 -0
  8. package/config/aerowest.config.json +12 -2
  9. package/config/base.config.json +22 -17
  10. package/config/dev.config.json +164 -4
  11. package/config/projects.config.json +3 -1
  12. package/config/solar.config.json +65 -0
  13. package/config/splashscreen.config.json +45 -0
  14. package/config/theming.config.json +68 -0
  15. package/config/www.config.json +39 -23
  16. package/dist/.htaccess +7 -0
  17. package/dist/assets/@mdi/font/README.md +25 -0
  18. package/dist/assets/@mdi/font/css/materialdesignicons.min-680621ca.css +3 -0
  19. package/dist/assets/@mdi/font/css/materialdesignicons.min.css.map +16 -0
  20. package/dist/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
  21. package/dist/assets/cesium/Assets/approximateTerrainHeights.json +1 -1
  22. package/dist/assets/cesium/ThirdParty/Workers/z-worker-pako.js +1 -1
  23. package/dist/assets/cesium/Workers/{chunk-JB2LWGH4.js → chunk-2LOWCAMW.js} +14 -14
  24. package/dist/assets/cesium/Workers/{chunk-Z24VKNDO.js → chunk-2PTKXHJB.js} +12 -12
  25. package/dist/assets/cesium/Workers/{chunk-AHKEZ2OE.js → chunk-3HQMMUPU.js} +1 -1
  26. package/dist/assets/cesium/Workers/{chunk-V3NGATMV.js → chunk-3IFRSGEY.js} +11 -13
  27. package/dist/assets/cesium/Workers/{chunk-66QLLS45.js → chunk-44QAAS4P.js} +11 -9
  28. package/dist/assets/cesium/Workers/{chunk-TFC6TZ3S.js → chunk-56EDBCGT.js} +33 -22
  29. package/dist/assets/cesium/Workers/{chunk-3W63OHNJ.js → chunk-57H6I3SV.js} +5 -5
  30. package/dist/assets/cesium/Workers/{chunk-PFQBCKBM.js → chunk-6SQMLVGV.js} +5206 -3483
  31. package/dist/assets/cesium/Workers/{chunk-OZJDGN5F.js → chunk-7YIOHQWH.js} +16 -16
  32. package/dist/assets/cesium/Workers/{chunk-XTY7B2N6.js → chunk-7ZZ5LMZY.js} +17 -16
  33. package/dist/assets/cesium/Workers/{chunk-HARLBUOL.js → chunk-BVKITG4N.js} +11 -8
  34. package/dist/assets/cesium/Workers/{chunk-AFFLIKOH.js → chunk-C3EQ27WF.js} +7 -7
  35. package/dist/assets/cesium/Workers/{chunk-RW6LU2CJ.js → chunk-C4WPMOKT.js} +6 -5
  36. package/dist/assets/cesium/Workers/{chunk-OYFCF4PL.js → chunk-EDLRS3AW.js} +6 -6
  37. package/dist/assets/cesium/Workers/{chunk-C3SXRKRW.js → chunk-EJVGYGLF.js} +7 -7
  38. package/dist/assets/cesium/Workers/{chunk-PCJWUS4M.js → chunk-FFLMY4TE.js} +830 -14
  39. package/dist/assets/cesium/Workers/{chunk-MPAZH4BF.js → chunk-GBT7MJ6X.js} +1 -1
  40. package/dist/assets/cesium/Workers/{chunk-ZA25DG4Y.js → chunk-HJMNR3GC.js} +11 -11
  41. package/dist/assets/cesium/Workers/{chunk-JS3AW5BK.js → chunk-HP5XLODI.js} +6 -6
  42. package/dist/assets/cesium/Workers/{chunk-34YUDLRP.js → chunk-IBRIWOCM.js} +13 -13
  43. package/dist/assets/cesium/Workers/{chunk-XY7MGBKC.js → chunk-IZGUQO6Q.js} +14 -16
  44. package/dist/assets/cesium/Workers/{chunk-KTJSNCK4.js → chunk-IZJ42N4W.js} +230 -20
  45. package/dist/assets/cesium/Workers/{chunk-QMEMZIJI.js → chunk-JBSKHTNX.js} +4 -4
  46. package/dist/assets/cesium/Workers/{chunk-QIKODV5G.js → chunk-JISPSEF3.js} +4 -4
  47. package/dist/assets/cesium/Workers/{chunk-K36FEYS7.js → chunk-JSQJDZI4.js} +16 -12
  48. package/dist/assets/cesium/Workers/{chunk-X4SU25DT.js → chunk-JXVLNVXC.js} +10 -12
  49. package/dist/assets/cesium/Workers/chunk-KHZNBFOH.js +963 -0
  50. package/dist/assets/cesium/Workers/{chunk-KD4Y7CZL.js → chunk-L5GODJAR.js} +15 -17
  51. package/dist/assets/cesium/Workers/{chunk-O5AMBQ36.js → chunk-LJ2JQHJT.js} +13 -8
  52. package/dist/assets/cesium/Workers/{chunk-ABADGKYE.js → chunk-LLAF3CPH.js} +2 -2
  53. package/dist/assets/cesium/Workers/{chunk-CHHNOC2C.js → chunk-M24KHENR.js} +95 -155
  54. package/dist/assets/cesium/Workers/{chunk-2R5O53JW.js → chunk-NDDI2LWR.js} +6 -6
  55. package/dist/assets/cesium/Workers/{chunk-QT3MPEMI.js → chunk-NGZJIN5Z.js} +4 -4
  56. package/dist/assets/cesium/Workers/{chunk-ZFOBYDGF.js → chunk-O72GZTSE.js} +2 -2
  57. package/dist/assets/cesium/Workers/{chunk-IPA4EACJ.js → chunk-OPP2SKMA.js} +12 -12
  58. package/dist/assets/cesium/Workers/{chunk-4MFFIWUA.js → chunk-P6TRGU3S.js} +2 -2
  59. package/dist/assets/cesium/Workers/{chunk-GLZBE3ML.js → chunk-QN6TBED4.js} +13 -13
  60. package/dist/assets/cesium/Workers/{chunk-MYZB7C4T.js → chunk-QQOZO7KO.js} +10 -10
  61. package/dist/assets/cesium/Workers/{chunk-HQF437NJ.js → chunk-RJM36CNY.js} +6 -6
  62. package/dist/assets/cesium/Workers/{chunk-CTELOFLA.js → chunk-RTJKHZWU.js} +6 -6
  63. package/dist/assets/cesium/Workers/{chunk-J3JY6I2C.js → chunk-TI3TRKIC.js} +425 -489
  64. package/dist/assets/cesium/Workers/{chunk-OAVNIRB4.js → chunk-TK5IIG2F.js} +5 -7
  65. package/dist/assets/cesium/Workers/{chunk-WXTV4ATB.js → chunk-U5HSOKPQ.js} +1 -1
  66. package/dist/assets/cesium/Workers/{chunk-N3JIFFX2.js → chunk-WGDFYAGC.js} +5 -6
  67. package/dist/assets/cesium/Workers/{chunk-EW2GWJYB.js → chunk-X7IQYYHF.js} +2 -2
  68. package/dist/assets/cesium/Workers/{chunk-LLUNNUJV.js → chunk-XIUSRWL6.js} +9 -5
  69. package/dist/assets/cesium/Workers/{chunk-CCFQRR6D.js → chunk-XWOUPGUF.js} +1 -1
  70. package/dist/assets/cesium/Workers/{chunk-6BTKZDRG.js → chunk-YCDZX5LS.js} +3 -5
  71. package/dist/assets/cesium/Workers/{chunk-RP2A7BR5.js → chunk-YK3QIKY7.js} +12 -14
  72. package/dist/assets/cesium/Workers/{chunk-227AJNOA.js → chunk-YSIJTJ7N.js} +5 -5
  73. package/dist/assets/cesium/Workers/{chunk-A4JVFBQ3.js → chunk-Z2QP3CXW.js} +2 -2
  74. package/dist/assets/cesium/Workers/{chunk-VLGOATD6.js → chunk-ZVUUPJEM.js} +22 -22
  75. package/dist/assets/cesium/Workers/combineGeometry.js +22 -23
  76. package/dist/assets/cesium/Workers/createBoxGeometry.js +16 -17
  77. package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +14 -15
  78. package/dist/assets/cesium/Workers/createCircleGeometry.js +29 -26
  79. package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +17 -18
  80. package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +35 -36
  81. package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +29 -30
  82. package/dist/assets/cesium/Workers/createCorridorGeometry.js +29 -30
  83. package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +27 -28
  84. package/dist/assets/cesium/Workers/createCylinderGeometry.js +18 -19
  85. package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +17 -19
  86. package/dist/assets/cesium/Workers/createEllipseGeometry.js +24 -25
  87. package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +17 -18
  88. package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +17 -18
  89. package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +16 -17
  90. package/dist/assets/cesium/Workers/createFrustumGeometry.js +16 -17
  91. package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +18 -18
  92. package/dist/assets/cesium/Workers/createGeometry.js +52 -33
  93. package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +28 -29
  94. package/dist/assets/cesium/Workers/createPlaneGeometry.js +14 -15
  95. package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +13 -14
  96. package/dist/assets/cesium/Workers/createPolygonGeometry.js +451 -176
  97. package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +29 -30
  98. package/dist/assets/cesium/Workers/createPolylineGeometry.js +24 -25
  99. package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +31 -33
  100. package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +27 -29
  101. package/dist/assets/cesium/Workers/createRectangleGeometry.js +30 -31
  102. package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +21 -24
  103. package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +22 -23
  104. package/dist/assets/cesium/Workers/createSphereGeometry.js +17 -18
  105. package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +16 -17
  106. package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +3 -3
  107. package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +14 -16
  108. package/dist/assets/cesium/Workers/createVectorTileGeometries.js +22 -23
  109. package/dist/assets/cesium/Workers/createVectorTilePoints.js +12 -12
  110. package/dist/assets/cesium/Workers/createVectorTilePolygons.js +20 -21
  111. package/dist/assets/cesium/Workers/createVectorTilePolylines.js +14 -16
  112. package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +24 -25
  113. package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +29 -26
  114. package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +19 -21
  115. package/dist/assets/cesium/Workers/createWallGeometry.js +23 -24
  116. package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +22 -23
  117. package/dist/assets/cesium/Workers/decodeDraco.js +11 -11
  118. package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +35 -19
  119. package/dist/assets/cesium/Workers/decodeI3S.js +600 -92
  120. package/dist/assets/cesium/Workers/transcodeKTX2.js +58 -93
  121. package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
  122. package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +21 -22
  123. package/dist/assets/{cesium.6b12b4.js → cesium-9ea5ba6e.js} +73315 -68035
  124. package/dist/assets/cesium.js +1 -1
  125. package/dist/assets/{core.074b78.js → core-9b003470.js} +7135 -5664
  126. package/dist/assets/core.js +1 -1
  127. package/dist/assets/{ol.8b2e3a.js → ol-8373d6ac.js} +43066 -44325
  128. package/dist/assets/ol.js +1 -1
  129. package/dist/assets/ui-163311a7.css +1 -0
  130. package/dist/assets/{ui.715986.js → ui-163311a7.js} +14696 -13170
  131. package/dist/assets/ui.js +1 -1
  132. package/dist/assets/vue-0f6dd813.js +6083 -0
  133. package/dist/assets/vue.js +1 -1
  134. package/dist/assets/{vuetify.28d881.css → vuetify-e2c4b35c.css} +2 -2
  135. package/dist/assets/{vuetify.28d881.js → vuetify-e2c4b35c.js} +8699 -8824
  136. package/dist/assets/vuetify.js +1 -1
  137. package/dist/index.html +11 -10
  138. package/index.d.ts +36 -20
  139. package/index.html +5 -5
  140. package/index.js +20 -10
  141. package/lib/olLib.js +90 -23
  142. package/package.json +25 -23
  143. package/plugins/@vcmap-show-case/custom-icons-example/README.md +3 -0
  144. package/plugins/@vcmap-show-case/custom-icons-example/assets/imageExample.png +0 -0
  145. package/plugins/@vcmap-show-case/custom-icons-example/assets/svgExample.svg +1 -0
  146. package/plugins/@vcmap-show-case/custom-icons-example/package.json +5 -0
  147. package/plugins/@vcmap-show-case/custom-icons-example/src/CustomIconsExample.vue +90 -0
  148. package/plugins/@vcmap-show-case/custom-icons-example/src/index.js +45 -0
  149. package/plugins/@vcmap-show-case/flight-component-example/src/FlightExample.vue +41 -1
  150. package/plugins/@vcmap-show-case/form-inputs-example/src/FormInputsExample.vue +73 -34
  151. package/plugins/@vcmap-show-case/form-inputs-example/src/exampleActions.js +7 -11
  152. package/plugins/@vcmap-show-case/form-inputs-example/src/index.js +2 -2
  153. package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +50 -96
  154. package/plugins/@vcmap-show-case/plugin-editors/src/PluginEditors.vue +14 -11
  155. package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +18 -11
  156. package/plugins/@vcmap-show-case/search-example/src/index.js +1 -0
  157. package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +35 -5
  158. package/plugins/@vcmap-show-case/style-input-example/src/StyleExample.vue +29 -90
  159. package/plugins/@vcmap-show-case/theming-example/README.md +3 -0
  160. package/plugins/@vcmap-show-case/theming-example/package.json +5 -0
  161. package/plugins/@vcmap-show-case/theming-example/src/ThemingExample.vue +116 -0
  162. package/plugins/@vcmap-show-case/theming-example/src/index.js +53 -0
  163. package/plugins/@vcmap-show-case/toolbox-example/src/index.js +2 -1
  164. package/plugins/@vcmap-show-case/vector-properties-example/src/GeometrySettings.vue +420 -0
  165. package/plugins/@vcmap-show-case/vector-properties-example/src/LayoutHandler.vue +97 -0
  166. package/plugins/@vcmap-show-case/vector-properties-example/src/TerrainSettings.vue +90 -0
  167. package/plugins/@vcmap-show-case/vector-properties-example/src/VectorPropertiesExample.vue +86 -70
  168. package/plugins/@vcmap-show-case/vector-properties-example/src/index.js +34 -1
  169. package/plugins/@vcmap-show-case/vector-properties-example/src/lib.js +294 -0
  170. package/plugins/@vcmap-show-case/wizard-example/src/WizardExample.vue +40 -54
  171. package/plugins/package.json +23 -21
  172. package/public/assets/@mdi/font/README.md +25 -0
  173. package/public/assets/@mdi/font/css/materialdesignicons.min.css +2 -2
  174. package/public/assets/@mdi/font/css/materialdesignicons.min.css.map +16 -0
  175. package/public/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
  176. package/src/actions/StyleSelector.vue +37 -21
  177. package/src/actions/StyleSelector.vue.d.ts +5 -5
  178. package/src/actions/actionHelper.d.ts +4 -11
  179. package/src/actions/actionHelper.js +35 -27
  180. package/src/actions/flightActions.js +44 -23
  181. package/src/actions/listActions.d.ts +5 -12
  182. package/src/actions/listActions.js +6 -22
  183. package/src/actions/stateRefAction.js +2 -2
  184. package/src/application/VcsApp.vue +196 -85
  185. package/src/application/VcsApp.vue.d.ts +309 -4
  186. package/src/application/VcsAppWrapper.vue +1 -1
  187. package/src/application/VcsAttributions.vue +4 -15
  188. package/src/application/VcsAttributionsFooter.vue +28 -18
  189. package/src/application/VcsAttributionsFooter.vue.d.ts +1 -1
  190. package/src/application/VcsContainer.vue +27 -10
  191. package/src/application/VcsContainer.vue.d.ts +248 -0
  192. package/src/application/VcsMainMap.vue +8 -8
  193. package/src/application/VcsMainMap.vue.d.ts +2 -2
  194. package/src/application/VcsMap.vue +1 -0
  195. package/src/application/VcsNavbar.vue +15 -3
  196. package/src/application/VcsNavbar.vue.d.ts +2 -1
  197. package/src/application/VcsPositionDisplay.vue +10 -25
  198. package/src/application/VcsPositionDisplay.vue.d.ts +0 -1
  199. package/src/application/VcsSettings.vue +11 -18
  200. package/src/application/VcsSplashScreen.vue +43 -55
  201. package/src/application/VcsSplashScreen.vue.d.ts +4 -6
  202. package/src/application/VcsTextPage.vue +13 -44
  203. package/src/application/VcsTextPage.vue.d.ts +4 -8
  204. package/src/application/VcsTextPageFooter.vue +26 -41
  205. package/src/application/attributionsHelper.d.ts +20 -22
  206. package/src/application/attributionsHelper.js +14 -10
  207. package/src/callback/vcsCallback.d.ts +2 -2
  208. package/src/callback/vcsCallback.js +1 -1
  209. package/src/components/buttons/VcsActionButtonList.vue +66 -7
  210. package/src/components/buttons/VcsActionButtonList.vue.d.ts +28 -0
  211. package/src/components/buttons/VcsButton.vue +8 -10
  212. package/src/components/buttons/VcsButton.vue.d.ts +4 -4
  213. package/src/components/buttons/VcsFormButton.vue +9 -9
  214. package/src/components/buttons/VcsFormButton.vue.d.ts +3 -3
  215. package/src/components/buttons/VcsToolButton.vue +9 -7
  216. package/src/components/buttons/VcsToolButton.vue.d.ts +5 -5
  217. package/src/components/composables.d.ts +14 -2
  218. package/src/components/composables.js +106 -4
  219. package/src/components/extent/VcsExtent.vue +11 -7
  220. package/src/components/extent/VcsExtent.vue.d.ts +1 -0
  221. package/src/components/extent/VcsExtentEditor.vue +2 -1
  222. package/src/components/flight/VcsFlightAnchorsComponent.vue +64 -36
  223. package/src/components/flight/VcsFlightComponent.vue +25 -30
  224. package/src/components/flight/VcsFlightComponent.vue.d.ts +1 -0
  225. package/src/components/flight/VcsFlightEditor.vue +1 -0
  226. package/src/components/flight/VcsFlightPlayer.vue +47 -19
  227. package/src/components/form-inputs-controls/VcsCheckbox.vue +32 -13
  228. package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +10 -0
  229. package/src/components/form-inputs-controls/VcsChipArrayInput.vue +14 -17
  230. package/src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts +2 -4
  231. package/src/components/form-inputs-controls/VcsCoordinate.vue +17 -5
  232. package/src/components/form-inputs-controls/VcsCoordinate.vue.d.ts +5 -2
  233. package/src/components/form-inputs-controls/VcsDatePicker.vue +53 -59
  234. package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +2 -64
  235. package/src/components/form-inputs-controls/VcsFileInput.vue +18 -19
  236. package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +1 -0
  237. package/src/components/form-inputs-controls/VcsLabel.vue +65 -3
  238. package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +32 -1
  239. package/src/components/form-inputs-controls/VcsRadio.vue +26 -10
  240. package/src/components/form-inputs-controls/VcsRadio.vue.d.ts +2 -0
  241. package/src/components/form-inputs-controls/VcsSelect.vue +47 -47
  242. package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +9 -6
  243. package/src/components/form-inputs-controls/VcsSlider.vue +53 -15
  244. package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +26 -2
  245. package/src/components/form-inputs-controls/VcsTextArea.vue +56 -40
  246. package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +1 -0
  247. package/src/components/form-inputs-controls/VcsTextField.vue +46 -16
  248. package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +12 -1
  249. package/src/components/form-inputs-controls/VcsWizard.vue +89 -112
  250. package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +3 -13
  251. package/src/components/form-inputs-controls/VcsWizardStep.vue +78 -58
  252. package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +24 -11
  253. package/src/components/form-inputs-controls/vcsTextField.scss +21 -13
  254. package/src/components/form-output/VcsFormattedNumber.vue +46 -14
  255. package/src/components/form-output/VcsFormattedNumber.vue.d.ts +27 -0
  256. package/src/components/form-output/VcsMarkdown.vue +56 -0
  257. package/src/{application/VcsCustomScreen.vue.d.ts → components/form-output/VcsMarkdown.vue.d.ts} +7 -5
  258. package/src/components/form-output/markdownHelper.d.ts +30 -0
  259. package/src/components/form-output/markdownHelper.js +398 -0
  260. package/src/components/import/VcsFileDrop.vue +9 -6
  261. package/src/components/import/VcsImportComponent.vue +12 -8
  262. package/src/components/import/VcsImportComponent.vue.d.ts +1 -2
  263. package/src/components/lists/VcsActionList.vue +50 -34
  264. package/src/components/lists/VcsActionList.vue.d.ts +3 -1
  265. package/src/components/lists/VcsList.vue +105 -192
  266. package/src/components/lists/VcsList.vue.d.ts +18 -66
  267. package/src/components/lists/VcsListItemComponent.vue +216 -0
  268. package/src/components/lists/VcsListItemComponent.vue.d.ts +83 -0
  269. package/src/components/lists/VcsTreeview.vue +119 -26
  270. package/src/components/lists/VcsTreeview.vue.d.ts +26 -3
  271. package/src/components/lists/VcsTreeviewSearchbar.vue +17 -6
  272. package/src/components/lists/VcsTreeviewSearchbar.vue.d.ts +3 -1
  273. package/src/components/lists/VcsTreeviewTitle.vue +40 -0
  274. package/src/components/modelHelper.d.ts +21 -8
  275. package/src/components/modelHelper.js +50 -8
  276. package/src/components/notification/VcsBadge.vue +2 -2
  277. package/src/components/notification/VcsHelp.vue +6 -7
  278. package/src/components/notification/VcsHelp.vue.d.ts +0 -8
  279. package/src/components/notification/VcsHelpTooltip.vue +48 -0
  280. package/src/components/notification/VcsHelpTooltip.vue.d.ts +25 -0
  281. package/src/components/plugins/AbstractConfigEditor.vue +2 -23
  282. package/src/components/plugins/AbstractConfigEditor.vue.d.ts +6 -29
  283. package/src/components/section/VcsExpansionPanel.vue +111 -0
  284. package/src/components/section/VcsExpansionPanel.vue.d.ts +19 -0
  285. package/src/components/{form-inputs-controls → section}/VcsFormSection.vue +13 -7
  286. package/src/components/{form-inputs-controls → section}/VcsFormSection.vue.d.ts +2 -3
  287. package/src/components/style/MenuWrapper.vue +25 -27
  288. package/src/components/style/MenuWrapper.vue.d.ts +4 -4
  289. package/src/components/style/VcsFeatureStyleComponent.vue +1 -0
  290. package/src/components/style/VcsFillMenu.vue +10 -16
  291. package/src/components/style/VcsFillMenu.vue.d.ts +0 -18
  292. package/src/components/style/VcsFillSelector.vue +14 -16
  293. package/src/components/style/VcsImageMenu.vue +9 -25
  294. package/src/components/style/VcsImageMenu.vue.d.ts +0 -27
  295. package/src/components/style/VcsImageSelector.vue +115 -172
  296. package/src/components/style/VcsImageSelector.vue.d.ts +16 -15
  297. package/src/components/style/VcsStrokeMenu.vue +9 -15
  298. package/src/components/style/VcsStrokeMenu.vue.d.ts +0 -18
  299. package/src/components/style/VcsStrokeSelector.vue +17 -21
  300. package/src/components/style/VcsStrokeSelector.vue.d.ts +1 -0
  301. package/src/components/style/VcsTextMenu.vue +12 -14
  302. package/src/components/style/VcsTextMenu.vue.d.ts +0 -9
  303. package/src/components/style/VcsTextSelector.vue +80 -96
  304. package/src/components/style/VcsTextSelector.vue.d.ts +20 -22
  305. package/src/components/style/VcsVectorStyleComponent.vue +9 -20
  306. package/src/components/style/VcsVectorStyleComponent.vue.d.ts +1 -1
  307. package/src/components/style/composables.d.ts +0 -14
  308. package/src/components/style/composables.js +0 -49
  309. package/src/components/tables/VcsDataTable.vue +43 -33
  310. package/src/components/tables/VcsDataTable.vue.d.ts +2 -1
  311. package/src/components/tables/VcsTable.vue +46 -62
  312. package/src/components/tables/VcsTable.vue.d.ts +30 -17
  313. package/src/components/tables/VcsTableCell.vue +72 -0
  314. package/src/components/tables/VcsTableCell.vue.d.ts +13 -0
  315. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +87 -51
  316. package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +9 -7
  317. package/src/components/vector-properties/VcsFeatureTransforms.vue +45 -6
  318. package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -1
  319. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +541 -596
  320. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +222 -24
  321. package/src/components/viewpoint/VcsViewpointComponent.vue +36 -20
  322. package/src/components/viewpoint/VcsViewpointComponent.vue.d.ts +1 -0
  323. package/src/components/viewpoint/VcsViewpointEditor.vue +3 -1
  324. package/src/contentTree/LayerTree.vue +10 -28
  325. package/src/contentTree/LayerTree.vue.d.ts +1 -1
  326. package/src/contentTree/contentTreeCollection.d.ts +1 -0
  327. package/src/contentTree/contentTreeCollection.js +45 -11
  328. package/src/contentTree/contentTreeItem.d.ts +4 -4
  329. package/src/contentTree/contentTreeItem.js +8 -8
  330. package/src/contentTree/layerContentTreeItem.d.ts +8 -5
  331. package/src/contentTree/layerContentTreeItem.js +48 -34
  332. package/src/contentTree/layerGroupContentTreeItem.d.ts +7 -1
  333. package/src/contentTree/layerGroupContentTreeItem.js +22 -3
  334. package/src/contentTree/obliqueCollectionContentTreeItem.js +6 -1
  335. package/src/featureInfo/AddressBalloonComponent.vue +1 -1
  336. package/src/featureInfo/BalloonComponent.vue +33 -26
  337. package/src/featureInfo/BalloonComponent.vue.d.ts +1 -0
  338. package/src/featureInfo/IframeComponent.vue +6 -1
  339. package/src/featureInfo/MarkdownBalloonComponent.vue +5 -3
  340. package/src/featureInfo/MarkdownBalloonComponent.vue.d.ts +2 -2
  341. package/src/featureInfo/abstractFeatureInfoView.d.ts +19 -4
  342. package/src/featureInfo/abstractFeatureInfoView.js +38 -13
  343. package/src/featureInfo/balloonHelper.js +1 -1
  344. package/src/featureInfo/featureInfo.d.ts +7 -7
  345. package/src/featureInfo/featureInfo.js +59 -41
  346. package/src/featureInfo/iframeFeatureInfoView.d.ts +8 -2
  347. package/src/featureInfo/iframeFeatureInfoView.js +15 -5
  348. package/src/featureInfo/markdownBalloonFeatureInfoView.d.ts +1 -1
  349. package/src/featureInfo/markdownBalloonFeatureInfoView.js +5 -5
  350. package/src/featureInfo/markdownFeatureInfoView.d.ts +1 -1
  351. package/src/featureInfo/markdownFeatureInfoView.js +9 -11
  352. package/src/featureInfo/tableFeatureInfoView.js +13 -4
  353. package/src/i18n/de.d.ts +59 -32
  354. package/src/i18n/de.js +28 -5
  355. package/src/i18n/en.d.ts +59 -32
  356. package/src/i18n/en.js +25 -2
  357. package/src/i18n/i18nCollection.d.ts +9 -15
  358. package/src/i18n/i18nCollection.js +3 -3
  359. package/src/init.d.ts +5 -38
  360. package/src/init.js +19 -18
  361. package/src/legend/StyleLegendItem.vue +4 -9
  362. package/src/legend/VcsLegend.vue +33 -55
  363. package/src/legend/VcsLegend.vue.d.ts +1 -0
  364. package/src/manager/buttonManager.js +4 -4
  365. package/src/manager/collectionManager/CollectionComponent.vue +18 -42
  366. package/src/manager/collectionManager/CollectionComponent.vue.d.ts +4 -2
  367. package/src/manager/collectionManager/CollectionComponentContent.vue +7 -6
  368. package/src/manager/collectionManager/CollectionComponentContent.vue.d.ts +3 -1
  369. package/src/manager/collectionManager/CollectionComponentList.vue +11 -9
  370. package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +6 -4
  371. package/src/manager/collectionManager/CollectionComponentProvider.vue +1 -1
  372. package/src/manager/collectionManager/CollectionComponentStandalone.vue +3 -2
  373. package/src/manager/collectionManager/CollectionManager.vue +1 -1
  374. package/src/manager/collectionManager/categoryManager.d.ts +1 -1
  375. package/src/manager/collectionManager/collectionComponentClass.d.ts +3 -3
  376. package/src/manager/collectionManager/collectionComponentClass.js +16 -15
  377. package/src/manager/collectionManager/collectionManager.d.ts +1 -1
  378. package/src/manager/collectionManager/collectionManager.js +10 -10
  379. package/src/manager/collectionManager/editorCollectionComponentClass.js +11 -8
  380. package/src/manager/contextMenu/ContextMenuComponent.vue +1 -1
  381. package/src/manager/contextMenu/contextMenuManager.js +2 -2
  382. package/src/manager/navbarManager.js +2 -2
  383. package/src/manager/panel/PanelComponent.vue +2 -9
  384. package/src/manager/panel/PanelManagerComponent.vue +9 -5
  385. package/src/manager/panel/panelHelper.js +3 -3
  386. package/src/manager/panel/panelManager.d.ts +9 -1
  387. package/src/manager/panel/panelManager.js +18 -6
  388. package/src/manager/toolbox/GroupToolboxComponent.vue +13 -7
  389. package/src/manager/toolbox/GroupToolboxComponent.vue.d.ts +1 -0
  390. package/src/manager/toolbox/SelectToolboxComponent.vue +13 -8
  391. package/src/manager/toolbox/SelectToolboxComponent.vue.d.ts +1 -0
  392. package/src/manager/toolbox/{ToolboxManager.vue → ToolboxManagerComponent.vue} +28 -8
  393. package/src/manager/toolbox/{ToolboxManager.vue.d.ts → ToolboxManagerComponent.vue.d.ts} +1 -0
  394. package/src/manager/toolbox/toolboxManager.js +10 -10
  395. package/src/manager/window/WindowComponent.vue +13 -9
  396. package/src/manager/window/WindowComponentHeader.vue +33 -9
  397. package/src/manager/window/WindowComponentHeader.vue.d.ts +3 -0
  398. package/src/manager/window/WindowManager.vue +6 -3
  399. package/src/manager/window/windowManager.d.ts +71 -15
  400. package/src/manager/window/windowManager.js +32 -11
  401. package/src/navigation/MapNavigation.vue +52 -9
  402. package/src/navigation/ObliqueRotation.vue +2 -2
  403. package/src/navigation/OrientationToolsButton.vue +37 -26
  404. package/src/navigation/OrientationToolsButton.vue.d.ts +5 -1
  405. package/src/navigation/TiltSlider.vue +82 -88
  406. package/src/navigation/TiltSlider.vue.d.ts +10 -7
  407. package/src/navigation/VcsCompass.vue +17 -11
  408. package/src/navigation/VcsCompass.vue.d.ts +2 -0
  409. package/src/navigation/VcsZoomButton.vue +1 -1
  410. package/src/navigation/locatorHelper.js +4 -22
  411. package/src/navigation/overviewMap.js +5 -2
  412. package/src/notifier/NotifierComponent.vue +19 -16
  413. package/src/obliqueFallbackWarnings.d.ts +5 -0
  414. package/src/obliqueFallbackWarnings.js +54 -0
  415. package/src/search/ResultItem.vue +18 -6
  416. package/src/search/ResultsComponent.vue +32 -21
  417. package/src/search/ResultsComponent.vue.d.ts +2 -1
  418. package/src/search/SearchComponent.vue +14 -16
  419. package/src/search/SearchComponent.vue.d.ts +1 -0
  420. package/src/search/search.js +2 -2
  421. package/src/siteConfig.js +9 -9
  422. package/src/state.js +4 -4
  423. package/src/styles/_typography.scss +1 -2
  424. package/src/styles/main.scss +0 -4
  425. package/src/styles/vcsList.scss +1 -1
  426. package/src/uiConfig.d.ts +323 -7
  427. package/src/uiConfig.js +31 -17
  428. package/src/vcsUiApp.d.ts +90 -80
  429. package/src/vcsUiApp.js +61 -41
  430. package/src/vuePlugins/i18n.js +8 -0
  431. package/src/vuePlugins/vuetify.d.ts +88 -60
  432. package/src/vuePlugins/vuetify.js +134 -20
  433. package/dist/assets/@mdi/font/css/materialdesignicons.css.map +0 -16
  434. package/dist/assets/@mdi/font/css/materialdesignicons.min.e3f476.css +0 -3
  435. package/dist/assets/cesium/Workers/chunk-DUHWWBQQ.js +0 -3273
  436. package/dist/assets/cesium/Workers/chunk-QJ3DFBH3.js +0 -73
  437. package/dist/assets/index-ca7EmZ3d.js +0 -1
  438. package/dist/assets/ui.715986.css +0 -1
  439. package/dist/assets/vue.0f2c53.js +0 -6096
  440. package/plugins/@vcmap-show-case/theme-changer/README.md +0 -23
  441. package/plugins/@vcmap-show-case/theme-changer/config.json +0 -69
  442. package/plugins/@vcmap-show-case/theme-changer/package.json +0 -11
  443. package/plugins/@vcmap-show-case/theme-changer/src/ThemeChangerComponent.vue +0 -120
  444. package/plugins/@vcmap-show-case/theme-changer/src/index.js +0 -108
  445. package/public/assets/@mdi/font/css/materialdesignicons.css.map +0 -16
  446. package/src/application/VcsCustomScreen.vue +0 -45
  447. package/src/application/markdownHelper.d.ts +0 -12
  448. package/src/application/markdownHelper.js +0 -85
  449. package/src/components/lists/VcsTreeviewLeaf.vue +0 -83
  450. package/src/components/notification/VcsTooltip.vue +0 -156
  451. package/src/components/notification/VcsTooltip.vue.d.ts +0 -27
  452. package/src/components/vector-properties/composables.d.ts +0 -33
  453. package/src/components/vector-properties/composables.js +0 -100
  454. package/src/featureInfo/MarkdownComponent.vue +0 -16
  455. package/src/featureInfo/MarkdownComponent.vue.d.ts +0 -7
  456. package/src/styles/_theming.scss +0 -73
  457. package/src/styles/settings.scss +0 -6
  458. package/src/styles/shades.scss +0 -4
  459. package/src/styles/variables.scss +0 -140
  460. package/src/styles/vcsFont.scss +0 -2
  461. package/src/styles/vcsGrid.scss +0 -3
  462. /package/dist/assets/{favicon-128.4c4ce5.png → favicon-128-4c4ce5df.png} +0 -0
  463. /package/dist/assets/{favicon-180.5b99c0.png → favicon-180-4c4ce5df.png} +0 -0
  464. /package/dist/assets/{favicon-192.0e205e.png → favicon-192-4c4ce5df.png} +0 -0
  465. /package/dist/assets/{favicon-32.6b9add.png → favicon-32-4c4ce5df.png} +0 -0
  466. /package/dist/assets/{favicon.d5ec97.svg → favicon-4c4ce5df.svg} +0 -0
  467. /package/dist/assets/font/{TitilliumWeb-Regular.9ca076.woff2 → TitilliumWeb-Regular-9ca076be.woff2} +0 -0
  468. /package/dist/assets/style/{icon-marker.70960f.png → icon-marker-70960f05.png} +0 -0
  469. /package/dist/assets/style/{icon-marker-blue.534e37.png → icon-marker-blue-534e374b.png} +0 -0
  470. /package/dist/assets/style/{icon-marker-green.0b6a92.png → icon-marker-green-0b6a92bc.png} +0 -0
  471. /package/dist/assets/style/{icon-marker-o.036477.png → icon-marker-o-036477fa.png} +0 -0
  472. /package/dist/assets/style/{icon-marker-o-blue.7b6d62.png → icon-marker-o-blue-7b6d6279.png} +0 -0
  473. /package/dist/assets/style/{icon-marker-o-green.c863c0.png → icon-marker-o-green-c863c0fa.png} +0 -0
  474. /package/dist/assets/style/{icon-marker-o-red.93ff58.png → icon-marker-o-red-93ff58df.png} +0 -0
  475. /package/dist/assets/style/{icon-marker-red.313d03.png → icon-marker-red-313d03e8.png} +0 -0
  476. /package/dist/assets/style/{icon-pin.b7ce77.png → icon-pin-b7ce771e.png} +0 -0
  477. /package/dist/assets/style/{icon-pin-blue.7be369.png → icon-pin-blue-7be369a3.png} +0 -0
  478. /package/dist/assets/style/{icon-pin-green.cbb935.png → icon-pin-green-cbb935fe.png} +0 -0
  479. /package/dist/assets/style/{icon-pin-red.3f25b2.png → icon-pin-red-3f25b245.png} +0 -0
  480. /package/public/assets/{favicon-128.png → favicon-128-4c4ce5df.png} +0 -0
  481. /package/public/assets/{favicon-180.png → favicon-180-4c4ce5df.png} +0 -0
  482. /package/public/assets/{favicon-192.png → favicon-192-4c4ce5df.png} +0 -0
  483. /package/public/assets/{favicon-32.png → favicon-32-4c4ce5df.png} +0 -0
  484. /package/public/assets/{favicon.svg → favicon-4c4ce5df.svg} +0 -0
  485. /package/src/components/lists/{VcsTreeviewLeaf.vue.d.ts → VcsTreeviewTitle.vue.d.ts} +0 -0
@@ -0,0 +1,963 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 1.121.2
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ Matrix4_default,
28
+ Rectangle_default
29
+ } from "./chunk-6SQMLVGV.js";
30
+ import {
31
+ Cartesian3_default,
32
+ Cartographic_default,
33
+ Ellipsoid_default,
34
+ Matrix3_default
35
+ } from "./chunk-FFLMY4TE.js";
36
+ import {
37
+ Math_default
38
+ } from "./chunk-WGDFYAGC.js";
39
+ import {
40
+ defaultValue_default
41
+ } from "./chunk-U5HSOKPQ.js";
42
+ import {
43
+ Check_default,
44
+ DeveloperError_default
45
+ } from "./chunk-P6TRGU3S.js";
46
+ import {
47
+ defined_default
48
+ } from "./chunk-YCDZX5LS.js";
49
+
50
+ // packages/engine/Source/Core/GeographicProjection.js
51
+ function GeographicProjection(ellipsoid) {
52
+ this._ellipsoid = defaultValue_default(ellipsoid, Ellipsoid_default.default);
53
+ this._semimajorAxis = this._ellipsoid.maximumRadius;
54
+ this._oneOverSemimajorAxis = 1 / this._semimajorAxis;
55
+ }
56
+ Object.defineProperties(GeographicProjection.prototype, {
57
+ /**
58
+ * Gets the {@link Ellipsoid}.
59
+ *
60
+ * @memberof GeographicProjection.prototype
61
+ *
62
+ * @type {Ellipsoid}
63
+ * @readonly
64
+ */
65
+ ellipsoid: {
66
+ get: function() {
67
+ return this._ellipsoid;
68
+ }
69
+ }
70
+ });
71
+ GeographicProjection.prototype.project = function(cartographic, result) {
72
+ const semimajorAxis = this._semimajorAxis;
73
+ const x = cartographic.longitude * semimajorAxis;
74
+ const y = cartographic.latitude * semimajorAxis;
75
+ const z = cartographic.height;
76
+ if (!defined_default(result)) {
77
+ return new Cartesian3_default(x, y, z);
78
+ }
79
+ result.x = x;
80
+ result.y = y;
81
+ result.z = z;
82
+ return result;
83
+ };
84
+ GeographicProjection.prototype.unproject = function(cartesian, result) {
85
+ if (!defined_default(cartesian)) {
86
+ throw new DeveloperError_default("cartesian is required");
87
+ }
88
+ const oneOverEarthSemimajorAxis = this._oneOverSemimajorAxis;
89
+ const longitude = cartesian.x * oneOverEarthSemimajorAxis;
90
+ const latitude = cartesian.y * oneOverEarthSemimajorAxis;
91
+ const height = cartesian.z;
92
+ if (!defined_default(result)) {
93
+ return new Cartographic_default(longitude, latitude, height);
94
+ }
95
+ result.longitude = longitude;
96
+ result.latitude = latitude;
97
+ result.height = height;
98
+ return result;
99
+ };
100
+ var GeographicProjection_default = GeographicProjection;
101
+
102
+ // packages/engine/Source/Core/Intersect.js
103
+ var Intersect = {
104
+ /**
105
+ * Represents that an object is not contained within the frustum.
106
+ *
107
+ * @type {number}
108
+ * @constant
109
+ */
110
+ OUTSIDE: -1,
111
+ /**
112
+ * Represents that an object intersects one of the frustum's planes.
113
+ *
114
+ * @type {number}
115
+ * @constant
116
+ */
117
+ INTERSECTING: 0,
118
+ /**
119
+ * Represents that an object is fully within the frustum.
120
+ *
121
+ * @type {number}
122
+ * @constant
123
+ */
124
+ INSIDE: 1
125
+ };
126
+ var Intersect_default = Object.freeze(Intersect);
127
+
128
+ // packages/engine/Source/Core/Interval.js
129
+ function Interval(start, stop) {
130
+ this.start = defaultValue_default(start, 0);
131
+ this.stop = defaultValue_default(stop, 0);
132
+ }
133
+ var Interval_default = Interval;
134
+
135
+ // packages/engine/Source/Core/BoundingSphere.js
136
+ function BoundingSphere(center, radius) {
137
+ this.center = Cartesian3_default.clone(defaultValue_default(center, Cartesian3_default.ZERO));
138
+ this.radius = defaultValue_default(radius, 0);
139
+ }
140
+ var fromPointsXMin = new Cartesian3_default();
141
+ var fromPointsYMin = new Cartesian3_default();
142
+ var fromPointsZMin = new Cartesian3_default();
143
+ var fromPointsXMax = new Cartesian3_default();
144
+ var fromPointsYMax = new Cartesian3_default();
145
+ var fromPointsZMax = new Cartesian3_default();
146
+ var fromPointsCurrentPos = new Cartesian3_default();
147
+ var fromPointsScratch = new Cartesian3_default();
148
+ var fromPointsRitterCenter = new Cartesian3_default();
149
+ var fromPointsMinBoxPt = new Cartesian3_default();
150
+ var fromPointsMaxBoxPt = new Cartesian3_default();
151
+ var fromPointsNaiveCenterScratch = new Cartesian3_default();
152
+ var volumeConstant = 4 / 3 * Math_default.PI;
153
+ BoundingSphere.fromPoints = function(positions, result) {
154
+ if (!defined_default(result)) {
155
+ result = new BoundingSphere();
156
+ }
157
+ if (!defined_default(positions) || positions.length === 0) {
158
+ result.center = Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
159
+ result.radius = 0;
160
+ return result;
161
+ }
162
+ const currentPos = Cartesian3_default.clone(positions[0], fromPointsCurrentPos);
163
+ const xMin = Cartesian3_default.clone(currentPos, fromPointsXMin);
164
+ const yMin = Cartesian3_default.clone(currentPos, fromPointsYMin);
165
+ const zMin = Cartesian3_default.clone(currentPos, fromPointsZMin);
166
+ const xMax = Cartesian3_default.clone(currentPos, fromPointsXMax);
167
+ const yMax = Cartesian3_default.clone(currentPos, fromPointsYMax);
168
+ const zMax = Cartesian3_default.clone(currentPos, fromPointsZMax);
169
+ const numPositions = positions.length;
170
+ let i;
171
+ for (i = 1; i < numPositions; i++) {
172
+ Cartesian3_default.clone(positions[i], currentPos);
173
+ const x = currentPos.x;
174
+ const y = currentPos.y;
175
+ const z = currentPos.z;
176
+ if (x < xMin.x) {
177
+ Cartesian3_default.clone(currentPos, xMin);
178
+ }
179
+ if (x > xMax.x) {
180
+ Cartesian3_default.clone(currentPos, xMax);
181
+ }
182
+ if (y < yMin.y) {
183
+ Cartesian3_default.clone(currentPos, yMin);
184
+ }
185
+ if (y > yMax.y) {
186
+ Cartesian3_default.clone(currentPos, yMax);
187
+ }
188
+ if (z < zMin.z) {
189
+ Cartesian3_default.clone(currentPos, zMin);
190
+ }
191
+ if (z > zMax.z) {
192
+ Cartesian3_default.clone(currentPos, zMax);
193
+ }
194
+ }
195
+ const xSpan = Cartesian3_default.magnitudeSquared(
196
+ Cartesian3_default.subtract(xMax, xMin, fromPointsScratch)
197
+ );
198
+ const ySpan = Cartesian3_default.magnitudeSquared(
199
+ Cartesian3_default.subtract(yMax, yMin, fromPointsScratch)
200
+ );
201
+ const zSpan = Cartesian3_default.magnitudeSquared(
202
+ Cartesian3_default.subtract(zMax, zMin, fromPointsScratch)
203
+ );
204
+ let diameter1 = xMin;
205
+ let diameter2 = xMax;
206
+ let maxSpan = xSpan;
207
+ if (ySpan > maxSpan) {
208
+ maxSpan = ySpan;
209
+ diameter1 = yMin;
210
+ diameter2 = yMax;
211
+ }
212
+ if (zSpan > maxSpan) {
213
+ maxSpan = zSpan;
214
+ diameter1 = zMin;
215
+ diameter2 = zMax;
216
+ }
217
+ const ritterCenter = fromPointsRitterCenter;
218
+ ritterCenter.x = (diameter1.x + diameter2.x) * 0.5;
219
+ ritterCenter.y = (diameter1.y + diameter2.y) * 0.5;
220
+ ritterCenter.z = (diameter1.z + diameter2.z) * 0.5;
221
+ let radiusSquared = Cartesian3_default.magnitudeSquared(
222
+ Cartesian3_default.subtract(diameter2, ritterCenter, fromPointsScratch)
223
+ );
224
+ let ritterRadius = Math.sqrt(radiusSquared);
225
+ const minBoxPt = fromPointsMinBoxPt;
226
+ minBoxPt.x = xMin.x;
227
+ minBoxPt.y = yMin.y;
228
+ minBoxPt.z = zMin.z;
229
+ const maxBoxPt = fromPointsMaxBoxPt;
230
+ maxBoxPt.x = xMax.x;
231
+ maxBoxPt.y = yMax.y;
232
+ maxBoxPt.z = zMax.z;
233
+ const naiveCenter = Cartesian3_default.midpoint(
234
+ minBoxPt,
235
+ maxBoxPt,
236
+ fromPointsNaiveCenterScratch
237
+ );
238
+ let naiveRadius = 0;
239
+ for (i = 0; i < numPositions; i++) {
240
+ Cartesian3_default.clone(positions[i], currentPos);
241
+ const r = Cartesian3_default.magnitude(
242
+ Cartesian3_default.subtract(currentPos, naiveCenter, fromPointsScratch)
243
+ );
244
+ if (r > naiveRadius) {
245
+ naiveRadius = r;
246
+ }
247
+ const oldCenterToPointSquared = Cartesian3_default.magnitudeSquared(
248
+ Cartesian3_default.subtract(currentPos, ritterCenter, fromPointsScratch)
249
+ );
250
+ if (oldCenterToPointSquared > radiusSquared) {
251
+ const oldCenterToPoint = Math.sqrt(oldCenterToPointSquared);
252
+ ritterRadius = (ritterRadius + oldCenterToPoint) * 0.5;
253
+ radiusSquared = ritterRadius * ritterRadius;
254
+ const oldToNew = oldCenterToPoint - ritterRadius;
255
+ ritterCenter.x = (ritterRadius * ritterCenter.x + oldToNew * currentPos.x) / oldCenterToPoint;
256
+ ritterCenter.y = (ritterRadius * ritterCenter.y + oldToNew * currentPos.y) / oldCenterToPoint;
257
+ ritterCenter.z = (ritterRadius * ritterCenter.z + oldToNew * currentPos.z) / oldCenterToPoint;
258
+ }
259
+ }
260
+ if (ritterRadius < naiveRadius) {
261
+ Cartesian3_default.clone(ritterCenter, result.center);
262
+ result.radius = ritterRadius;
263
+ } else {
264
+ Cartesian3_default.clone(naiveCenter, result.center);
265
+ result.radius = naiveRadius;
266
+ }
267
+ return result;
268
+ };
269
+ var defaultProjection = new GeographicProjection_default();
270
+ var fromRectangle2DLowerLeft = new Cartesian3_default();
271
+ var fromRectangle2DUpperRight = new Cartesian3_default();
272
+ var fromRectangle2DSouthwest = new Cartographic_default();
273
+ var fromRectangle2DNortheast = new Cartographic_default();
274
+ BoundingSphere.fromRectangle2D = function(rectangle, projection, result) {
275
+ return BoundingSphere.fromRectangleWithHeights2D(
276
+ rectangle,
277
+ projection,
278
+ 0,
279
+ 0,
280
+ result
281
+ );
282
+ };
283
+ BoundingSphere.fromRectangleWithHeights2D = function(rectangle, projection, minimumHeight, maximumHeight, result) {
284
+ if (!defined_default(result)) {
285
+ result = new BoundingSphere();
286
+ }
287
+ if (!defined_default(rectangle)) {
288
+ result.center = Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
289
+ result.radius = 0;
290
+ return result;
291
+ }
292
+ defaultProjection._ellipsoid = Ellipsoid_default.default;
293
+ projection = defaultValue_default(projection, defaultProjection);
294
+ Rectangle_default.southwest(rectangle, fromRectangle2DSouthwest);
295
+ fromRectangle2DSouthwest.height = minimumHeight;
296
+ Rectangle_default.northeast(rectangle, fromRectangle2DNortheast);
297
+ fromRectangle2DNortheast.height = maximumHeight;
298
+ const lowerLeft = projection.project(
299
+ fromRectangle2DSouthwest,
300
+ fromRectangle2DLowerLeft
301
+ );
302
+ const upperRight = projection.project(
303
+ fromRectangle2DNortheast,
304
+ fromRectangle2DUpperRight
305
+ );
306
+ const width = upperRight.x - lowerLeft.x;
307
+ const height = upperRight.y - lowerLeft.y;
308
+ const elevation = upperRight.z - lowerLeft.z;
309
+ result.radius = Math.sqrt(width * width + height * height + elevation * elevation) * 0.5;
310
+ const center = result.center;
311
+ center.x = lowerLeft.x + width * 0.5;
312
+ center.y = lowerLeft.y + height * 0.5;
313
+ center.z = lowerLeft.z + elevation * 0.5;
314
+ return result;
315
+ };
316
+ var fromRectangle3DScratch = [];
317
+ BoundingSphere.fromRectangle3D = function(rectangle, ellipsoid, surfaceHeight, result) {
318
+ ellipsoid = defaultValue_default(ellipsoid, Ellipsoid_default.default);
319
+ surfaceHeight = defaultValue_default(surfaceHeight, 0);
320
+ if (!defined_default(result)) {
321
+ result = new BoundingSphere();
322
+ }
323
+ if (!defined_default(rectangle)) {
324
+ result.center = Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
325
+ result.radius = 0;
326
+ return result;
327
+ }
328
+ const positions = Rectangle_default.subsample(
329
+ rectangle,
330
+ ellipsoid,
331
+ surfaceHeight,
332
+ fromRectangle3DScratch
333
+ );
334
+ return BoundingSphere.fromPoints(positions, result);
335
+ };
336
+ BoundingSphere.fromVertices = function(positions, center, stride, result) {
337
+ if (!defined_default(result)) {
338
+ result = new BoundingSphere();
339
+ }
340
+ if (!defined_default(positions) || positions.length === 0) {
341
+ result.center = Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
342
+ result.radius = 0;
343
+ return result;
344
+ }
345
+ center = defaultValue_default(center, Cartesian3_default.ZERO);
346
+ stride = defaultValue_default(stride, 3);
347
+ Check_default.typeOf.number.greaterThanOrEquals("stride", stride, 3);
348
+ const currentPos = fromPointsCurrentPos;
349
+ currentPos.x = positions[0] + center.x;
350
+ currentPos.y = positions[1] + center.y;
351
+ currentPos.z = positions[2] + center.z;
352
+ const xMin = Cartesian3_default.clone(currentPos, fromPointsXMin);
353
+ const yMin = Cartesian3_default.clone(currentPos, fromPointsYMin);
354
+ const zMin = Cartesian3_default.clone(currentPos, fromPointsZMin);
355
+ const xMax = Cartesian3_default.clone(currentPos, fromPointsXMax);
356
+ const yMax = Cartesian3_default.clone(currentPos, fromPointsYMax);
357
+ const zMax = Cartesian3_default.clone(currentPos, fromPointsZMax);
358
+ const numElements = positions.length;
359
+ let i;
360
+ for (i = 0; i < numElements; i += stride) {
361
+ const x = positions[i] + center.x;
362
+ const y = positions[i + 1] + center.y;
363
+ const z = positions[i + 2] + center.z;
364
+ currentPos.x = x;
365
+ currentPos.y = y;
366
+ currentPos.z = z;
367
+ if (x < xMin.x) {
368
+ Cartesian3_default.clone(currentPos, xMin);
369
+ }
370
+ if (x > xMax.x) {
371
+ Cartesian3_default.clone(currentPos, xMax);
372
+ }
373
+ if (y < yMin.y) {
374
+ Cartesian3_default.clone(currentPos, yMin);
375
+ }
376
+ if (y > yMax.y) {
377
+ Cartesian3_default.clone(currentPos, yMax);
378
+ }
379
+ if (z < zMin.z) {
380
+ Cartesian3_default.clone(currentPos, zMin);
381
+ }
382
+ if (z > zMax.z) {
383
+ Cartesian3_default.clone(currentPos, zMax);
384
+ }
385
+ }
386
+ const xSpan = Cartesian3_default.magnitudeSquared(
387
+ Cartesian3_default.subtract(xMax, xMin, fromPointsScratch)
388
+ );
389
+ const ySpan = Cartesian3_default.magnitudeSquared(
390
+ Cartesian3_default.subtract(yMax, yMin, fromPointsScratch)
391
+ );
392
+ const zSpan = Cartesian3_default.magnitudeSquared(
393
+ Cartesian3_default.subtract(zMax, zMin, fromPointsScratch)
394
+ );
395
+ let diameter1 = xMin;
396
+ let diameter2 = xMax;
397
+ let maxSpan = xSpan;
398
+ if (ySpan > maxSpan) {
399
+ maxSpan = ySpan;
400
+ diameter1 = yMin;
401
+ diameter2 = yMax;
402
+ }
403
+ if (zSpan > maxSpan) {
404
+ maxSpan = zSpan;
405
+ diameter1 = zMin;
406
+ diameter2 = zMax;
407
+ }
408
+ const ritterCenter = fromPointsRitterCenter;
409
+ ritterCenter.x = (diameter1.x + diameter2.x) * 0.5;
410
+ ritterCenter.y = (diameter1.y + diameter2.y) * 0.5;
411
+ ritterCenter.z = (diameter1.z + diameter2.z) * 0.5;
412
+ let radiusSquared = Cartesian3_default.magnitudeSquared(
413
+ Cartesian3_default.subtract(diameter2, ritterCenter, fromPointsScratch)
414
+ );
415
+ let ritterRadius = Math.sqrt(radiusSquared);
416
+ const minBoxPt = fromPointsMinBoxPt;
417
+ minBoxPt.x = xMin.x;
418
+ minBoxPt.y = yMin.y;
419
+ minBoxPt.z = zMin.z;
420
+ const maxBoxPt = fromPointsMaxBoxPt;
421
+ maxBoxPt.x = xMax.x;
422
+ maxBoxPt.y = yMax.y;
423
+ maxBoxPt.z = zMax.z;
424
+ const naiveCenter = Cartesian3_default.midpoint(
425
+ minBoxPt,
426
+ maxBoxPt,
427
+ fromPointsNaiveCenterScratch
428
+ );
429
+ let naiveRadius = 0;
430
+ for (i = 0; i < numElements; i += stride) {
431
+ currentPos.x = positions[i] + center.x;
432
+ currentPos.y = positions[i + 1] + center.y;
433
+ currentPos.z = positions[i + 2] + center.z;
434
+ const r = Cartesian3_default.magnitude(
435
+ Cartesian3_default.subtract(currentPos, naiveCenter, fromPointsScratch)
436
+ );
437
+ if (r > naiveRadius) {
438
+ naiveRadius = r;
439
+ }
440
+ const oldCenterToPointSquared = Cartesian3_default.magnitudeSquared(
441
+ Cartesian3_default.subtract(currentPos, ritterCenter, fromPointsScratch)
442
+ );
443
+ if (oldCenterToPointSquared > radiusSquared) {
444
+ const oldCenterToPoint = Math.sqrt(oldCenterToPointSquared);
445
+ ritterRadius = (ritterRadius + oldCenterToPoint) * 0.5;
446
+ radiusSquared = ritterRadius * ritterRadius;
447
+ const oldToNew = oldCenterToPoint - ritterRadius;
448
+ ritterCenter.x = (ritterRadius * ritterCenter.x + oldToNew * currentPos.x) / oldCenterToPoint;
449
+ ritterCenter.y = (ritterRadius * ritterCenter.y + oldToNew * currentPos.y) / oldCenterToPoint;
450
+ ritterCenter.z = (ritterRadius * ritterCenter.z + oldToNew * currentPos.z) / oldCenterToPoint;
451
+ }
452
+ }
453
+ if (ritterRadius < naiveRadius) {
454
+ Cartesian3_default.clone(ritterCenter, result.center);
455
+ result.radius = ritterRadius;
456
+ } else {
457
+ Cartesian3_default.clone(naiveCenter, result.center);
458
+ result.radius = naiveRadius;
459
+ }
460
+ return result;
461
+ };
462
+ BoundingSphere.fromEncodedCartesianVertices = function(positionsHigh, positionsLow, result) {
463
+ if (!defined_default(result)) {
464
+ result = new BoundingSphere();
465
+ }
466
+ if (!defined_default(positionsHigh) || !defined_default(positionsLow) || positionsHigh.length !== positionsLow.length || positionsHigh.length === 0) {
467
+ result.center = Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
468
+ result.radius = 0;
469
+ return result;
470
+ }
471
+ const currentPos = fromPointsCurrentPos;
472
+ currentPos.x = positionsHigh[0] + positionsLow[0];
473
+ currentPos.y = positionsHigh[1] + positionsLow[1];
474
+ currentPos.z = positionsHigh[2] + positionsLow[2];
475
+ const xMin = Cartesian3_default.clone(currentPos, fromPointsXMin);
476
+ const yMin = Cartesian3_default.clone(currentPos, fromPointsYMin);
477
+ const zMin = Cartesian3_default.clone(currentPos, fromPointsZMin);
478
+ const xMax = Cartesian3_default.clone(currentPos, fromPointsXMax);
479
+ const yMax = Cartesian3_default.clone(currentPos, fromPointsYMax);
480
+ const zMax = Cartesian3_default.clone(currentPos, fromPointsZMax);
481
+ const numElements = positionsHigh.length;
482
+ let i;
483
+ for (i = 0; i < numElements; i += 3) {
484
+ const x = positionsHigh[i] + positionsLow[i];
485
+ const y = positionsHigh[i + 1] + positionsLow[i + 1];
486
+ const z = positionsHigh[i + 2] + positionsLow[i + 2];
487
+ currentPos.x = x;
488
+ currentPos.y = y;
489
+ currentPos.z = z;
490
+ if (x < xMin.x) {
491
+ Cartesian3_default.clone(currentPos, xMin);
492
+ }
493
+ if (x > xMax.x) {
494
+ Cartesian3_default.clone(currentPos, xMax);
495
+ }
496
+ if (y < yMin.y) {
497
+ Cartesian3_default.clone(currentPos, yMin);
498
+ }
499
+ if (y > yMax.y) {
500
+ Cartesian3_default.clone(currentPos, yMax);
501
+ }
502
+ if (z < zMin.z) {
503
+ Cartesian3_default.clone(currentPos, zMin);
504
+ }
505
+ if (z > zMax.z) {
506
+ Cartesian3_default.clone(currentPos, zMax);
507
+ }
508
+ }
509
+ const xSpan = Cartesian3_default.magnitudeSquared(
510
+ Cartesian3_default.subtract(xMax, xMin, fromPointsScratch)
511
+ );
512
+ const ySpan = Cartesian3_default.magnitudeSquared(
513
+ Cartesian3_default.subtract(yMax, yMin, fromPointsScratch)
514
+ );
515
+ const zSpan = Cartesian3_default.magnitudeSquared(
516
+ Cartesian3_default.subtract(zMax, zMin, fromPointsScratch)
517
+ );
518
+ let diameter1 = xMin;
519
+ let diameter2 = xMax;
520
+ let maxSpan = xSpan;
521
+ if (ySpan > maxSpan) {
522
+ maxSpan = ySpan;
523
+ diameter1 = yMin;
524
+ diameter2 = yMax;
525
+ }
526
+ if (zSpan > maxSpan) {
527
+ maxSpan = zSpan;
528
+ diameter1 = zMin;
529
+ diameter2 = zMax;
530
+ }
531
+ const ritterCenter = fromPointsRitterCenter;
532
+ ritterCenter.x = (diameter1.x + diameter2.x) * 0.5;
533
+ ritterCenter.y = (diameter1.y + diameter2.y) * 0.5;
534
+ ritterCenter.z = (diameter1.z + diameter2.z) * 0.5;
535
+ let radiusSquared = Cartesian3_default.magnitudeSquared(
536
+ Cartesian3_default.subtract(diameter2, ritterCenter, fromPointsScratch)
537
+ );
538
+ let ritterRadius = Math.sqrt(radiusSquared);
539
+ const minBoxPt = fromPointsMinBoxPt;
540
+ minBoxPt.x = xMin.x;
541
+ minBoxPt.y = yMin.y;
542
+ minBoxPt.z = zMin.z;
543
+ const maxBoxPt = fromPointsMaxBoxPt;
544
+ maxBoxPt.x = xMax.x;
545
+ maxBoxPt.y = yMax.y;
546
+ maxBoxPt.z = zMax.z;
547
+ const naiveCenter = Cartesian3_default.midpoint(
548
+ minBoxPt,
549
+ maxBoxPt,
550
+ fromPointsNaiveCenterScratch
551
+ );
552
+ let naiveRadius = 0;
553
+ for (i = 0; i < numElements; i += 3) {
554
+ currentPos.x = positionsHigh[i] + positionsLow[i];
555
+ currentPos.y = positionsHigh[i + 1] + positionsLow[i + 1];
556
+ currentPos.z = positionsHigh[i + 2] + positionsLow[i + 2];
557
+ const r = Cartesian3_default.magnitude(
558
+ Cartesian3_default.subtract(currentPos, naiveCenter, fromPointsScratch)
559
+ );
560
+ if (r > naiveRadius) {
561
+ naiveRadius = r;
562
+ }
563
+ const oldCenterToPointSquared = Cartesian3_default.magnitudeSquared(
564
+ Cartesian3_default.subtract(currentPos, ritterCenter, fromPointsScratch)
565
+ );
566
+ if (oldCenterToPointSquared > radiusSquared) {
567
+ const oldCenterToPoint = Math.sqrt(oldCenterToPointSquared);
568
+ ritterRadius = (ritterRadius + oldCenterToPoint) * 0.5;
569
+ radiusSquared = ritterRadius * ritterRadius;
570
+ const oldToNew = oldCenterToPoint - ritterRadius;
571
+ ritterCenter.x = (ritterRadius * ritterCenter.x + oldToNew * currentPos.x) / oldCenterToPoint;
572
+ ritterCenter.y = (ritterRadius * ritterCenter.y + oldToNew * currentPos.y) / oldCenterToPoint;
573
+ ritterCenter.z = (ritterRadius * ritterCenter.z + oldToNew * currentPos.z) / oldCenterToPoint;
574
+ }
575
+ }
576
+ if (ritterRadius < naiveRadius) {
577
+ Cartesian3_default.clone(ritterCenter, result.center);
578
+ result.radius = ritterRadius;
579
+ } else {
580
+ Cartesian3_default.clone(naiveCenter, result.center);
581
+ result.radius = naiveRadius;
582
+ }
583
+ return result;
584
+ };
585
+ BoundingSphere.fromCornerPoints = function(corner, oppositeCorner, result) {
586
+ Check_default.typeOf.object("corner", corner);
587
+ Check_default.typeOf.object("oppositeCorner", oppositeCorner);
588
+ if (!defined_default(result)) {
589
+ result = new BoundingSphere();
590
+ }
591
+ const center = Cartesian3_default.midpoint(corner, oppositeCorner, result.center);
592
+ result.radius = Cartesian3_default.distance(center, oppositeCorner);
593
+ return result;
594
+ };
595
+ BoundingSphere.fromEllipsoid = function(ellipsoid, result) {
596
+ Check_default.typeOf.object("ellipsoid", ellipsoid);
597
+ if (!defined_default(result)) {
598
+ result = new BoundingSphere();
599
+ }
600
+ Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
601
+ result.radius = ellipsoid.maximumRadius;
602
+ return result;
603
+ };
604
+ var fromBoundingSpheresScratch = new Cartesian3_default();
605
+ BoundingSphere.fromBoundingSpheres = function(boundingSpheres, result) {
606
+ if (!defined_default(result)) {
607
+ result = new BoundingSphere();
608
+ }
609
+ if (!defined_default(boundingSpheres) || boundingSpheres.length === 0) {
610
+ result.center = Cartesian3_default.clone(Cartesian3_default.ZERO, result.center);
611
+ result.radius = 0;
612
+ return result;
613
+ }
614
+ const length = boundingSpheres.length;
615
+ if (length === 1) {
616
+ return BoundingSphere.clone(boundingSpheres[0], result);
617
+ }
618
+ if (length === 2) {
619
+ return BoundingSphere.union(boundingSpheres[0], boundingSpheres[1], result);
620
+ }
621
+ const positions = [];
622
+ let i;
623
+ for (i = 0; i < length; i++) {
624
+ positions.push(boundingSpheres[i].center);
625
+ }
626
+ result = BoundingSphere.fromPoints(positions, result);
627
+ const center = result.center;
628
+ let radius = result.radius;
629
+ for (i = 0; i < length; i++) {
630
+ const tmp = boundingSpheres[i];
631
+ radius = Math.max(
632
+ radius,
633
+ Cartesian3_default.distance(center, tmp.center, fromBoundingSpheresScratch) + tmp.radius
634
+ );
635
+ }
636
+ result.radius = radius;
637
+ return result;
638
+ };
639
+ var fromOrientedBoundingBoxScratchU = new Cartesian3_default();
640
+ var fromOrientedBoundingBoxScratchV = new Cartesian3_default();
641
+ var fromOrientedBoundingBoxScratchW = new Cartesian3_default();
642
+ BoundingSphere.fromOrientedBoundingBox = function(orientedBoundingBox, result) {
643
+ Check_default.defined("orientedBoundingBox", orientedBoundingBox);
644
+ if (!defined_default(result)) {
645
+ result = new BoundingSphere();
646
+ }
647
+ const halfAxes = orientedBoundingBox.halfAxes;
648
+ const u = Matrix3_default.getColumn(halfAxes, 0, fromOrientedBoundingBoxScratchU);
649
+ const v = Matrix3_default.getColumn(halfAxes, 1, fromOrientedBoundingBoxScratchV);
650
+ const w = Matrix3_default.getColumn(halfAxes, 2, fromOrientedBoundingBoxScratchW);
651
+ Cartesian3_default.add(u, v, u);
652
+ Cartesian3_default.add(u, w, u);
653
+ result.center = Cartesian3_default.clone(orientedBoundingBox.center, result.center);
654
+ result.radius = Cartesian3_default.magnitude(u);
655
+ return result;
656
+ };
657
+ var scratchFromTransformationCenter = new Cartesian3_default();
658
+ var scratchFromTransformationScale = new Cartesian3_default();
659
+ BoundingSphere.fromTransformation = function(transformation, result) {
660
+ Check_default.typeOf.object("transformation", transformation);
661
+ if (!defined_default(result)) {
662
+ result = new BoundingSphere();
663
+ }
664
+ const center = Matrix4_default.getTranslation(
665
+ transformation,
666
+ scratchFromTransformationCenter
667
+ );
668
+ const scale = Matrix4_default.getScale(
669
+ transformation,
670
+ scratchFromTransformationScale
671
+ );
672
+ const radius = 0.5 * Cartesian3_default.magnitude(scale);
673
+ result.center = Cartesian3_default.clone(center, result.center);
674
+ result.radius = radius;
675
+ return result;
676
+ };
677
+ BoundingSphere.clone = function(sphere, result) {
678
+ if (!defined_default(sphere)) {
679
+ return void 0;
680
+ }
681
+ if (!defined_default(result)) {
682
+ return new BoundingSphere(sphere.center, sphere.radius);
683
+ }
684
+ result.center = Cartesian3_default.clone(sphere.center, result.center);
685
+ result.radius = sphere.radius;
686
+ return result;
687
+ };
688
+ BoundingSphere.packedLength = 4;
689
+ BoundingSphere.pack = function(value, array, startingIndex) {
690
+ Check_default.typeOf.object("value", value);
691
+ Check_default.defined("array", array);
692
+ startingIndex = defaultValue_default(startingIndex, 0);
693
+ const center = value.center;
694
+ array[startingIndex++] = center.x;
695
+ array[startingIndex++] = center.y;
696
+ array[startingIndex++] = center.z;
697
+ array[startingIndex] = value.radius;
698
+ return array;
699
+ };
700
+ BoundingSphere.unpack = function(array, startingIndex, result) {
701
+ Check_default.defined("array", array);
702
+ startingIndex = defaultValue_default(startingIndex, 0);
703
+ if (!defined_default(result)) {
704
+ result = new BoundingSphere();
705
+ }
706
+ const center = result.center;
707
+ center.x = array[startingIndex++];
708
+ center.y = array[startingIndex++];
709
+ center.z = array[startingIndex++];
710
+ result.radius = array[startingIndex];
711
+ return result;
712
+ };
713
+ var unionScratch = new Cartesian3_default();
714
+ var unionScratchCenter = new Cartesian3_default();
715
+ BoundingSphere.union = function(left, right, result) {
716
+ Check_default.typeOf.object("left", left);
717
+ Check_default.typeOf.object("right", right);
718
+ if (!defined_default(result)) {
719
+ result = new BoundingSphere();
720
+ }
721
+ const leftCenter = left.center;
722
+ const leftRadius = left.radius;
723
+ const rightCenter = right.center;
724
+ const rightRadius = right.radius;
725
+ const toRightCenter = Cartesian3_default.subtract(
726
+ rightCenter,
727
+ leftCenter,
728
+ unionScratch
729
+ );
730
+ const centerSeparation = Cartesian3_default.magnitude(toRightCenter);
731
+ if (leftRadius >= centerSeparation + rightRadius) {
732
+ left.clone(result);
733
+ return result;
734
+ }
735
+ if (rightRadius >= centerSeparation + leftRadius) {
736
+ right.clone(result);
737
+ return result;
738
+ }
739
+ const halfDistanceBetweenTangentPoints = (leftRadius + centerSeparation + rightRadius) * 0.5;
740
+ const center = Cartesian3_default.multiplyByScalar(
741
+ toRightCenter,
742
+ (-leftRadius + halfDistanceBetweenTangentPoints) / centerSeparation,
743
+ unionScratchCenter
744
+ );
745
+ Cartesian3_default.add(center, leftCenter, center);
746
+ Cartesian3_default.clone(center, result.center);
747
+ result.radius = halfDistanceBetweenTangentPoints;
748
+ return result;
749
+ };
750
+ var expandScratch = new Cartesian3_default();
751
+ BoundingSphere.expand = function(sphere, point, result) {
752
+ Check_default.typeOf.object("sphere", sphere);
753
+ Check_default.typeOf.object("point", point);
754
+ result = BoundingSphere.clone(sphere, result);
755
+ const radius = Cartesian3_default.magnitude(
756
+ Cartesian3_default.subtract(point, result.center, expandScratch)
757
+ );
758
+ if (radius > result.radius) {
759
+ result.radius = radius;
760
+ }
761
+ return result;
762
+ };
763
+ BoundingSphere.intersectPlane = function(sphere, plane) {
764
+ Check_default.typeOf.object("sphere", sphere);
765
+ Check_default.typeOf.object("plane", plane);
766
+ const center = sphere.center;
767
+ const radius = sphere.radius;
768
+ const normal = plane.normal;
769
+ const distanceToPlane = Cartesian3_default.dot(normal, center) + plane.distance;
770
+ if (distanceToPlane < -radius) {
771
+ return Intersect_default.OUTSIDE;
772
+ } else if (distanceToPlane < radius) {
773
+ return Intersect_default.INTERSECTING;
774
+ }
775
+ return Intersect_default.INSIDE;
776
+ };
777
+ BoundingSphere.transform = function(sphere, transform, result) {
778
+ Check_default.typeOf.object("sphere", sphere);
779
+ Check_default.typeOf.object("transform", transform);
780
+ if (!defined_default(result)) {
781
+ result = new BoundingSphere();
782
+ }
783
+ result.center = Matrix4_default.multiplyByPoint(
784
+ transform,
785
+ sphere.center,
786
+ result.center
787
+ );
788
+ result.radius = Matrix4_default.getMaximumScale(transform) * sphere.radius;
789
+ return result;
790
+ };
791
+ var distanceSquaredToScratch = new Cartesian3_default();
792
+ BoundingSphere.distanceSquaredTo = function(sphere, cartesian) {
793
+ Check_default.typeOf.object("sphere", sphere);
794
+ Check_default.typeOf.object("cartesian", cartesian);
795
+ const diff = Cartesian3_default.subtract(
796
+ sphere.center,
797
+ cartesian,
798
+ distanceSquaredToScratch
799
+ );
800
+ const distance = Cartesian3_default.magnitude(diff) - sphere.radius;
801
+ if (distance <= 0) {
802
+ return 0;
803
+ }
804
+ return distance * distance;
805
+ };
806
+ BoundingSphere.transformWithoutScale = function(sphere, transform, result) {
807
+ Check_default.typeOf.object("sphere", sphere);
808
+ Check_default.typeOf.object("transform", transform);
809
+ if (!defined_default(result)) {
810
+ result = new BoundingSphere();
811
+ }
812
+ result.center = Matrix4_default.multiplyByPoint(
813
+ transform,
814
+ sphere.center,
815
+ result.center
816
+ );
817
+ result.radius = sphere.radius;
818
+ return result;
819
+ };
820
+ var scratchCartesian3 = new Cartesian3_default();
821
+ BoundingSphere.computePlaneDistances = function(sphere, position, direction, result) {
822
+ Check_default.typeOf.object("sphere", sphere);
823
+ Check_default.typeOf.object("position", position);
824
+ Check_default.typeOf.object("direction", direction);
825
+ if (!defined_default(result)) {
826
+ result = new Interval_default();
827
+ }
828
+ const toCenter = Cartesian3_default.subtract(
829
+ sphere.center,
830
+ position,
831
+ scratchCartesian3
832
+ );
833
+ const mag = Cartesian3_default.dot(direction, toCenter);
834
+ result.start = mag - sphere.radius;
835
+ result.stop = mag + sphere.radius;
836
+ return result;
837
+ };
838
+ var projectTo2DNormalScratch = new Cartesian3_default();
839
+ var projectTo2DEastScratch = new Cartesian3_default();
840
+ var projectTo2DNorthScratch = new Cartesian3_default();
841
+ var projectTo2DWestScratch = new Cartesian3_default();
842
+ var projectTo2DSouthScratch = new Cartesian3_default();
843
+ var projectTo2DCartographicScratch = new Cartographic_default();
844
+ var projectTo2DPositionsScratch = new Array(8);
845
+ for (let n = 0; n < 8; ++n) {
846
+ projectTo2DPositionsScratch[n] = new Cartesian3_default();
847
+ }
848
+ var projectTo2DProjection = new GeographicProjection_default();
849
+ BoundingSphere.projectTo2D = function(sphere, projection, result) {
850
+ Check_default.typeOf.object("sphere", sphere);
851
+ projectTo2DProjection._ellipsoid = Ellipsoid_default.default;
852
+ projection = defaultValue_default(projection, projectTo2DProjection);
853
+ const ellipsoid = projection.ellipsoid;
854
+ let center = sphere.center;
855
+ const radius = sphere.radius;
856
+ let normal;
857
+ if (Cartesian3_default.equals(center, Cartesian3_default.ZERO)) {
858
+ normal = Cartesian3_default.clone(Cartesian3_default.UNIT_X, projectTo2DNormalScratch);
859
+ } else {
860
+ normal = ellipsoid.geodeticSurfaceNormal(center, projectTo2DNormalScratch);
861
+ }
862
+ const east = Cartesian3_default.cross(
863
+ Cartesian3_default.UNIT_Z,
864
+ normal,
865
+ projectTo2DEastScratch
866
+ );
867
+ Cartesian3_default.normalize(east, east);
868
+ const north = Cartesian3_default.cross(normal, east, projectTo2DNorthScratch);
869
+ Cartesian3_default.normalize(north, north);
870
+ Cartesian3_default.multiplyByScalar(normal, radius, normal);
871
+ Cartesian3_default.multiplyByScalar(north, radius, north);
872
+ Cartesian3_default.multiplyByScalar(east, radius, east);
873
+ const south = Cartesian3_default.negate(north, projectTo2DSouthScratch);
874
+ const west = Cartesian3_default.negate(east, projectTo2DWestScratch);
875
+ const positions = projectTo2DPositionsScratch;
876
+ let corner = positions[0];
877
+ Cartesian3_default.add(normal, north, corner);
878
+ Cartesian3_default.add(corner, east, corner);
879
+ corner = positions[1];
880
+ Cartesian3_default.add(normal, north, corner);
881
+ Cartesian3_default.add(corner, west, corner);
882
+ corner = positions[2];
883
+ Cartesian3_default.add(normal, south, corner);
884
+ Cartesian3_default.add(corner, west, corner);
885
+ corner = positions[3];
886
+ Cartesian3_default.add(normal, south, corner);
887
+ Cartesian3_default.add(corner, east, corner);
888
+ Cartesian3_default.negate(normal, normal);
889
+ corner = positions[4];
890
+ Cartesian3_default.add(normal, north, corner);
891
+ Cartesian3_default.add(corner, east, corner);
892
+ corner = positions[5];
893
+ Cartesian3_default.add(normal, north, corner);
894
+ Cartesian3_default.add(corner, west, corner);
895
+ corner = positions[6];
896
+ Cartesian3_default.add(normal, south, corner);
897
+ Cartesian3_default.add(corner, west, corner);
898
+ corner = positions[7];
899
+ Cartesian3_default.add(normal, south, corner);
900
+ Cartesian3_default.add(corner, east, corner);
901
+ const length = positions.length;
902
+ for (let i = 0; i < length; ++i) {
903
+ const position = positions[i];
904
+ Cartesian3_default.add(center, position, position);
905
+ const cartographic = ellipsoid.cartesianToCartographic(
906
+ position,
907
+ projectTo2DCartographicScratch
908
+ );
909
+ projection.project(cartographic, position);
910
+ }
911
+ result = BoundingSphere.fromPoints(positions, result);
912
+ center = result.center;
913
+ const x = center.x;
914
+ const y = center.y;
915
+ const z = center.z;
916
+ center.x = z;
917
+ center.y = x;
918
+ center.z = y;
919
+ return result;
920
+ };
921
+ BoundingSphere.isOccluded = function(sphere, occluder) {
922
+ Check_default.typeOf.object("sphere", sphere);
923
+ Check_default.typeOf.object("occluder", occluder);
924
+ return !occluder.isBoundingSphereVisible(sphere);
925
+ };
926
+ BoundingSphere.equals = function(left, right) {
927
+ return left === right || defined_default(left) && defined_default(right) && Cartesian3_default.equals(left.center, right.center) && left.radius === right.radius;
928
+ };
929
+ BoundingSphere.prototype.intersectPlane = function(plane) {
930
+ return BoundingSphere.intersectPlane(this, plane);
931
+ };
932
+ BoundingSphere.prototype.distanceSquaredTo = function(cartesian) {
933
+ return BoundingSphere.distanceSquaredTo(this, cartesian);
934
+ };
935
+ BoundingSphere.prototype.computePlaneDistances = function(position, direction, result) {
936
+ return BoundingSphere.computePlaneDistances(
937
+ this,
938
+ position,
939
+ direction,
940
+ result
941
+ );
942
+ };
943
+ BoundingSphere.prototype.isOccluded = function(occluder) {
944
+ return BoundingSphere.isOccluded(this, occluder);
945
+ };
946
+ BoundingSphere.prototype.equals = function(right) {
947
+ return BoundingSphere.equals(this, right);
948
+ };
949
+ BoundingSphere.prototype.clone = function(result) {
950
+ return BoundingSphere.clone(this, result);
951
+ };
952
+ BoundingSphere.prototype.volume = function() {
953
+ const radius = this.radius;
954
+ return volumeConstant * radius * radius * radius;
955
+ };
956
+ var BoundingSphere_default = BoundingSphere;
957
+
958
+ export {
959
+ GeographicProjection_default,
960
+ Intersect_default,
961
+ Interval_default,
962
+ BoundingSphere_default
963
+ };