@vcmap/core 6.1.11 → 6.2.0-rc.2

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 (821) hide show
  1. package/README.md +8 -6
  2. package/build/buildShader.js +61 -0
  3. package/build/postinstall.js +6 -3
  4. package/dist/cesium.d.ts +57 -18
  5. package/dist/geojson.d.ts +3 -2
  6. package/dist/index.d.ts +244 -109
  7. package/dist/index.js +82 -63
  8. package/dist/index.js.map +1 -1
  9. package/dist/ol.d.ts +27 -29
  10. package/dist/src/category/category.d.ts +3 -2
  11. package/dist/src/category/category.js +2 -2
  12. package/dist/src/category/category.js.map +1 -1
  13. package/dist/src/category/categoryCollection.d.ts +3 -2
  14. package/dist/src/category/categoryCollection.js.map +1 -1
  15. package/dist/src/cesium/cesium3DTileFeature.d.ts +2 -1
  16. package/dist/src/cesium/cesium3DTileFeature.js +2 -3
  17. package/dist/src/cesium/cesium3DTileFeature.js.map +1 -1
  18. package/dist/src/cesium/cesiumVcsCameraPrimitive.js +6 -5
  19. package/dist/src/cesium/cesiumVcsCameraPrimitive.js.map +1 -1
  20. package/dist/src/cesium/entity.js +1 -1
  21. package/dist/src/cesium/entity.js.map +1 -1
  22. package/dist/src/classRegistry.d.ts +4 -4
  23. package/dist/src/classRegistry.js +2 -0
  24. package/dist/src/classRegistry.js.map +1 -1
  25. package/dist/src/featureProvider/abstractFeatureProvider.d.ts +2 -1
  26. package/dist/src/featureProvider/abstractFeatureProvider.js +8 -2
  27. package/dist/src/featureProvider/abstractFeatureProvider.js.map +1 -1
  28. package/dist/src/featureProvider/wmsFeatureProvider.d.ts +38 -10
  29. package/dist/src/featureProvider/wmsFeatureProvider.js +69 -15
  30. package/dist/src/featureProvider/wmsFeatureProvider.js.map +1 -1
  31. package/dist/src/interaction/abstractInteraction.d.ts +5 -4
  32. package/dist/src/interaction/abstractInteraction.js +1 -1
  33. package/dist/src/interaction/abstractInteraction.js.map +1 -1
  34. package/dist/src/interaction/coordinateAtPixel.js +23 -0
  35. package/dist/src/interaction/coordinateAtPixel.js.map +1 -1
  36. package/dist/src/interaction/eventHandler.d.ts +4 -3
  37. package/dist/src/interaction/eventHandler.js +1 -1
  38. package/dist/src/interaction/eventHandler.js.map +1 -1
  39. package/dist/src/interaction/featureAtPixelInteraction.d.ts +5 -0
  40. package/dist/src/interaction/featureAtPixelInteraction.js +7 -4
  41. package/dist/src/interaction/featureAtPixelInteraction.js.map +1 -1
  42. package/dist/src/interaction/featureProviderInteraction.js.map +1 -1
  43. package/dist/src/interaction/interactionType.js +1 -0
  44. package/dist/src/interaction/interactionType.js.map +1 -1
  45. package/dist/src/interaction/panoramaFeatureHighlight.d.ts +29 -0
  46. package/dist/src/interaction/panoramaFeatureHighlight.js +88 -0
  47. package/dist/src/interaction/panoramaFeatureHighlight.js.map +1 -0
  48. package/dist/src/interaction/panoramaImageSelection.d.ts +8 -0
  49. package/dist/src/interaction/panoramaImageSelection.js +29 -0
  50. package/dist/src/interaction/panoramaImageSelection.js.map +1 -0
  51. package/dist/src/layer/cesium/cesiumTilesetCesiumImpl.d.ts +6 -5
  52. package/dist/src/layer/cesium/cesiumTilesetCesiumImpl.js +2 -2
  53. package/dist/src/layer/cesium/cesiumTilesetCesiumImpl.js.map +1 -1
  54. package/dist/src/layer/cesium/cogCesiumImpl.d.ts +14 -0
  55. package/dist/src/layer/cesium/cogCesiumImpl.js +28 -0
  56. package/dist/src/layer/cesium/cogCesiumImpl.js.map +1 -0
  57. package/dist/src/layer/cesium/cogImageryProvider.d.ts +31 -0
  58. package/dist/src/layer/cesium/cogImageryProvider.js +258 -0
  59. package/dist/src/layer/cesium/cogImageryProvider.js.map +1 -0
  60. package/dist/src/layer/cesium/dataSourceCesiumImpl.d.ts +3 -2
  61. package/dist/src/layer/cesium/dataSourceCesiumImpl.js.map +1 -1
  62. package/dist/src/layer/cesium/resourceHelper.js +0 -1
  63. package/dist/src/layer/cesium/resourceHelper.js.map +1 -1
  64. package/dist/src/layer/cesium/sourceVectorContextSync.d.ts +2 -2
  65. package/dist/src/layer/cesium/sourceVectorContextSync.js +1 -1
  66. package/dist/src/layer/cesium/sourceVectorContextSync.js.map +1 -1
  67. package/dist/src/layer/cesium/terrainCesiumImpl.d.ts +1 -1
  68. package/dist/src/layer/cesium/vcsTile/vcsChildTile.d.ts +3 -2
  69. package/dist/src/layer/cesium/vcsTile/vcsChildTile.js +1 -1
  70. package/dist/src/layer/cesium/vcsTile/vcsChildTile.js.map +1 -1
  71. package/dist/src/layer/cesium/vcsTile/vcsDebugTile.d.ts +3 -2
  72. package/dist/src/layer/cesium/vcsTile/vcsDebugTile.js +1 -1
  73. package/dist/src/layer/cesium/vcsTile/vcsDebugTile.js.map +1 -1
  74. package/dist/src/layer/cesium/vcsTile/vcsNoDataTile.d.ts +3 -2
  75. package/dist/src/layer/cesium/vcsTile/vcsNoDataTile.js +1 -1
  76. package/dist/src/layer/cesium/vcsTile/vcsNoDataTile.js.map +1 -1
  77. package/dist/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.d.ts +6 -5
  78. package/dist/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.js +4 -4
  79. package/dist/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.js.map +1 -1
  80. package/dist/src/layer/cesium/vcsTile/vcsTileHelpers.d.ts +6 -5
  81. package/dist/src/layer/cesium/vcsTile/vcsTileHelpers.js.map +1 -1
  82. package/dist/src/layer/cesium/vcsTile/vcsVectorTile.d.ts +3 -2
  83. package/dist/src/layer/cesium/vcsTile/vcsVectorTile.js +1 -1
  84. package/dist/src/layer/cesium/vcsTile/vcsVectorTile.js.map +1 -1
  85. package/dist/src/layer/cesium/vectorCesiumImpl.js +1 -1
  86. package/dist/src/layer/cesium/vectorCesiumImpl.js.map +1 -1
  87. package/dist/src/layer/cesium/vectorContext.d.ts +9 -8
  88. package/dist/src/layer/cesium/vectorContext.js +6 -5
  89. package/dist/src/layer/cesium/vectorContext.js.map +1 -1
  90. package/dist/src/layer/cesium/vectorRasterTileCesiumImpl.d.ts +1 -1
  91. package/dist/src/layer/cesium/vectorRasterTileCesiumImpl.js +1 -1
  92. package/dist/src/layer/cesium/vectorRasterTileCesiumImpl.js.map +1 -1
  93. package/dist/src/layer/cesium/vectorTileCesiumImpl.d.ts +3 -3
  94. package/dist/src/layer/cesium/vectorTileCesiumImpl.js +2 -1
  95. package/dist/src/layer/cesium/vectorTileCesiumImpl.js.map +1 -1
  96. package/dist/src/layer/cesium/vectorTileImageryProvider.d.ts +1 -1
  97. package/dist/src/layer/cesium/vectorTileImageryProvider.js +3 -2
  98. package/dist/src/layer/cesium/vectorTileImageryProvider.js.map +1 -1
  99. package/dist/src/layer/cesium/wmsCesiumImpl.js +3 -2
  100. package/dist/src/layer/cesium/wmsCesiumImpl.js.map +1 -1
  101. package/dist/src/layer/cesiumTilesetLayer.d.ts +6 -4
  102. package/dist/src/layer/cesiumTilesetLayer.js.map +1 -1
  103. package/dist/src/layer/cogLayer.d.ts +37 -0
  104. package/dist/src/layer/cogLayer.js +119 -0
  105. package/dist/src/layer/cogLayer.js.map +1 -0
  106. package/dist/src/layer/czmlLayer.js.map +1 -1
  107. package/dist/src/layer/dataSourceLayer.d.ts +4 -2
  108. package/dist/src/layer/dataSourceLayer.js +1 -1
  109. package/dist/src/layer/dataSourceLayer.js.map +1 -1
  110. package/dist/src/layer/featureLayer.d.ts +4 -2
  111. package/dist/src/layer/featureLayer.js.map +1 -1
  112. package/dist/src/layer/featureStoreFeatureVisibility.d.ts +2 -1
  113. package/dist/src/layer/featureStoreFeatureVisibility.js.map +1 -1
  114. package/dist/src/layer/featureStoreLayer.d.ts +8 -6
  115. package/dist/src/layer/featureStoreLayer.js +2 -2
  116. package/dist/src/layer/featureStoreLayer.js.map +1 -1
  117. package/dist/src/layer/featureStoreLayerChanges.d.ts +1 -1
  118. package/dist/src/layer/featureStoreLayerChanges.js.map +1 -1
  119. package/dist/src/layer/featureVisibility.d.ts +2 -1
  120. package/dist/src/layer/featureVisibility.js.map +1 -1
  121. package/dist/src/layer/flatGeobufHelpers.d.ts +18 -3
  122. package/dist/src/layer/flatGeobufHelpers.js +21 -1
  123. package/dist/src/layer/flatGeobufHelpers.js.map +1 -1
  124. package/dist/src/layer/flatGeobufLayer.d.ts +2 -1
  125. package/dist/src/layer/flatGeobufLayer.js.map +1 -1
  126. package/dist/src/layer/geojsonHelpers.d.ts +1 -1
  127. package/dist/src/layer/geojsonHelpers.js +8 -6
  128. package/dist/src/layer/geojsonHelpers.js.map +1 -1
  129. package/dist/src/layer/geojsonLayer.d.ts +2 -1
  130. package/dist/src/layer/geojsonLayer.js +3 -1
  131. package/dist/src/layer/geojsonLayer.js.map +1 -1
  132. package/dist/src/layer/globalHider.d.ts +1 -1
  133. package/dist/src/layer/globalHider.js.map +1 -1
  134. package/dist/src/layer/layer.d.ts +9 -7
  135. package/dist/src/layer/layer.js +1 -1
  136. package/dist/src/layer/layer.js.map +1 -1
  137. package/dist/src/layer/oblique/obliqueHelpers.js +2 -0
  138. package/dist/src/layer/oblique/obliqueHelpers.js.map +1 -1
  139. package/dist/src/layer/oblique/sourceObliqueSync.d.ts +1 -1
  140. package/dist/src/layer/oblique/sourceObliqueSync.js +7 -7
  141. package/dist/src/layer/oblique/sourceObliqueSync.js.map +1 -1
  142. package/dist/src/layer/oblique/vectorObliqueImpl.d.ts +2 -2
  143. package/dist/src/layer/oblique/vectorObliqueImpl.js +3 -3
  144. package/dist/src/layer/oblique/vectorObliqueImpl.js.map +1 -1
  145. package/dist/src/layer/openStreetMapLayer.d.ts +5 -4
  146. package/dist/src/layer/openStreetMapLayer.js +1 -1
  147. package/dist/src/layer/openStreetMapLayer.js.map +1 -1
  148. package/dist/src/layer/openlayers/cogOpenlayersImpl.d.ts +23 -0
  149. package/dist/src/layer/openlayers/cogOpenlayersImpl.js +54 -0
  150. package/dist/src/layer/openlayers/cogOpenlayersImpl.js.map +1 -0
  151. package/dist/src/layer/openlayers/layerOpenlayersImpl.d.ts +4 -2
  152. package/dist/src/layer/openlayers/layerOpenlayersImpl.js +5 -4
  153. package/dist/src/layer/openlayers/layerOpenlayersImpl.js.map +1 -1
  154. package/dist/src/layer/openlayers/loadFunctionHelpers.js +0 -1
  155. package/dist/src/layer/openlayers/loadFunctionHelpers.js.map +1 -1
  156. package/dist/src/layer/openlayers/tileDebugOpenlayersImpl.d.ts +1 -1
  157. package/dist/src/layer/openlayers/tileDebugOpenlayersImpl.js +2 -2
  158. package/dist/src/layer/openlayers/tileDebugOpenlayersImpl.js.map +1 -1
  159. package/dist/src/layer/openlayers/vectorOpenlayersImpl.js +1 -1
  160. package/dist/src/layer/openlayers/vectorOpenlayersImpl.js.map +1 -1
  161. package/dist/src/layer/openlayers/vectorTileOpenlayersImpl.js +1 -1
  162. package/dist/src/layer/openlayers/vectorTileOpenlayersImpl.js.map +1 -1
  163. package/dist/src/layer/openlayers/wmsOpenlayersImpl.d.ts +1 -1
  164. package/dist/src/layer/panorama/panoramaDatasetPanoramaImpl.d.ts +13 -0
  165. package/dist/src/layer/panorama/panoramaDatasetPanoramaImpl.js +34 -0
  166. package/dist/src/layer/panorama/panoramaDatasetPanoramaImpl.js.map +1 -0
  167. package/dist/src/layer/panorama/vectorTilePanoramaImpl.d.ts +28 -0
  168. package/dist/src/layer/panorama/vectorTilePanoramaImpl.js +114 -0
  169. package/dist/src/layer/panorama/vectorTilePanoramaImpl.js.map +1 -0
  170. package/dist/src/layer/panoramaDatasetLayer.d.ts +53 -0
  171. package/dist/src/layer/panoramaDatasetLayer.js +192 -0
  172. package/dist/src/layer/panoramaDatasetLayer.js.map +1 -0
  173. package/dist/src/layer/pointCloudLayer.d.ts +8 -5
  174. package/dist/src/layer/pointCloudLayer.js +1 -1
  175. package/dist/src/layer/pointCloudLayer.js.map +1 -1
  176. package/dist/src/layer/rasterLayer.d.ts +6 -4
  177. package/dist/src/layer/rasterLayer.js.map +1 -1
  178. package/dist/src/layer/singleImageLayer.d.ts +3 -2
  179. package/dist/src/layer/singleImageLayer.js.map +1 -1
  180. package/dist/src/layer/terrainHelpers.d.ts +1 -1
  181. package/dist/src/layer/terrainHelpers.js.map +1 -1
  182. package/dist/src/layer/terrainLayer.d.ts +3 -2
  183. package/dist/src/layer/terrainLayer.js.map +1 -1
  184. package/dist/src/layer/tileLoadedHelper.d.ts +2 -2
  185. package/dist/src/layer/tileProvider/flatGeobufTileProvider.d.ts +7 -4
  186. package/dist/src/layer/tileProvider/flatGeobufTileProvider.js +10 -2
  187. package/dist/src/layer/tileProvider/flatGeobufTileProvider.js.map +1 -1
  188. package/dist/src/layer/tileProvider/mvtTileProvider.d.ts +3 -2
  189. package/dist/src/layer/tileProvider/mvtTileProvider.js +3 -3
  190. package/dist/src/layer/tileProvider/mvtTileProvider.js.map +1 -1
  191. package/dist/src/layer/tileProvider/staticFeatureTileProvider.d.ts +3 -2
  192. package/dist/src/layer/tileProvider/staticFeatureTileProvider.js +0 -1
  193. package/dist/src/layer/tileProvider/staticFeatureTileProvider.js.map +1 -1
  194. package/dist/src/layer/tileProvider/staticGeojsonTileProvider.d.ts +2 -1
  195. package/dist/src/layer/tileProvider/staticGeojsonTileProvider.js +0 -1
  196. package/dist/src/layer/tileProvider/staticGeojsonTileProvider.js.map +1 -1
  197. package/dist/src/layer/tileProvider/tileProvider.d.ts +3 -2
  198. package/dist/src/layer/tileProvider/tileProvider.js +10 -3
  199. package/dist/src/layer/tileProvider/tileProvider.js.map +1 -1
  200. package/dist/src/layer/tileProvider/urlTemplateTileProvider.d.ts +2 -1
  201. package/dist/src/layer/tileProvider/urlTemplateTileProvider.js.map +1 -1
  202. package/dist/src/layer/tmsLayer.d.ts +3 -2
  203. package/dist/src/layer/tmsLayer.js +1 -1
  204. package/dist/src/layer/tmsLayer.js.map +1 -1
  205. package/dist/src/layer/vectorHelpers.d.ts +2 -2
  206. package/dist/src/layer/vectorHelpers.js +1 -1
  207. package/dist/src/layer/vectorHelpers.js.map +1 -1
  208. package/dist/src/layer/vectorLayer.d.ts +12 -8
  209. package/dist/src/layer/vectorLayer.js +1 -1
  210. package/dist/src/layer/vectorLayer.js.map +1 -1
  211. package/dist/src/layer/vectorProperties.d.ts +3 -3
  212. package/dist/src/layer/vectorProperties.js +4 -0
  213. package/dist/src/layer/vectorProperties.js.map +1 -1
  214. package/dist/src/layer/vectorSymbols.d.ts +8 -0
  215. package/dist/src/layer/vectorSymbols.js +8 -0
  216. package/dist/src/layer/vectorSymbols.js.map +1 -1
  217. package/dist/src/layer/vectorTileLayer.d.ts +17 -10
  218. package/dist/src/layer/vectorTileLayer.js +8 -1
  219. package/dist/src/layer/vectorTileLayer.js.map +1 -1
  220. package/dist/src/layer/wfsLayer.d.ts +2 -1
  221. package/dist/src/layer/wfsLayer.js +6 -4
  222. package/dist/src/layer/wfsLayer.js.map +1 -1
  223. package/dist/src/layer/wmsHelpers.js +2 -2
  224. package/dist/src/layer/wmsHelpers.js.map +1 -1
  225. package/dist/src/layer/wmsLayer.d.ts +4 -3
  226. package/dist/src/layer/wmsLayer.js.map +1 -1
  227. package/dist/src/layer/wmtsLayer.d.ts +3 -2
  228. package/dist/src/layer/wmtsLayer.js +1 -1
  229. package/dist/src/layer/wmtsLayer.js.map +1 -1
  230. package/dist/src/map/baseOLMap.d.ts +1 -1
  231. package/dist/src/map/baseOLMap.js +17 -8
  232. package/dist/src/map/baseOLMap.js.map +1 -1
  233. package/dist/src/map/cameraLimiter.d.ts +2 -1
  234. package/dist/src/map/cameraLimiter.js.map +1 -1
  235. package/dist/src/map/cesiumMap.d.ts +5 -7
  236. package/dist/src/map/cesiumMap.js +27 -186
  237. package/dist/src/map/cesiumMap.js.map +1 -1
  238. package/dist/src/map/cesiumMapHelpers.d.ts +7 -0
  239. package/dist/src/map/cesiumMapHelpers.js +144 -0
  240. package/dist/src/map/cesiumMapHelpers.js.map +1 -0
  241. package/dist/src/map/navigation/cameraHelper.d.ts +3 -2
  242. package/dist/src/map/navigation/cameraHelper.js.map +1 -1
  243. package/dist/src/map/navigation/cesiumNavigation.d.ts +4 -3
  244. package/dist/src/map/navigation/cesiumNavigation.js.map +1 -1
  245. package/dist/src/map/navigation/controller/controller.d.ts +1 -1
  246. package/dist/src/map/navigation/controller/controller.js +2 -2
  247. package/dist/src/map/navigation/controller/controller.js.map +1 -1
  248. package/dist/src/map/navigation/controller/keyboardController.d.ts +3 -2
  249. package/dist/src/map/navigation/controller/keyboardController.js +4 -2
  250. package/dist/src/map/navigation/controller/keyboardController.js.map +1 -1
  251. package/dist/src/map/navigation/easingHelper.d.ts +1 -1
  252. package/dist/src/map/navigation/easingHelper.js +1 -1
  253. package/dist/src/map/navigation/easingHelper.js.map +1 -1
  254. package/dist/src/map/navigation/navigation.d.ts +6 -6
  255. package/dist/src/map/navigation/navigation.js +6 -2
  256. package/dist/src/map/navigation/navigation.js.map +1 -1
  257. package/dist/src/map/navigation/navigationImpl.d.ts +2 -2
  258. package/dist/src/map/navigation/obliqueNavigation.d.ts +4 -3
  259. package/dist/src/map/navigation/obliqueNavigation.js +3 -1
  260. package/dist/src/map/navigation/obliqueNavigation.js.map +1 -1
  261. package/dist/src/map/navigation/openlayersNavigation.d.ts +4 -3
  262. package/dist/src/map/navigation/openlayersNavigation.js.map +1 -1
  263. package/dist/src/map/navigation/viewHelper.d.ts +2 -2
  264. package/dist/src/map/navigation/viewHelper.js +0 -1
  265. package/dist/src/map/navigation/viewHelper.js.map +1 -1
  266. package/dist/src/map/obliqueMap.d.ts +3 -3
  267. package/dist/src/map/obliqueMap.js +1 -1
  268. package/dist/src/map/obliqueMap.js.map +1 -1
  269. package/dist/src/map/panoramaMap.d.ts +98 -0
  270. package/dist/src/map/panoramaMap.js +298 -0
  271. package/dist/src/map/panoramaMap.js.map +1 -0
  272. package/dist/src/map/vcsMap.d.ts +3 -3
  273. package/dist/src/map/vcsMap.js +17 -11
  274. package/dist/src/map/vcsMap.js.map +1 -1
  275. package/dist/src/moduleIdSymbol.js +0 -1
  276. package/dist/src/moduleIdSymbol.js.map +1 -1
  277. package/dist/src/oblique/defaultObliqueCollection.js +3 -1
  278. package/dist/src/oblique/defaultObliqueCollection.js.map +1 -1
  279. package/dist/src/oblique/helpers.d.ts +1 -1
  280. package/dist/src/oblique/helpers.js +1 -1
  281. package/dist/src/oblique/helpers.js.map +1 -1
  282. package/dist/src/oblique/obliqueCollection.d.ts +3 -2
  283. package/dist/src/oblique/obliqueCollection.js.map +1 -1
  284. package/dist/src/oblique/obliqueDataSet.d.ts +2 -1
  285. package/dist/src/oblique/obliqueDataSet.js.map +1 -1
  286. package/dist/src/oblique/obliqueImage.d.ts +1 -1
  287. package/dist/src/oblique/obliqueProvider.d.ts +1 -1
  288. package/dist/src/oblique/obliqueProvider.js.map +1 -1
  289. package/dist/src/oblique/obliqueView.js +1 -0
  290. package/dist/src/oblique/obliqueView.js.map +1 -1
  291. package/dist/src/oblique/parseImageJson.js +2 -3
  292. package/dist/src/oblique/parseImageJson.js.map +1 -1
  293. package/dist/src/ol/feature.js.map +1 -1
  294. package/dist/src/ol/geom/circle.js.map +1 -1
  295. package/dist/src/ol/render/canvas/canvasTileRenderer.js +0 -1
  296. package/dist/src/ol/render/canvas/canvasTileRenderer.js.map +1 -1
  297. package/dist/src/ol/source/ClusterEnhancedVectorSource.d.ts +1 -1
  298. package/dist/src/ol/source/VcsCluster.d.ts +3 -3
  299. package/dist/src/ol/source/VcsCluster.js.map +1 -1
  300. package/dist/src/overrideClassRegistry.d.ts +3 -3
  301. package/dist/src/overrideClassRegistry.js +1 -0
  302. package/dist/src/overrideClassRegistry.js.map +1 -1
  303. package/dist/src/panorama/fieldOfView.d.ts +57 -0
  304. package/dist/src/panorama/fieldOfView.js +135 -0
  305. package/dist/src/panorama/fieldOfView.js.map +1 -0
  306. package/dist/src/panorama/panoramaCameraController.d.ts +35 -0
  307. package/dist/src/panorama/panoramaCameraController.js +146 -0
  308. package/dist/src/panorama/panoramaCameraController.js.map +1 -0
  309. package/dist/src/panorama/panoramaImage.d.ts +135 -0
  310. package/dist/src/panorama/panoramaImage.js +269 -0
  311. package/dist/src/panorama/panoramaImage.js.map +1 -0
  312. package/dist/src/panorama/panoramaImageView.d.ts +25 -0
  313. package/dist/src/panorama/panoramaImageView.js +328 -0
  314. package/dist/src/panorama/panoramaImageView.js.map +1 -0
  315. package/dist/src/panorama/panoramaTile.d.ts +23 -0
  316. package/dist/src/panorama/panoramaTile.js +101 -0
  317. package/dist/src/panorama/panoramaTile.js.map +1 -0
  318. package/dist/src/panorama/panoramaTileCache.d.ts +16 -0
  319. package/dist/src/panorama/panoramaTileCache.js +34 -0
  320. package/dist/src/panorama/panoramaTileCache.js.map +1 -0
  321. package/dist/src/panorama/panoramaTileCoordinate.d.ts +56 -0
  322. package/dist/src/panorama/panoramaTileCoordinate.js +110 -0
  323. package/dist/src/panorama/panoramaTileCoordinate.js.map +1 -0
  324. package/dist/src/panorama/panoramaTileMaterial.d.ts +96 -0
  325. package/dist/src/panorama/panoramaTileMaterial.js +213 -0
  326. package/dist/src/panorama/panoramaTileMaterial.js.map +1 -0
  327. package/dist/src/panorama/panoramaTileMaterialFS.shader.d.ts +2 -0
  328. package/dist/src/panorama/panoramaTileMaterialFS.shader.js +170 -0
  329. package/dist/src/panorama/panoramaTileMaterialFS.shader.js.map +1 -0
  330. package/dist/src/panorama/panoramaTilePrimitiveCollection.d.ts +31 -0
  331. package/dist/src/panorama/panoramaTilePrimitiveCollection.js +113 -0
  332. package/dist/src/panorama/panoramaTilePrimitiveCollection.js.map +1 -0
  333. package/dist/src/panorama/panoramaTileProvider.d.ts +67 -0
  334. package/dist/src/panorama/panoramaTileProvider.js +312 -0
  335. package/dist/src/panorama/panoramaTileProvider.js.map +1 -0
  336. package/dist/src/panorama/sphericalCoordinates.d.ts +20 -0
  337. package/dist/src/panorama/sphericalCoordinates.js +78 -0
  338. package/dist/src/panorama/sphericalCoordinates.js.map +1 -0
  339. package/dist/src/style/arrowStyle.d.ts +1 -1
  340. package/dist/src/style/arrowStyle.js.map +1 -1
  341. package/dist/src/style/declarativeStyleItem.d.ts +1 -1
  342. package/dist/src/style/declarativeStyleItem.js +12 -14
  343. package/dist/src/style/declarativeStyleItem.js.map +1 -1
  344. package/dist/src/style/styleFactory.d.ts +2 -2
  345. package/dist/src/style/styleFactory.js +1 -2
  346. package/dist/src/style/styleFactory.js.map +1 -1
  347. package/dist/src/style/styleHelpers.d.ts +2 -2
  348. package/dist/src/style/styleHelpers.js +6 -6
  349. package/dist/src/style/styleHelpers.js.map +1 -1
  350. package/dist/src/style/styleItem.d.ts +4 -2
  351. package/dist/src/style/styleItem.js +3 -1
  352. package/dist/src/style/styleItem.js.map +1 -1
  353. package/dist/src/style/vectorStyleItem.d.ts +7 -5
  354. package/dist/src/style/vectorStyleItem.js +9 -19
  355. package/dist/src/style/vectorStyleItem.js.map +1 -1
  356. package/dist/src/style/writeStyle.d.ts +2 -2
  357. package/dist/src/style/writeStyle.js.map +1 -1
  358. package/dist/src/util/clipping/clippingObject.js.map +1 -1
  359. package/dist/src/util/clipping/clippingObjectManager.js.map +1 -1
  360. package/dist/src/util/clipping/clippingPolygonHelper.d.ts +2 -1
  361. package/dist/src/util/clipping/clippingPolygonHelper.js.map +1 -1
  362. package/dist/src/util/clipping/clippingPolygonObject.d.ts +4 -3
  363. package/dist/src/util/clipping/clippingPolygonObject.js.map +1 -1
  364. package/dist/src/util/clipping/clippingPolygonObjectCollection.d.ts +3 -4
  365. package/dist/src/util/clipping/clippingPolygonObjectCollection.js +37 -11
  366. package/dist/src/util/clipping/clippingPolygonObjectCollection.js.map +1 -1
  367. package/dist/src/util/collection.js.map +1 -1
  368. package/dist/src/util/createAbsoluteFeature.d.ts +4 -0
  369. package/dist/src/util/createAbsoluteFeature.js +98 -0
  370. package/dist/src/util/createAbsoluteFeature.js.map +1 -0
  371. package/dist/src/util/displayQuality/displayQuality.d.ts +3 -5
  372. package/dist/src/util/displayQuality/displayQuality.js +4 -5
  373. package/dist/src/util/displayQuality/displayQuality.js.map +1 -1
  374. package/dist/src/util/editor/createFeatureSession.d.ts +4 -3
  375. package/dist/src/util/editor/createFeatureSession.js.map +1 -1
  376. package/dist/src/util/editor/editFeaturesSession.d.ts +2 -1
  377. package/dist/src/util/editor/editFeaturesSession.js +3 -1
  378. package/dist/src/util/editor/editFeaturesSession.js.map +1 -1
  379. package/dist/src/util/editor/editGeometrySession.d.ts +3 -2
  380. package/dist/src/util/editor/editGeometrySession.js.map +1 -1
  381. package/dist/src/util/editor/editorHelpers.d.ts +5 -4
  382. package/dist/src/util/editor/editorHelpers.js +4 -0
  383. package/dist/src/util/editor/editorHelpers.js.map +1 -1
  384. package/dist/src/util/editor/editorSessionHelpers.d.ts +3 -3
  385. package/dist/src/util/editor/editorSessionHelpers.js.map +1 -1
  386. package/dist/src/util/editor/interactions/createCircleInteraction.d.ts +2 -1
  387. package/dist/src/util/editor/interactions/createCircleInteraction.js.map +1 -1
  388. package/dist/src/util/editor/interactions/createLineStringInteraction.d.ts +3 -2
  389. package/dist/src/util/editor/interactions/createLineStringInteraction.js.map +1 -1
  390. package/dist/src/util/editor/interactions/createPointInteraction.d.ts +3 -2
  391. package/dist/src/util/editor/interactions/createPointInteraction.js.map +1 -1
  392. package/dist/src/util/editor/interactions/createPolygonInteraction.d.ts +3 -2
  393. package/dist/src/util/editor/interactions/createPolygonInteraction.js.map +1 -1
  394. package/dist/src/util/editor/interactions/creationSnapping.d.ts +2 -2
  395. package/dist/src/util/editor/interactions/creationSnapping.js +1 -1
  396. package/dist/src/util/editor/interactions/creationSnapping.js.map +1 -1
  397. package/dist/src/util/editor/interactions/editFeaturesMouseOverInteraction.d.ts +2 -1
  398. package/dist/src/util/editor/interactions/editFeaturesMouseOverInteraction.js.map +1 -1
  399. package/dist/src/util/editor/interactions/editGeometryMouseOverInteraction.d.ts +2 -1
  400. package/dist/src/util/editor/interactions/editGeometryMouseOverInteraction.js.map +1 -1
  401. package/dist/src/util/editor/interactions/ensureHandlerSelectionInteraction.d.ts +2 -1
  402. package/dist/src/util/editor/interactions/ensureHandlerSelectionInteraction.js.map +1 -1
  403. package/dist/src/util/editor/interactions/insertVertexInteraction.d.ts +3 -2
  404. package/dist/src/util/editor/interactions/insertVertexInteraction.js.map +1 -1
  405. package/dist/src/util/editor/interactions/layerSnapping.d.ts +4 -4
  406. package/dist/src/util/editor/interactions/layerSnapping.js +1 -1
  407. package/dist/src/util/editor/interactions/layerSnapping.js.map +1 -1
  408. package/dist/src/util/editor/interactions/mapInteractionController.d.ts +2 -1
  409. package/dist/src/util/editor/interactions/mapInteractionController.js +1 -0
  410. package/dist/src/util/editor/interactions/mapInteractionController.js.map +1 -1
  411. package/dist/src/util/editor/interactions/removeVertexInteraction.d.ts +3 -2
  412. package/dist/src/util/editor/interactions/removeVertexInteraction.js.map +1 -1
  413. package/dist/src/util/editor/interactions/rightClickInteraction.d.ts +2 -1
  414. package/dist/src/util/editor/interactions/rightClickInteraction.js.map +1 -1
  415. package/dist/src/util/editor/interactions/segmentLengthInteraction.d.ts +2 -1
  416. package/dist/src/util/editor/interactions/segmentLengthInteraction.js.map +1 -1
  417. package/dist/src/util/editor/interactions/selectFeatureMouseOverInteraction.d.ts +3 -2
  418. package/dist/src/util/editor/interactions/selectFeatureMouseOverInteraction.js +13 -13
  419. package/dist/src/util/editor/interactions/selectFeatureMouseOverInteraction.js.map +1 -1
  420. package/dist/src/util/editor/interactions/selectMultiFeatureInteraction.d.ts +3 -3
  421. package/dist/src/util/editor/interactions/selectMultiFeatureInteraction.js +1 -1
  422. package/dist/src/util/editor/interactions/selectMultiFeatureInteraction.js.map +1 -1
  423. package/dist/src/util/editor/interactions/selectSingleFeatureInteraction.d.ts +2 -1
  424. package/dist/src/util/editor/interactions/selectSingleFeatureInteraction.js +1 -1
  425. package/dist/src/util/editor/interactions/selectSingleFeatureInteraction.js.map +1 -1
  426. package/dist/src/util/editor/interactions/translateVertexInteraction.d.ts +3 -2
  427. package/dist/src/util/editor/interactions/translateVertexInteraction.js.map +1 -1
  428. package/dist/src/util/editor/interactions/translationSnapping.d.ts +2 -2
  429. package/dist/src/util/editor/interactions/translationSnapping.js +1 -1
  430. package/dist/src/util/editor/interactions/translationSnapping.js.map +1 -1
  431. package/dist/src/util/editor/selectFeaturesSession.d.ts +3 -2
  432. package/dist/src/util/editor/selectFeaturesSession.js +1 -1
  433. package/dist/src/util/editor/selectFeaturesSession.js.map +1 -1
  434. package/dist/src/util/editor/snappingHelpers.d.ts +3 -3
  435. package/dist/src/util/editor/snappingHelpers.js.map +1 -1
  436. package/dist/src/util/editor/transformation/create2DHandlers.d.ts +2 -1
  437. package/dist/src/util/editor/transformation/create2DHandlers.js.map +1 -1
  438. package/dist/src/util/editor/transformation/create3DHandlers.d.ts +3 -2
  439. package/dist/src/util/editor/transformation/create3DHandlers.js.map +1 -1
  440. package/dist/src/util/editor/transformation/extrudeInteraction.d.ts +3 -2
  441. package/dist/src/util/editor/transformation/extrudeInteraction.js +1 -1
  442. package/dist/src/util/editor/transformation/extrudeInteraction.js.map +1 -1
  443. package/dist/src/util/editor/transformation/rotateInteraction.d.ts +4 -2
  444. package/dist/src/util/editor/transformation/rotateInteraction.js +1 -1
  445. package/dist/src/util/editor/transformation/rotateInteraction.js.map +1 -1
  446. package/dist/src/util/editor/transformation/scaleInteraction.d.ts +3 -2
  447. package/dist/src/util/editor/transformation/scaleInteraction.js +1 -1
  448. package/dist/src/util/editor/transformation/scaleInteraction.js.map +1 -1
  449. package/dist/src/util/editor/transformation/transformationHandler.d.ts +2 -1
  450. package/dist/src/util/editor/transformation/transformationHandler.js +1 -1
  451. package/dist/src/util/editor/transformation/transformationHandler.js.map +1 -1
  452. package/dist/src/util/editor/transformation/translateInteraction.d.ts +3 -2
  453. package/dist/src/util/editor/transformation/translateInteraction.js +2 -2
  454. package/dist/src/util/editor/transformation/translateInteraction.js.map +1 -1
  455. package/dist/src/util/exclusiveManager.d.ts +1 -1
  456. package/dist/src/util/exclusiveManager.js.map +1 -1
  457. package/dist/src/util/featureconverter/arcToCesium.d.ts +1 -1
  458. package/dist/src/util/featureconverter/arcToCesium.js +1 -2
  459. package/dist/src/util/featureconverter/arcToCesium.js.map +1 -1
  460. package/dist/src/util/featureconverter/circleToCesium.d.ts +1 -1
  461. package/dist/src/util/featureconverter/circleToCesium.js +1 -1
  462. package/dist/src/util/featureconverter/circleToCesium.js.map +1 -1
  463. package/dist/src/util/featureconverter/clampedPrimitive.d.ts +2 -1
  464. package/dist/src/util/featureconverter/clampedPrimitive.js +0 -1
  465. package/dist/src/util/featureconverter/clampedPrimitive.js.map +1 -1
  466. package/dist/src/util/featureconverter/convert.d.ts +4 -3
  467. package/dist/src/util/featureconverter/convert.js +1 -1
  468. package/dist/src/util/featureconverter/convert.js.map +1 -1
  469. package/dist/src/util/featureconverter/extent3D.d.ts +2 -2
  470. package/dist/src/util/featureconverter/extent3D.js.map +1 -1
  471. package/dist/src/util/featureconverter/lineStringToCesium.d.ts +5 -5
  472. package/dist/src/util/featureconverter/lineStringToCesium.js +1 -2
  473. package/dist/src/util/featureconverter/lineStringToCesium.js.map +1 -1
  474. package/dist/src/util/featureconverter/pointHelpers.d.ts +6 -5
  475. package/dist/src/util/featureconverter/pointHelpers.js +2 -3
  476. package/dist/src/util/featureconverter/pointHelpers.js.map +1 -1
  477. package/dist/src/util/featureconverter/pointToCesium.d.ts +6 -11
  478. package/dist/src/util/featureconverter/pointToCesium.js +3 -20
  479. package/dist/src/util/featureconverter/pointToCesium.js.map +1 -1
  480. package/dist/src/util/featureconverter/polygonToCesium.d.ts +1 -1
  481. package/dist/src/util/featureconverter/polygonToCesium.js +1 -1
  482. package/dist/src/util/featureconverter/polygonToCesium.js.map +1 -1
  483. package/dist/src/util/featureconverter/storeyHelpers.d.ts +2 -2
  484. package/dist/src/util/featureconverter/vectorGeometryFactory.d.ts +2 -2
  485. package/dist/src/util/featureconverter/vectorGeometryFactory.js.map +1 -1
  486. package/dist/src/util/featureconverter/vectorHeightInfo.d.ts +8 -2
  487. package/dist/src/util/featureconverter/vectorHeightInfo.js +17 -0
  488. package/dist/src/util/featureconverter/vectorHeightInfo.js.map +1 -1
  489. package/dist/src/util/flight/flightAnchor.js +4 -3
  490. package/dist/src/util/flight/flightAnchor.js.map +1 -1
  491. package/dist/src/util/flight/flightCollection.d.ts +2 -2
  492. package/dist/src/util/flight/flightCollection.js.map +1 -1
  493. package/dist/src/util/flight/flightHelpers.d.ts +1 -1
  494. package/dist/src/util/flight/flightInstance.d.ts +3 -2
  495. package/dist/src/util/flight/flightInstance.js.map +1 -1
  496. package/dist/src/util/flight/flightPlayer.js +1 -1
  497. package/dist/src/util/flight/flightPlayer.js.map +1 -1
  498. package/dist/src/util/flight/flightRecorder.d.ts +10 -0
  499. package/dist/src/util/flight/flightRecorder.js +172 -0
  500. package/dist/src/util/flight/flightRecorder.js.map +1 -0
  501. package/dist/src/util/flight/flightVisualizer.d.ts +1 -1
  502. package/dist/src/util/flight/flightVisualizer.js.map +1 -1
  503. package/dist/src/util/geometryHelpers.d.ts +3 -5
  504. package/dist/src/util/geometryHelpers.js +0 -91
  505. package/dist/src/util/geometryHelpers.js.map +1 -1
  506. package/dist/src/util/hiddenObjects.d.ts +2 -2
  507. package/dist/src/util/hiddenObjects.js +0 -1
  508. package/dist/src/util/hiddenObjects.js.map +1 -1
  509. package/dist/src/util/indexedCollection.js.map +1 -1
  510. package/dist/src/util/isMobile.js +3 -2
  511. package/dist/src/util/isMobile.js.map +1 -1
  512. package/dist/src/util/layerCollection.d.ts +6 -1
  513. package/dist/src/util/layerCollection.js +5 -1
  514. package/dist/src/util/layerCollection.js.map +1 -1
  515. package/dist/src/util/locale.js +0 -1
  516. package/dist/src/util/locale.js.map +1 -1
  517. package/dist/src/util/mapCollection.d.ts +9 -4
  518. package/dist/src/util/mapCollection.js +67 -34
  519. package/dist/src/util/mapCollection.js.map +1 -1
  520. package/dist/src/util/math.d.ts +4 -1
  521. package/dist/src/util/math.js +20 -1
  522. package/dist/src/util/math.js.map +1 -1
  523. package/dist/src/util/overrideCollection.d.ts +1 -1
  524. package/dist/src/util/overrideCollection.js +3 -1
  525. package/dist/src/util/overrideCollection.js.map +1 -1
  526. package/dist/src/util/projection.d.ts +1 -1
  527. package/dist/src/util/projection.js +2 -2
  528. package/dist/src/util/projection.js.map +1 -1
  529. package/dist/src/util/renderScreenshot.d.ts +1 -1
  530. package/dist/src/util/rotation.d.ts +4 -3
  531. package/dist/src/util/rotation.js +1 -1
  532. package/dist/src/util/rotation.js.map +1 -1
  533. package/dist/src/util/urlHelpers.js +0 -1
  534. package/dist/src/util/urlHelpers.js.map +1 -1
  535. package/dist/src/util/vcsTemplate.js +2 -4
  536. package/dist/src/util/vcsTemplate.js.map +1 -1
  537. package/dist/src/util/viewpoint.d.ts +6 -2
  538. package/dist/src/util/viewpoint.js +11 -1
  539. package/dist/src/util/viewpoint.js.map +1 -1
  540. package/dist/src/vcsApp.d.ts +7 -6
  541. package/dist/src/vcsApp.js +20 -14
  542. package/dist/src/vcsApp.js.map +1 -1
  543. package/dist/src/vcsEvent.js.map +1 -1
  544. package/dist/src/vcsModuleHelpers.js +3 -3
  545. package/dist/src/vcsModuleHelpers.js.map +1 -1
  546. package/dist/src/vectorCluster/vectorClusterCesiumContext.d.ts +4 -4
  547. package/dist/src/vectorCluster/vectorClusterCesiumContext.js +1 -1
  548. package/dist/src/vectorCluster/vectorClusterCesiumContext.js.map +1 -1
  549. package/dist/src/vectorCluster/vectorClusterGroup.d.ts +9 -6
  550. package/dist/src/vectorCluster/vectorClusterGroup.js +17 -5
  551. package/dist/src/vectorCluster/vectorClusterGroup.js.map +1 -1
  552. package/dist/src/vectorCluster/vectorClusterGroupCesiumImpl.d.ts +2 -2
  553. package/dist/src/vectorCluster/vectorClusterGroupCesiumImpl.js +1 -1
  554. package/dist/src/vectorCluster/vectorClusterGroupCesiumImpl.js.map +1 -1
  555. package/dist/src/vectorCluster/vectorClusterGroupCollection.d.ts +1 -1
  556. package/dist/src/vectorCluster/vectorClusterGroupImpl.d.ts +5 -5
  557. package/dist/src/vectorCluster/vectorClusterGroupObliqueImpl.d.ts +2 -2
  558. package/dist/src/vectorCluster/vectorClusterGroupObliqueImpl.js +1 -1
  559. package/dist/src/vectorCluster/vectorClusterGroupObliqueImpl.js.map +1 -1
  560. package/dist/src/vectorCluster/vectorClusterGroupOpenlayersImpl.d.ts +2 -2
  561. package/dist/src/vectorCluster/vectorClusterStyleItem.d.ts +4 -3
  562. package/dist/src/vectorCluster/vectorClusterStyleItem.js.map +1 -1
  563. package/dist/src/vectorCluster/vectorClusterSymbols.js +0 -1
  564. package/dist/src/vectorCluster/vectorClusterSymbols.js.map +1 -1
  565. package/dist/src/workers/panoramaImageWorker.d.ts +1 -0
  566. package/dist/src/workers/panoramaImageWorker.js +34 -0
  567. package/dist/src/workers/panoramaImageWorker.js.map +1 -0
  568. package/dist/tests/data/cog/test_grey_world.tif +0 -0
  569. package/dist/tests/data/cog/test_rgb.tif +0 -0
  570. package/dist/tests/data/cog/test_rgb_world.tif +0 -0
  571. package/dist/tests/data/panorama/badOrientation.tif +0 -0
  572. package/dist/tests/data/panorama/badPosition.tif +0 -0
  573. package/dist/tests/data/panorama/lowOverview.tif +0 -0
  574. package/dist/tests/data/panorama/noVersionDepth.tif +0 -0
  575. package/dist/tests/data/panorama/noVersionRgb.tif +0 -0
  576. package/dist/tests/data/panorama/testDepthGeotiff.tif +0 -0
  577. package/dist/tests/data/panorama/testRgbGeotiff.tif +0 -0
  578. package/dist/tests/unit/helpers/cesiumHelpers.d.ts +6 -2
  579. package/dist/tests/unit/helpers/cesiumHelpers.js +15 -6
  580. package/dist/tests/unit/helpers/cesiumHelpers.js.map +1 -1
  581. package/dist/tests/unit/helpers/flatGeobufHelpers.d.ts +2 -0
  582. package/dist/tests/unit/helpers/flatGeobufHelpers.js +13 -0
  583. package/dist/tests/unit/helpers/flatGeobufHelpers.js.map +1 -0
  584. package/dist/tests/unit/helpers/helpers.d.ts +4 -0
  585. package/dist/tests/unit/helpers/helpers.js +26 -1
  586. package/dist/tests/unit/helpers/helpers.js.map +1 -1
  587. package/dist/tests/unit/helpers/panoramaHelpers.d.ts +30 -0
  588. package/dist/tests/unit/helpers/panoramaHelpers.js +76 -0
  589. package/dist/tests/unit/helpers/panoramaHelpers.js.map +1 -0
  590. package/index.ts +325 -279
  591. package/package.json +17 -49
  592. package/src/category/category.ts +9 -6
  593. package/src/category/categoryCollection.ts +4 -3
  594. package/src/cesium/cesium.d.ts +57 -18
  595. package/src/cesium/cesium3DTileFeature.ts +6 -7
  596. package/src/cesium/cesiumVcsCameraPrimitive.ts +6 -5
  597. package/src/cesium/entity.ts +1 -1
  598. package/src/classRegistry.ts +19 -18
  599. package/src/featureProvider/abstractFeatureProvider.ts +8 -4
  600. package/src/featureProvider/wmsFeatureProvider.ts +97 -23
  601. package/src/global.d.ts +6 -1
  602. package/src/interaction/abstractInteraction.ts +5 -5
  603. package/src/interaction/coordinateAtPixel.ts +37 -0
  604. package/src/interaction/eventHandler.ts +6 -8
  605. package/src/interaction/featureAtPixelInteraction.ts +24 -13
  606. package/src/interaction/featureProviderInteraction.ts +6 -7
  607. package/src/interaction/interactionType.ts +1 -0
  608. package/src/interaction/panoramaFeatureHighlight.ts +109 -0
  609. package/src/interaction/panoramaImageSelection.ts +37 -0
  610. package/src/layer/cesium/cesiumTilesetCesiumImpl.ts +14 -10
  611. package/src/layer/cesium/cogCesiumImpl.ts +36 -0
  612. package/src/layer/cesium/cogImageryProvider.ts +389 -0
  613. package/src/layer/cesium/dataSourceCesiumImpl.ts +8 -6
  614. package/src/layer/cesium/resourceHelper.ts +0 -1
  615. package/src/layer/cesium/sourceVectorContextSync.ts +4 -4
  616. package/src/layer/cesium/terrainCesiumImpl.ts +1 -1
  617. package/src/layer/cesium/vcsTile/vcsChildTile.ts +3 -3
  618. package/src/layer/cesium/vcsTile/vcsDebugTile.ts +5 -10
  619. package/src/layer/cesium/vcsTile/vcsNoDataTile.ts +3 -3
  620. package/src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.ts +19 -17
  621. package/src/layer/cesium/vcsTile/vcsTileHelpers.ts +10 -8
  622. package/src/layer/cesium/vcsTile/vcsVectorTile.ts +7 -11
  623. package/src/layer/cesium/vectorCesiumImpl.ts +2 -4
  624. package/src/layer/cesium/vectorContext.ts +32 -25
  625. package/src/layer/cesium/vectorRasterTileCesiumImpl.ts +2 -2
  626. package/src/layer/cesium/vectorTileCesiumImpl.ts +5 -7
  627. package/src/layer/cesium/vectorTileImageryProvider.ts +4 -4
  628. package/src/layer/cesium/wmsCesiumImpl.ts +3 -2
  629. package/src/layer/cesiumTilesetLayer.ts +6 -8
  630. package/src/layer/cogLayer.ts +162 -0
  631. package/src/layer/czmlLayer.ts +2 -2
  632. package/src/layer/dataSourceLayer.ts +4 -6
  633. package/src/layer/featureLayer.ts +6 -4
  634. package/src/layer/featureStoreFeatureVisibility.ts +2 -1
  635. package/src/layer/featureStoreLayer.ts +18 -14
  636. package/src/layer/featureStoreLayerChanges.ts +7 -7
  637. package/src/layer/featureVisibility.ts +3 -2
  638. package/src/layer/flatGeobufHelpers.ts +46 -6
  639. package/src/layer/flatGeobufLayer.ts +2 -1
  640. package/src/layer/geojsonHelpers.ts +11 -8
  641. package/src/layer/geojsonLayer.ts +8 -5
  642. package/src/layer/globalHider.ts +5 -3
  643. package/src/layer/layer.ts +14 -14
  644. package/src/layer/oblique/obliqueHelpers.ts +2 -0
  645. package/src/layer/oblique/sourceObliqueSync.ts +9 -9
  646. package/src/layer/oblique/vectorObliqueImpl.ts +6 -8
  647. package/src/layer/openStreetMapLayer.ts +7 -8
  648. package/src/layer/openlayers/cogOpenlayersImpl.ts +75 -0
  649. package/src/layer/openlayers/layerOpenlayersImpl.ts +9 -7
  650. package/src/layer/openlayers/loadFunctionHelpers.ts +0 -1
  651. package/src/layer/openlayers/tileDebugOpenlayersImpl.ts +3 -3
  652. package/src/layer/openlayers/vectorOpenlayersImpl.ts +1 -1
  653. package/src/layer/openlayers/vectorTileOpenlayersImpl.ts +3 -3
  654. package/src/layer/openlayers/wmsOpenlayersImpl.ts +1 -1
  655. package/src/layer/panorama/panoramaDatasetPanoramaImpl.ts +49 -0
  656. package/src/layer/panorama/vectorTilePanoramaImpl.ts +163 -0
  657. package/src/layer/panoramaDatasetLayer.ts +272 -0
  658. package/src/layer/pointCloudLayer.ts +9 -12
  659. package/src/layer/rasterLayer.ts +6 -5
  660. package/src/layer/singleImageLayer.ts +3 -2
  661. package/src/layer/terrainHelpers.ts +2 -1
  662. package/src/layer/terrainLayer.ts +3 -2
  663. package/src/layer/tileLoadedHelper.ts +2 -2
  664. package/src/layer/tileProvider/flatGeobufTileProvider.ts +22 -10
  665. package/src/layer/tileProvider/mvtTileProvider.ts +4 -6
  666. package/src/layer/tileProvider/staticFeatureTileProvider.ts +3 -3
  667. package/src/layer/tileProvider/staticGeojsonTileProvider.ts +2 -2
  668. package/src/layer/tileProvider/tileProvider.ts +15 -10
  669. package/src/layer/tileProvider/urlTemplateTileProvider.ts +2 -1
  670. package/src/layer/tmsLayer.ts +3 -3
  671. package/src/layer/vectorHelpers.ts +3 -4
  672. package/src/layer/vectorLayer.ts +14 -15
  673. package/src/layer/vectorProperties.ts +27 -16
  674. package/src/layer/vectorSymbols.ts +10 -0
  675. package/src/layer/vectorTileLayer.ts +39 -29
  676. package/src/layer/wfsLayer.ts +10 -7
  677. package/src/layer/wmsHelpers.ts +2 -2
  678. package/src/layer/wmsLayer.ts +5 -5
  679. package/src/layer/wmtsLayer.ts +3 -3
  680. package/src/map/baseOLMap.ts +18 -9
  681. package/src/map/cameraLimiter.ts +1 -1
  682. package/src/map/cesiumMap.ts +49 -265
  683. package/src/map/cesiumMapHelpers.ts +219 -0
  684. package/src/map/navigation/cameraHelper.ts +2 -3
  685. package/src/map/navigation/cesiumNavigation.ts +5 -4
  686. package/src/map/navigation/controller/controller.ts +3 -6
  687. package/src/map/navigation/controller/keyboardController.ts +7 -7
  688. package/src/map/navigation/easingHelper.ts +2 -5
  689. package/src/map/navigation/navigation.ts +18 -14
  690. package/src/map/navigation/navigationImpl.ts +2 -2
  691. package/src/map/navigation/obliqueNavigation.ts +7 -6
  692. package/src/map/navigation/openlayersNavigation.ts +4 -3
  693. package/src/map/navigation/viewHelper.ts +2 -3
  694. package/src/map/obliqueMap.ts +7 -9
  695. package/src/map/panoramaMap.ts +415 -0
  696. package/src/map/vcsMap.ts +19 -16
  697. package/src/moduleIdSymbol.ts +0 -1
  698. package/src/oblique/defaultObliqueCollection.ts +1 -0
  699. package/src/oblique/helpers.ts +2 -4
  700. package/src/oblique/obliqueCollection.ts +7 -7
  701. package/src/oblique/obliqueDataSet.ts +7 -6
  702. package/src/oblique/obliqueImage.ts +1 -1
  703. package/src/oblique/obliqueProvider.ts +3 -3
  704. package/src/oblique/obliqueView.ts +1 -0
  705. package/src/oblique/parseImageJson.ts +11 -12
  706. package/src/ol/feature.ts +1 -0
  707. package/src/ol/geojson.d.ts +3 -2
  708. package/src/ol/geom/circle.ts +1 -1
  709. package/src/ol/ol.d.ts +27 -29
  710. package/src/ol/render/canvas/canvasTileRenderer.js +0 -1
  711. package/src/ol/source/ClusterEnhancedVectorSource.ts +1 -1
  712. package/src/ol/source/VcsCluster.ts +4 -4
  713. package/src/overrideClassRegistry.ts +14 -10
  714. package/src/panorama/fieldOfView.ts +254 -0
  715. package/src/panorama/panoramaCameraController.ts +206 -0
  716. package/src/panorama/panoramaImage.ts +531 -0
  717. package/src/panorama/panoramaImageView.ts +445 -0
  718. package/src/panorama/panoramaTile.ts +154 -0
  719. package/src/panorama/panoramaTileCache.ts +40 -0
  720. package/src/panorama/panoramaTileCoordinate.ts +166 -0
  721. package/src/panorama/panoramaTileMaterial.ts +309 -0
  722. package/src/panorama/panoramaTileMaterialFS.glsl +165 -0
  723. package/src/panorama/panoramaTilePrimitiveCollection.ts +158 -0
  724. package/src/panorama/panoramaTileProvider.ts +533 -0
  725. package/src/panorama/sphericalCoordinates.ts +96 -0
  726. package/src/style/arrowStyle.ts +1 -1
  727. package/src/style/declarativeStyleItem.ts +19 -19
  728. package/src/style/styleFactory.ts +6 -7
  729. package/src/style/styleHelpers.ts +9 -9
  730. package/src/style/styleItem.ts +8 -3
  731. package/src/style/vectorStyleItem.ts +24 -30
  732. package/src/style/writeStyle.ts +3 -2
  733. package/src/util/clipping/clippingObject.ts +2 -3
  734. package/src/util/clipping/clippingObjectManager.ts +3 -3
  735. package/src/util/clipping/clippingPolygonHelper.ts +1 -2
  736. package/src/util/clipping/clippingPolygonObject.ts +4 -3
  737. package/src/util/clipping/clippingPolygonObjectCollection.ts +43 -27
  738. package/src/util/collection.ts +1 -1
  739. package/src/util/createAbsoluteFeature.ts +155 -0
  740. package/src/util/displayQuality/displayQuality.ts +7 -8
  741. package/src/util/editor/createFeatureSession.ts +12 -12
  742. package/src/util/editor/editFeaturesSession.ts +6 -4
  743. package/src/util/editor/editGeometrySession.ts +4 -3
  744. package/src/util/editor/editorHelpers.ts +14 -12
  745. package/src/util/editor/editorSessionHelpers.ts +13 -12
  746. package/src/util/editor/interactions/createCircleInteraction.ts +2 -3
  747. package/src/util/editor/interactions/createLineStringInteraction.ts +3 -4
  748. package/src/util/editor/interactions/createPointInteraction.ts +3 -4
  749. package/src/util/editor/interactions/createPolygonInteraction.ts +3 -4
  750. package/src/util/editor/interactions/creationSnapping.ts +4 -7
  751. package/src/util/editor/interactions/editFeaturesMouseOverInteraction.ts +2 -3
  752. package/src/util/editor/interactions/editGeometryMouseOverInteraction.ts +4 -4
  753. package/src/util/editor/interactions/ensureHandlerSelectionInteraction.ts +2 -3
  754. package/src/util/editor/interactions/insertVertexInteraction.ts +3 -4
  755. package/src/util/editor/interactions/layerSnapping.ts +6 -8
  756. package/src/util/editor/interactions/mapInteractionController.ts +5 -3
  757. package/src/util/editor/interactions/removeVertexInteraction.ts +4 -4
  758. package/src/util/editor/interactions/rightClickInteraction.ts +2 -3
  759. package/src/util/editor/interactions/segmentLengthInteraction.ts +2 -3
  760. package/src/util/editor/interactions/selectFeatureMouseOverInteraction.ts +15 -14
  761. package/src/util/editor/interactions/selectMultiFeatureInteraction.ts +9 -9
  762. package/src/util/editor/interactions/selectSingleFeatureInteraction.ts +5 -7
  763. package/src/util/editor/interactions/translateVertexInteraction.ts +4 -4
  764. package/src/util/editor/interactions/translationSnapping.ts +4 -7
  765. package/src/util/editor/selectFeaturesSession.ts +5 -8
  766. package/src/util/editor/snappingHelpers.ts +21 -20
  767. package/src/util/editor/transformation/create2DHandlers.ts +1 -1
  768. package/src/util/editor/transformation/create3DHandlers.ts +3 -3
  769. package/src/util/editor/transformation/extrudeInteraction.ts +5 -5
  770. package/src/util/editor/transformation/rotateInteraction.ts +7 -6
  771. package/src/util/editor/transformation/scaleInteraction.ts +7 -6
  772. package/src/util/editor/transformation/transformationHandler.ts +3 -3
  773. package/src/util/editor/transformation/translateInteraction.ts +7 -11
  774. package/src/util/exclusiveManager.ts +1 -1
  775. package/src/util/featureconverter/arcToCesium.ts +4 -6
  776. package/src/util/featureconverter/circleToCesium.ts +3 -5
  777. package/src/util/featureconverter/clampedPrimitive.ts +6 -5
  778. package/src/util/featureconverter/convert.ts +22 -24
  779. package/src/util/featureconverter/extent3D.ts +3 -3
  780. package/src/util/featureconverter/lineStringToCesium.ts +7 -7
  781. package/src/util/featureconverter/pointHelpers.ts +10 -11
  782. package/src/util/featureconverter/pointToCesium.ts +18 -44
  783. package/src/util/featureconverter/polygonToCesium.ts +3 -5
  784. package/src/util/featureconverter/storeyHelpers.ts +2 -2
  785. package/src/util/featureconverter/vectorGeometryFactory.ts +41 -39
  786. package/src/util/featureconverter/vectorHeightInfo.ts +60 -30
  787. package/src/util/flight/flightAnchor.ts +4 -3
  788. package/src/util/flight/flightCollection.ts +3 -2
  789. package/src/util/flight/flightHelpers.ts +1 -1
  790. package/src/util/flight/flightInstance.ts +7 -4
  791. package/src/util/flight/flightPlayer.ts +2 -2
  792. package/src/util/flight/flightRecorder.ts +234 -0
  793. package/src/util/flight/flightVisualizer.ts +2 -2
  794. package/src/util/geometryHelpers.ts +3 -135
  795. package/src/util/hiddenObjects.ts +3 -4
  796. package/src/util/indexedCollection.ts +1 -1
  797. package/src/util/isMobile.ts +2 -1
  798. package/src/util/layerCollection.ts +7 -2
  799. package/src/util/locale.ts +0 -1
  800. package/src/util/mapCollection.ts +104 -47
  801. package/src/util/math.ts +34 -0
  802. package/src/util/overrideCollection.ts +4 -5
  803. package/src/util/projection.ts +3 -7
  804. package/src/util/renderScreenshot.ts +2 -2
  805. package/src/util/rotation.ts +3 -4
  806. package/src/util/urlHelpers.ts +0 -1
  807. package/src/util/vcsTemplate.ts +6 -5
  808. package/src/util/viewpoint.ts +20 -3
  809. package/src/vcsApp.ts +42 -42
  810. package/src/vcsEvent.ts +1 -1
  811. package/src/vcsModuleHelpers.ts +4 -3
  812. package/src/vectorCluster/vectorClusterCesiumContext.ts +8 -9
  813. package/src/vectorCluster/vectorClusterGroup.ts +26 -16
  814. package/src/vectorCluster/vectorClusterGroupCesiumImpl.ts +10 -10
  815. package/src/vectorCluster/vectorClusterGroupCollection.ts +1 -1
  816. package/src/vectorCluster/vectorClusterGroupImpl.ts +5 -5
  817. package/src/vectorCluster/vectorClusterGroupObliqueImpl.ts +4 -6
  818. package/src/vectorCluster/vectorClusterGroupOpenlayersImpl.ts +2 -2
  819. package/src/vectorCluster/vectorClusterStyleItem.ts +5 -3
  820. package/src/vectorCluster/vectorClusterSymbols.ts +0 -1
  821. package/src/workers/panoramaImageWorker.ts +50 -0
package/index.ts CHANGED
@@ -8,16 +8,16 @@ import './src/cesium/entity.js';
8
8
  import './src/cesium/clippingPolygon.js';
9
9
  import './src/cesium/clippingPolygonCollection.js';
10
10
 
11
- export {
12
- default as VcsCameraPrimitive,
13
- VcsCameraPrimitiveOptions,
14
- } from './src/cesium/cesiumVcsCameraPrimitive.js';
11
+ export type { VcsCameraPrimitiveOptions } from './src/cesium/cesiumVcsCameraPrimitive.js';
12
+ export { default as VcsCameraPrimitive } from './src/cesium/cesiumVcsCameraPrimitive.js';
15
13
 
16
- export {
17
- default as Category,
18
- CategoryOptions,
19
- } from './src/category/category.js';
14
+ export type { CategoryOptions } from './src/category/category.js';
15
+ export { default as Category } from './src/category/category.js';
20
16
  export { default as CategoryCollection } from './src/category/categoryCollection.js';
17
+ export type {
18
+ TypedConstructorOptions,
19
+ CtorType as Ctor,
20
+ } from './src/classRegistry.js';
21
21
  export {
22
22
  layerClassRegistry,
23
23
  tileProviderClassRegistry,
@@ -27,35 +27,31 @@ export {
27
27
  categoryClassRegistry,
28
28
  getObjectFromClassRegistry,
29
29
  default as ClassRegistry,
30
- TypedConstructorOptions,
31
- Ctor,
32
30
  } from './src/classRegistry.js';
33
- export {
34
- default as AbstractFeatureProvider,
35
- AbstractFeatureProviderOptions,
36
- } from './src/featureProvider/abstractFeatureProvider.js';
31
+ export type { AbstractFeatureProviderOptions } from './src/featureProvider/abstractFeatureProvider.js';
32
+ export { default as AbstractFeatureProvider } from './src/featureProvider/abstractFeatureProvider.js';
37
33
  export {
38
34
  isProvidedFeature,
39
35
  isProvidedClusterFeature,
40
36
  } from './src/featureProvider/featureProviderSymbols.js';
41
- export {
42
- default as TileProviderFeatureProvider,
43
- TileProviderFeatureProviderOptions,
44
- } from './src/featureProvider/tileProviderFeatureProvider.js';
45
- export {
46
- getFormat,
47
- default as WMSFeatureProvider,
37
+ export type { TileProviderFeatureProviderOptions } from './src/featureProvider/tileProviderFeatureProvider.js';
38
+ export { default as TileProviderFeatureProvider } from './src/featureProvider/tileProviderFeatureProvider.js';
39
+ export type {
48
40
  FormatOptions,
49
41
  WMSFeatureProviderOptions,
50
42
  } from './src/featureProvider/wmsFeatureProvider.js';
51
43
  export {
52
- default as AbstractInteraction,
44
+ getFormat,
45
+ default as WMSFeatureProvider,
46
+ } from './src/featureProvider/wmsFeatureProvider.js';
47
+ export type {
53
48
  EventAfterEventHandler,
54
49
  InteractionEvent,
55
50
  MapEvent,
56
51
  EventFeature,
57
52
  ObliqueParameters,
58
53
  } from './src/interaction/abstractInteraction.js';
54
+ export { default as AbstractInteraction } from './src/interaction/abstractInteraction.js';
59
55
  export { default as CoordinateAtPixel } from './src/interaction/coordinateAtPixel.js';
60
56
  export { default as EventHandler } from './src/interaction/eventHandler.js';
61
57
  export {
@@ -64,12 +60,15 @@ export {
64
60
  } from './src/interaction/featureAtPixelInteraction.js';
65
61
  export { default as FeatureProviderInteraction } from './src/interaction/featureProviderInteraction.js';
66
62
  export { default as InteractionChain } from './src/interaction/interactionChain.js';
63
+ export { default as PanoramaImageSelection } from './src/interaction/panoramaImageSelection.js';
64
+ export { default as PanoramaFeatureHighlighting } from './src/interaction/panoramaFeatureHighlight.js';
67
65
  export * from './src/interaction/interactionType.js';
68
66
  export {
69
67
  cesiumTilesetLastUpdated,
70
68
  getExtentFromTileset,
71
69
  default as CesiumTilesetCesiumImpl,
72
70
  } from './src/layer/cesium/cesiumTilesetCesiumImpl.js';
71
+ export { default as COGCesiumImpl } from './src/layer/cesium/cogCesiumImpl.js';
73
72
  export { default as DataSourceCesiumImpl } from './src/layer/cesium/dataSourceCesiumImpl.js';
74
73
  export { default as OpenStreetMapCesiumImpl } from './src/layer/cesium/openStreetMapCesiumImpl.js';
75
74
  export { default as RasterLayerCesiumImpl } from './src/layer/cesium/rasterLayerCesiumImpl.js';
@@ -77,74 +76,83 @@ export { default as SingleImageCesiumImpl } from './src/layer/cesium/singleImage
77
76
  export { default as TerrainCesiumImpl } from './src/layer/cesium/terrainCesiumImpl.js';
78
77
  export { default as TmsCesiumImpl } from './src/layer/cesium/tmsCesiumImpl.js';
79
78
  export { default as VectorCesiumImpl } from './src/layer/cesium/vectorCesiumImpl.js';
79
+ export type { CesiumVectorContext } from './src/layer/cesium/vectorContext.js';
80
80
  export {
81
81
  setReferenceForPicking,
82
82
  setSplitDirectionOnPrimitives,
83
83
  setupScalingPrimitiveCollection,
84
84
  default as VectorContext,
85
- CesiumVectorContext,
86
85
  } from './src/layer/cesium/vectorContext.js';
87
86
  export { default as VectorRasterTileCesiumImpl } from './src/layer/cesium/vectorRasterTileCesiumImpl.js';
87
+ export type { VectorTileImageryProviderOptions } from './src/layer/cesium/vectorTileImageryProvider.js';
88
88
  export {
89
89
  toContext,
90
90
  getCanvasFromFeatures,
91
91
  default as VectorTileImageryProvider,
92
- VectorTileImageryProviderOptions,
93
92
  } from './src/layer/cesium/vectorTileImageryProvider.js';
94
93
  export { default as WmsCesiumImpl } from './src/layer/cesium/wmsCesiumImpl.js';
95
94
  export { default as WmtsCesiumImpl } from './src/layer/cesium/wmtsCesiumImpl.js';
96
- export {
97
- default as CesiumTilesetLayer,
95
+ export type {
98
96
  CesiumTilesetOptions,
99
97
  CesiumTilesetImplementationOptions,
100
98
  } from './src/layer/cesiumTilesetLayer.js';
99
+ export { default as CesiumTilesetLayer } from './src/layer/cesiumTilesetLayer.js';
101
100
  export { default as VcsChildTile } from './src/layer/cesium/vcsTile/vcsChildTile.js';
102
101
  export { default as VcsDebugTile } from './src/layer/cesium/vcsTile/vcsDebugTile.js';
103
102
  export { default as VcsNoDataTile } from './src/layer/cesium/vcsTile/vcsNoDataTile.js';
104
103
  export { default as VcsQuadtreeTileProvider } from './src/layer/cesium/vcsTile/vcsQuadtreeTileProvider.js';
105
104
  export { default as VcsVectorTile } from './src/layer/cesium/vcsTile/vcsVectorTile.js';
106
- export {
105
+ export type {
107
106
  VcsTile,
107
+ VcsTileOptions,
108
+ } from './src/layer/cesium/vcsTile/vcsTileHelpers.js';
109
+ export {
108
110
  VcsTileState,
109
111
  VcsTileType,
110
- VcsTileOptions,
111
112
  getTileWebMercatorExtent,
112
113
  getTileHash,
113
114
  getTileWgs84Extent,
114
115
  } from './src/layer/cesium/vcsTile/vcsTileHelpers.js';
115
- export {
116
- createSourceVectorContextSync,
117
- SourceVectorContextSync,
118
- } from './src/layer/cesium/sourceVectorContextSync.js';
119
- export { default as CzmlLayer, CzmlOptions } from './src/layer/czmlLayer.js';
120
- export {
121
- default as DataSourceLayer,
122
- DataSourceImplementationOptions,
123
- } from './src/layer/dataSourceLayer.js';
124
- export {
125
- default as FeatureLayer,
116
+ export type { SourceVectorContextSync } from './src/layer/cesium/sourceVectorContextSync.js';
117
+ export { createSourceVectorContextSync } from './src/layer/cesium/sourceVectorContextSync.js';
118
+ export {
119
+ default as COGLayer,
120
+ type COGLayerOptions,
121
+ type COGLayerImplementationOptions,
122
+ } from './src/layer/cogLayer.js';
123
+ export type { CzmlOptions } from './src/layer/czmlLayer.js';
124
+ export { default as CzmlLayer } from './src/layer/czmlLayer.js';
125
+ export type { DataSourceImplementationOptions } from './src/layer/dataSourceLayer.js';
126
+ export { default as DataSourceLayer } from './src/layer/dataSourceLayer.js';
127
+ export type {
126
128
  FeatureLayerImplementation,
127
129
  FeatureLayerOptions,
128
130
  FeatureLayerImplementationOptions,
129
131
  } from './src/layer/featureLayer.js';
130
- export {
131
- isTiledFeature,
132
- default as FeatureStoreLayer,
132
+ export { default as FeatureLayer } from './src/layer/featureLayer.js';
133
+ export type {
133
134
  FeatureStoreLayerSchema,
134
135
  FeatureStoreOptions,
135
136
  FetchDynamicFeatureCallback,
136
137
  FeatureStoreStaticRepresentation,
137
138
  } from './src/layer/featureStoreLayer.js';
138
139
  export {
139
- default as FeatureStoreLayerChanges,
140
+ isTiledFeature,
141
+ default as FeatureStoreLayer,
142
+ } from './src/layer/featureStoreLayer.js';
143
+ export type {
140
144
  FeatureStoreTrackResults,
141
145
  FeatureStoreChangesListeners,
142
146
  FeatureStoreGeojsonFeature,
143
147
  } from './src/layer/featureStoreLayerChanges.js';
144
- export {
145
- featureStoreStateSymbol,
146
- FeatureStoreLayerState,
147
- } from './src/layer/featureStoreLayerState.js';
148
+ export { default as FeatureStoreLayerChanges } from './src/layer/featureStoreLayerChanges.js';
149
+ export type { FeatureStoreLayerState } from './src/layer/featureStoreLayerState.js';
150
+ export { featureStoreStateSymbol } from './src/layer/featureStoreLayerState.js';
151
+ export type {
152
+ HighlightableFeature,
153
+ FeatureVisibilityEvent,
154
+ HighlightedObject,
155
+ } from './src/layer/featureVisibility.js';
148
156
  export {
149
157
  originalStyle,
150
158
  highlighted,
@@ -154,36 +162,33 @@ export {
154
162
  FeatureVisibilityAction,
155
163
  synchronizeFeatureVisibility,
156
164
  default as FeatureVisibility,
157
- HighlightableFeature,
158
- FeatureVisibilityEvent,
159
- HighlightedObject,
160
165
  } from './src/layer/featureVisibility.js';
161
- export {
162
- default as FlatGeobufLayer,
163
- FlatGeobufLayerOptions,
164
- } from './src/layer/flatGeobufLayer.js';
166
+ export type { FlatGeobufLayerOptions } from './src/layer/flatGeobufLayer.js';
167
+ export { default as FlatGeobufLayer } from './src/layer/flatGeobufLayer.js';
168
+ export type {
169
+ GeoJSONreadOptions,
170
+ GeoJSONwriteOptions,
171
+ } from './src/layer/geojsonHelpers.js';
165
172
  export {
166
173
  getEPSGCodeFromGeojson,
167
174
  updateLegacyFeature,
168
175
  parseGeoJSON,
169
176
  writeGeoJSONFeature,
170
177
  writeGeoJSON,
171
- GeoJSONreadOptions,
172
- GeoJSONwriteOptions,
173
178
  } from './src/layer/geojsonHelpers.js';
179
+ export type { GeoJSONOptions } from './src/layer/geojsonLayer.js';
174
180
  export {
175
181
  featureFromOptions,
176
182
  default as GeoJSONLayer,
177
- GeoJSONOptions,
178
183
  } from './src/layer/geojsonLayer.js';
179
184
  export { default as GlobalHider } from './src/layer/globalHider.js';
180
- export {
181
- default as Layer,
185
+ export type {
182
186
  SplitLayer,
183
187
  LayerOptions,
184
188
  LayerImplementationOptions,
185
189
  CopyrightOptions,
186
190
  } from './src/layer/layer.js';
191
+ export { default as Layer } from './src/layer/layer.js';
187
192
  export { default as LayerImplementation } from './src/layer/layerImplementation.js';
188
193
  export { default as LayerState } from './src/layer/layerState.js';
189
194
  export { vcsLayerName } from './src/layer/layerSymbols.js';
@@ -198,18 +203,13 @@ export {
198
203
  setNewGeometry,
199
204
  } from './src/layer/oblique/obliqueHelpers.js';
200
205
  export { default as VectorObliqueImpl } from './src/layer/oblique/vectorObliqueImpl.js';
201
- export {
202
- createSourceObliqueSync,
203
- SourceObliqueSync,
204
- } from './src/layer/oblique/sourceObliqueSync.js';
205
- export {
206
- default as OpenStreetMapLayer,
207
- OpenStreetMapOptions,
208
- } from './src/layer/openStreetMapLayer.js';
209
- export {
210
- default as LayerOpenlayersImpl,
211
- LayerOpenlayersImplementationOptions,
212
- } from './src/layer/openlayers/layerOpenlayersImpl.js';
206
+ export type { SourceObliqueSync } from './src/layer/oblique/sourceObliqueSync.js';
207
+ export { createSourceObliqueSync } from './src/layer/oblique/sourceObliqueSync.js';
208
+ export type { OpenStreetMapOptions } from './src/layer/openStreetMapLayer.js';
209
+ export { default as OpenStreetMapLayer } from './src/layer/openStreetMapLayer.js';
210
+ export { default as COGOpenlayersImpl } from './src/layer/openlayers/cogOpenlayersImpl.js';
211
+ export type { LayerOpenlayersImplementationOptions } from './src/layer/openlayers/layerOpenlayersImpl.js';
212
+ export { default as LayerOpenlayersImpl } from './src/layer/openlayers/layerOpenlayersImpl.js';
213
213
  export { default as OpenStreetMapOpenlayersImpl } from './src/layer/openlayers/openStreetMapOpenlayersImpl.js';
214
214
  export { default as RasterLayerOpenlayersImpl } from './src/layer/openlayers/rasterLayerOpenlayersImpl.js';
215
215
  export { default as SingleImageOpenlayersImpl } from './src/layer/openlayers/singleImageOpenlayersImpl.js';
@@ -219,93 +219,89 @@ export { default as VectorOpenlayersImpl } from './src/layer/openlayers/vectorOp
219
219
  export { default as VectorTileOpenlayersImpl } from './src/layer/openlayers/vectorTileOpenlayersImpl.js';
220
220
  export { default as WmsOpenlayersImpl } from './src/layer/openlayers/wmsOpenlayersImpl.js';
221
221
  export { default as WmtsOpenlayersImpl } from './src/layer/openlayers/wmtsOpenlayersImpl.js';
222
- export {
223
- default as PointCloudLayer,
224
- PointCloudOptions,
225
- } from './src/layer/pointCloudLayer.js';
226
- export {
227
- TilingScheme,
228
- getTilingScheme,
229
- calculateMinLevel,
230
- default as RasterLayer,
222
+ export type { PointCloudOptions } from './src/layer/pointCloudLayer.js';
223
+ export { default as PointCloudLayer } from './src/layer/pointCloudLayer.js';
224
+ export type {
231
225
  RasterLayerOptions,
232
226
  RasterLayerImplementation,
233
227
  RasterLayerImplementationOptions,
234
228
  TilingSchemeOptions,
235
229
  } from './src/layer/rasterLayer.js';
236
230
  export {
237
- default as SingleImageLayer,
231
+ TilingScheme,
232
+ getTilingScheme,
233
+ calculateMinLevel,
234
+ default as RasterLayer,
235
+ } from './src/layer/rasterLayer.js';
236
+ export type {
238
237
  SingleImageOptions,
239
238
  SingleImageImplementationOptions,
240
239
  } from './src/layer/singleImageLayer.js';
240
+ export { default as SingleImageLayer } from './src/layer/singleImageLayer.js';
241
+ export type { TerrainProviderOptions } from './src/layer/terrainHelpers.js';
241
242
  export {
242
243
  getTerrainProviderForUrl,
243
244
  getHeightFromTerrainProvider,
244
245
  isTerrainTileAvailable,
245
- TerrainProviderOptions,
246
246
  } from './src/layer/terrainHelpers.js';
247
- export {
248
- default as TerrainLayer,
247
+ export type {
249
248
  TerrainOptions,
250
249
  TerrainImplementationOptions,
251
250
  } from './src/layer/terrainLayer.js';
251
+ export { default as TerrainLayer } from './src/layer/terrainLayer.js';
252
252
  export { tiledLayerLoaded, globeLoaded } from './src/layer/tileLoadedHelper.js';
253
- export {
254
- default as FlatGeobufTileProvider,
255
- FlatGeobufTileProviderOptions,
256
- } from './src/layer/tileProvider/flatGeobufTileProvider.js';
257
- export {
258
- default as MVTTileProvider,
259
- MVTTileProviderOptions,
260
- } from './src/layer/tileProvider/mvtTileProvider.js';
261
- export {
262
- default as StaticGeoJSONTileProvider,
263
- StaticGeoJSONTileProviderOptions,
264
- } from './src/layer/tileProvider/staticGeojsonTileProvider.js';
265
- export {
266
- default as StaticFeatureTileProvider,
267
- StaticFeatureTileProviderOptions,
268
- } from './src/layer/tileProvider/staticFeatureTileProvider.js';
269
- export {
270
- mercatorResolutionsToLevel,
271
- rectangleToExtent,
272
- default as TileProvider,
253
+ export type { FlatGeobufTileProviderOptions } from './src/layer/tileProvider/flatGeobufTileProvider.js';
254
+ export { default as FlatGeobufTileProvider } from './src/layer/tileProvider/flatGeobufTileProvider.js';
255
+ export type { MVTTileProviderOptions } from './src/layer/tileProvider/mvtTileProvider.js';
256
+ export { default as MVTTileProvider } from './src/layer/tileProvider/mvtTileProvider.js';
257
+ export type { StaticGeoJSONTileProviderOptions } from './src/layer/tileProvider/staticGeojsonTileProvider.js';
258
+ export { default as StaticGeoJSONTileProvider } from './src/layer/tileProvider/staticGeojsonTileProvider.js';
259
+ export type { StaticFeatureTileProviderOptions } from './src/layer/tileProvider/staticFeatureTileProvider.js';
260
+ export { default as StaticFeatureTileProvider } from './src/layer/tileProvider/staticFeatureTileProvider.js';
261
+ export type {
273
262
  TileProviderOptions,
274
263
  TileLoadedEvent,
275
264
  TileProviderRtree,
276
265
  TileProviderRTreeEntry,
277
266
  } from './src/layer/tileProvider/tileProvider.js';
267
+ export {
268
+ mercatorResolutionsToLevel,
269
+ rectangleToExtent,
270
+ default as TileProvider,
271
+ } from './src/layer/tileProvider/tileProvider.js';
272
+ export type { URLTemplateTileProviderOptions } from './src/layer/tileProvider/urlTemplateTileProvider.js';
278
273
  export {
279
274
  getURL,
280
275
  default as URLTemplateTileProvider,
281
- URLTemplateTileProviderOptions,
282
276
  } from './src/layer/tileProvider/urlTemplateTileProvider.js';
283
277
  export {
284
278
  default as ClusterContext,
285
279
  default as VectorClusterCesiumContext,
286
280
  } from './src/vectorCluster/vectorClusterCesiumContext.js';
287
- export {
288
- default as VectorClusterStyleItem,
281
+ export type {
289
282
  VectorClusterStyleItemOptions,
290
283
  VectorClusterTemplateFunction,
284
+ } from './src/vectorCluster/vectorClusterStyleItem.js';
285
+ export {
286
+ default as VectorClusterStyleItem,
291
287
  getDefaultClusterStyleItem,
292
288
  } from './src/vectorCluster/vectorClusterStyleItem.js';
293
289
  export { default as VectorClusterGroupCesiumImpl } from './src/vectorCluster/vectorClusterGroupCesiumImpl.js';
294
290
  export { default as VectorClusterGroupOpenlayersImpl } from './src/vectorCluster/vectorClusterGroupOpenlayersImpl.js';
295
- export {
296
- default as VectorClusterGroup,
291
+ export type {
297
292
  VectorClusterGroupOptions,
298
293
  VectorClusterGroupImplementationOptions,
299
294
  } from './src/vectorCluster/vectorClusterGroup.js';
295
+ export { default as VectorClusterGroup } from './src/vectorCluster/vectorClusterGroup.js';
300
296
  export { default as VectorClusterGroupImpl } from './src/vectorCluster/vectorClusterGroupImpl.js';
301
297
  export { default as VectorClusterGroupObliqueImpl } from './src/vectorCluster/vectorClusterGroupObliqueImpl.js';
302
298
  export { default as VectorClusterGroupCollection } from './src/vectorCluster/vectorClusterGroupCollection.js';
303
299
  export { vectorClusterGroupName } from './src/vectorCluster/vectorClusterSymbols.js';
304
- export {
305
- default as TMSLayer,
300
+ export type {
306
301
  TMSOptions,
307
302
  TMSImplementationOptions,
308
303
  } from './src/layer/tmsLayer.js';
304
+ export { default as TMSLayer } from './src/layer/tmsLayer.js';
309
305
  export {
310
306
  fvLastUpdated,
311
307
  globalHiderLastUpdated,
@@ -313,11 +309,20 @@ export {
313
309
  updateGlobalHider,
314
310
  synchronizeFeatureVisibilityWithSource,
315
311
  } from './src/layer/vectorHelpers.js';
316
- export {
317
- default as VectorLayer,
312
+ export type {
318
313
  VectorOptions,
319
314
  VectorImplementationOptions,
320
315
  } from './src/layer/vectorLayer.js';
316
+ export { default as VectorLayer } from './src/layer/vectorLayer.js';
317
+ export type {
318
+ VcsMeta,
319
+ VectorPropertiesModelOptions,
320
+ VectorPropertiesOptions,
321
+ VectorPropertiesPrimitive,
322
+ VectorPropertiesPrimitiveOptions,
323
+ VectorPropertiesGeometryOptions,
324
+ VectorPropertiesBaseOptions,
325
+ } from './src/layer/vectorProperties.js';
321
326
  export {
322
327
  PrimitiveOptionsType,
323
328
  AltitudeModeCesium,
@@ -330,14 +335,7 @@ export {
330
335
  getNearFarValueOptions,
331
336
  getCartesian3Options,
332
337
  vcsMetaVersion,
333
- VcsMeta,
334
338
  default as VectorProperties,
335
- VectorPropertiesModelOptions,
336
- VectorPropertiesOptions,
337
- VectorPropertiesPrimitive,
338
- VectorPropertiesPrimitiveOptions,
339
- VectorPropertiesGeometryOptions,
340
- VectorPropertiesBaseOptions,
341
339
  } from './src/layer/vectorProperties.js';
342
340
  export {
343
341
  alreadyTransformedToMercator,
@@ -348,54 +346,68 @@ export {
348
346
  actuallyIsCircle,
349
347
  createSync,
350
348
  primitives,
349
+ panoramaFeature,
351
350
  } from './src/layer/vectorSymbols.js';
352
- export {
353
- default as VectorTileLayer,
351
+ export type {
354
352
  VectorTileImplementation,
355
353
  VectorTileImplementationOptions,
356
354
  VectorTileOptions,
357
355
  } from './src/layer/vectorTileLayer.js';
358
- export { default as WFSLayer, WFSOptions } from './src/layer/wfsLayer.js';
359
- export { getWMSSource, WMSSourceOptions } from './src/layer/wmsHelpers.js';
360
- export {
361
- default as WMSLayer,
356
+ export { default as VectorTileLayer } from './src/layer/vectorTileLayer.js';
357
+ export type { WFSOptions } from './src/layer/wfsLayer.js';
358
+ export { default as WFSLayer } from './src/layer/wfsLayer.js';
359
+ export type { WMSSourceOptions } from './src/layer/wmsHelpers.js';
360
+ export { getWMSSource } from './src/layer/wmsHelpers.js';
361
+ export type {
362
362
  WMSOptions,
363
363
  WMSImplementationOptions,
364
364
  } from './src/layer/wmsLayer.js';
365
- export {
366
- default as WMTSLayer,
365
+ export { default as WMSLayer } from './src/layer/wmsLayer.js';
366
+ export type {
367
367
  WMTSOptions,
368
368
  WMTSImplementationOptions,
369
369
  } from './src/layer/wmtsLayer.js';
370
+ export { default as WMTSLayer } from './src/layer/wmtsLayer.js';
371
+ export type {
372
+ PanoramaDatasetOptions,
373
+ PanoramaDatasetFeatureProperties,
374
+ } from './src/layer/panoramaDatasetLayer.js';
375
+ export { default as PanoramaDatasetLayer } from './src/layer/panoramaDatasetLayer.js';
376
+ export { default as VectorTilePanoramaImpl } from './src/layer/panorama/vectorTilePanoramaImpl.js';
377
+ export { default as PanoramaDatasetPanoramaImpl } from './src/layer/panorama/panoramaDatasetPanoramaImpl.js';
370
378
  export { default as BaseOLMap } from './src/map/baseOLMap.js';
379
+ export type { CameraLimiterOptions } from './src/map/cameraLimiter.js';
371
380
  export {
372
381
  CameraLimiterMode,
373
382
  default as CameraLimiter,
374
- CameraLimiterOptions,
375
383
  } from './src/map/cameraLimiter.js';
376
- export {
377
- default as CesiumMap,
384
+ export type {
378
385
  CesiumMapOptions,
379
386
  CesiumMapEvent,
380
387
  CesiumVisualisationType,
381
388
  } from './src/map/cesiumMap.js';
389
+ export { default as CesiumMap } from './src/map/cesiumMap.js';
382
390
  export { default as MapState } from './src/map/mapState.js';
391
+ export type { ObliqueOptions } from './src/map/obliqueMap.js';
383
392
  export {
384
393
  getViewDirectionFromViewpoint,
385
394
  default as ObliqueMap,
386
- ObliqueOptions,
387
395
  } from './src/map/obliqueMap.js';
388
- export {
389
- default as OpenlayersMap,
390
- OpenlayersOptions,
391
- } from './src/map/openlayersMap.js';
392
- export {
393
- default as VcsMap,
396
+ export type { OpenlayersOptions } from './src/map/openlayersMap.js';
397
+ export { default as OpenlayersMap } from './src/map/openlayersMap.js';
398
+ export type { PanoramaMapOptions } from './src/map/panoramaMap.js';
399
+ export { default as PanoramaMap } from './src/map/panoramaMap.js';
400
+ export type {
394
401
  VcsMapOptions,
395
402
  VcsMapRenderEvent,
396
403
  VisualisationType,
397
404
  } from './src/map/vcsMap.js';
405
+ export { default as VcsMap } from './src/map/vcsMap.js';
398
406
  export { default as DefaultObliqueCollection } from './src/oblique/defaultObliqueCollection.js';
407
+ export type {
408
+ LineIntersectionResult,
409
+ ImageTransformationOptions,
410
+ } from './src/oblique/helpers.js';
399
411
  export {
400
412
  sortRealWordEdgeCoordinates,
401
413
  checkLineIntersection,
@@ -403,40 +415,32 @@ export {
403
415
  transformToImage,
404
416
  transformFromImage,
405
417
  hasSameOrigin,
406
- LineIntersectionResult,
407
- ImageTransformationOptions,
408
418
  } from './src/oblique/helpers.js';
409
- export {
410
- default as ObliqueCollection,
419
+ export type {
411
420
  ObliqueImageRbushItem,
412
421
  ObliqueCollectionOptions,
413
422
  ObliqueImageJson,
414
423
  ObliqueVersion,
415
424
  ObliqueDataSetTerrainProviderOptions,
416
425
  } from './src/oblique/obliqueCollection.js';
426
+ export { default as ObliqueCollection } from './src/oblique/obliqueCollection.js';
427
+ export type { ObliqueDataSetOptions } from './src/oblique/obliqueDataSet.js';
417
428
  export {
418
429
  DataState,
419
430
  getStateFromStatesArray,
420
431
  default as ObliqueDataSet,
421
- ObliqueDataSetOptions,
422
432
  } from './src/oblique/obliqueDataSet.js';
423
- export {
424
- default as ObliqueImage,
425
- ObliqueImageOptions,
426
- } from './src/oblique/obliqueImage.js';
427
- export {
428
- default as ObliqueImageMeta,
429
- ObliqueImageMetaOptions,
430
- } from './src/oblique/obliqueImageMeta.js';
431
- export {
432
- default as ObliqueProvider,
433
+ export type { ObliqueImageOptions } from './src/oblique/obliqueImage.js';
434
+ export { default as ObliqueImage } from './src/oblique/obliqueImage.js';
435
+ export type { ObliqueImageMetaOptions } from './src/oblique/obliqueImageMeta.js';
436
+ export { default as ObliqueImageMeta } from './src/oblique/obliqueImageMeta.js';
437
+ export type {
433
438
  ObliqueProviderMapChangeEventType,
434
439
  ObliqueViewpoint,
435
440
  } from './src/oblique/obliqueProvider.js';
436
- export {
437
- default as ObliqueView,
438
- ObliqueViewOptions,
439
- } from './src/oblique/obliqueView.js';
441
+ export { default as ObliqueProvider } from './src/oblique/obliqueProvider.js';
442
+ export type { ObliqueViewOptions } from './src/oblique/obliqueView.js';
443
+ export { default as ObliqueView } from './src/oblique/obliqueView.js';
440
444
  export {
441
445
  ObliqueViewDirection,
442
446
  obliqueViewDirectionNames,
@@ -449,26 +453,21 @@ export {
449
453
  parseLegacyImageData,
450
454
  } from './src/oblique/parseImageJson.js';
451
455
  export { default as OverrideClassRegistry } from './src/overrideClassRegistry.js';
452
- export {
453
- featureArcStruct,
454
- default as ArcStyle,
455
- ArcStyleOptions,
456
- } from './src/style/arcStyle.js';
457
- export {
458
- ArrowEnd,
459
- default as ArrowStyle,
460
- ArrowStyleOptions,
461
- } from './src/style/arrowStyle.js';
456
+ export type { ArcStyleOptions } from './src/style/arcStyle.js';
457
+ export { featureArcStruct, default as ArcStyle } from './src/style/arcStyle.js';
458
+ export type { ArrowStyleOptions } from './src/style/arrowStyle.js';
459
+ export { ArrowEnd, default as ArrowStyle } from './src/style/arrowStyle.js';
460
+ export type { DeclarativeStyleItemOptions } from './src/style/declarativeStyleItem.js';
462
461
  export {
463
462
  defaultDeclarativeStyle,
464
463
  default as DeclarativeStyleItem,
465
- DeclarativeStyleItemOptions,
466
464
  } from './src/style/declarativeStyleItem.js';
467
465
  export {
468
466
  getShapeFromOptions,
469
467
  shapeCategory,
470
468
  } from './src/style/shapesCategory.js';
471
469
  export { getStyleOrDefaultStyle } from './src/style/styleFactory.js';
470
+ export type { FontObject } from './src/style/styleHelpers.js';
472
471
  export {
473
472
  PatternType,
474
473
  hexToOlColor,
@@ -501,18 +500,10 @@ export {
501
500
  getDefaultVectorStyleItemOptions,
502
501
  getDefaultCondition,
503
502
  defaultExtrudedHeightCondition,
504
- FontObject,
505
503
  } from './src/style/styleHelpers.js';
506
- export {
507
- default as StyleItem,
508
- StyleItemOptions,
509
- } from './src/style/styleItem.js';
510
- export {
511
- OlcsGeometryType,
512
- vectorStyleSymbol,
513
- defaultVectorStyle,
514
- fromCesiumColor,
515
- default as VectorStyleItem,
504
+ export type { StyleItemOptions } from './src/style/styleItem.js';
505
+ export { default as StyleItem } from './src/style/styleItem.js';
506
+ export type {
516
507
  VectorStyleItemOptions,
517
508
  VectorStyleItemText,
518
509
  VectorStyleItemFill,
@@ -521,17 +512,25 @@ export {
521
512
  VectorStyleItemExclusion,
522
513
  ColorType,
523
514
  } from './src/style/vectorStyleItem.js';
515
+ export {
516
+ OlcsGeometryType,
517
+ vectorStyleSymbol,
518
+ defaultVectorStyle,
519
+ fromCesiumColor,
520
+ default as VectorStyleItem,
521
+ } from './src/style/vectorStyleItem.js';
524
522
  export {
525
523
  embedIconsInStyle,
526
524
  default as writeStyle,
527
525
  } from './src/style/writeStyle.js';
528
- export {
529
- default as ClippingObject,
526
+ export type {
530
527
  ClippingObjectOptions,
531
528
  ClippingObjectEntityOption,
532
529
  ClippingTarget,
533
530
  } from './src/util/clipping/clippingObject.js';
531
+ export { default as ClippingObject } from './src/util/clipping/clippingObject.js';
534
532
  export { default as ClippingObjectManager } from './src/util/clipping/clippingObjectManager.js';
533
+ export type { ClippingPlaneCreationOptions } from './src/util/clipping/clippingPlaneHelper.js';
535
534
  export {
536
535
  createClippingPlaneCollection,
537
536
  copyClippingPlanesToCollection,
@@ -539,36 +538,40 @@ export {
539
538
  setClippingPlanes,
540
539
  createClippingFeature,
541
540
  getClippingOptions,
542
- ClippingPlaneCreationOptions,
543
541
  } from './src/util/clipping/clippingPlaneHelper.js';
542
+ export type { ClippingPolygonObjectOptions } from './src/util/clipping/clippingPolygonObject.js';
544
543
  export {
545
544
  default as ClippingPolygonObject,
546
- ClippingPolygonObjectOptions,
547
545
  ClippingPolygonObjectState,
548
546
  } from './src/util/clipping/clippingPolygonObject.js';
549
547
  export { default as ClippingPolygonObjectCollection } from './src/util/clipping/clippingPolygonObjectCollection.js';
548
+ export type {
549
+ DisplayQualityOptions,
550
+ DisplayQualityViewModelOptions,
551
+ } from './src/util/displayQuality/displayQuality.js';
550
552
  export {
551
553
  default as DisplayQuality,
552
554
  DisplayQualityLevel,
553
- DisplayQualityOptions,
554
- DisplayQualityViewModelOptions,
555
555
  } from './src/util/displayQuality/displayQuality.js';
556
556
  export { default as Collection } from './src/util/collection.js';
557
- export {
558
- default as startCreateFeatureSession,
557
+ export type {
559
558
  CreateFeatureSession,
560
559
  CreateInteraction,
561
560
  CreateFeatureSessionOptions,
562
561
  } from './src/util/editor/createFeatureSession.js';
563
- export {
564
- default as startEditFeaturesSession,
565
- EditFeaturesSession,
566
- } from './src/util/editor/editFeaturesSession.js';
567
- export {
568
- default as startEditGeometrySession,
562
+ export { default as startCreateFeatureSession } from './src/util/editor/createFeatureSession.js';
563
+ export type { EditFeaturesSession } from './src/util/editor/editFeaturesSession.js';
564
+ export { default as startEditFeaturesSession } from './src/util/editor/editFeaturesSession.js';
565
+ export type {
569
566
  EditGeometrySession,
570
567
  EditGeometrySessionOptions,
571
568
  } from './src/util/editor/editGeometrySession.js';
569
+ export { default as startEditGeometrySession } from './src/util/editor/editGeometrySession.js';
570
+ export type {
571
+ Vertex,
572
+ SelectableFeatureType,
573
+ SelectFeatureInteraction,
574
+ } from './src/util/editor/editorHelpers.js';
572
575
  export {
573
576
  createVertex,
574
577
  isVertex,
@@ -581,17 +584,16 @@ export {
581
584
  getCartographicFromPlane,
582
585
  drapeGeometryOnTerrain,
583
586
  placeGeometryOnTerrain,
584
- Vertex,
585
- SelectableFeatureType,
586
- SelectFeatureInteraction,
587
587
  } from './src/util/editor/editorHelpers.js';
588
+ export type {
589
+ EditorSession,
590
+ GeometryToType,
591
+ SnappingInteractionEvent,
592
+ } from './src/util/editor/editorSessionHelpers.js';
588
593
  export {
589
594
  SessionType,
590
595
  setupScratchLayer,
591
596
  GeometryType,
592
- EditorSession,
593
- GeometryToType,
594
- SnappingInteractionEvent,
595
597
  alreadySnapped,
596
598
  } from './src/util/editor/editorSessionHelpers.js';
597
599
  export {
@@ -600,14 +602,16 @@ export {
600
602
  handlerSymbol,
601
603
  mouseOverSymbol,
602
604
  } from './src/util/editor/editorSymbols.js';
605
+ export type {
606
+ SnapType,
607
+ SnapResult,
608
+ } from './src/util/editor/snappingHelpers.js';
603
609
  export {
604
610
  getAngleSnapResult,
605
611
  getGeometrySnapResult,
606
612
  getSnappedCoordinateForResults,
607
613
  snapTypes,
608
614
  setSnappingFeatures,
609
- SnapType,
610
- SnapResult,
611
615
  } from './src/util/editor/snappingHelpers.js';
612
616
  export { default as CreateBBoxInteraction } from './src/util/editor/interactions/createBBoxInteraction.js';
613
617
  export { default as CreateCircleInteraction } from './src/util/editor/interactions/createCircleInteraction.js';
@@ -623,10 +627,8 @@ export {
623
627
  default as EditGeometryMouseOverInteraction,
624
628
  } from './src/util/editor/interactions/editGeometryMouseOverInteraction.js';
625
629
  export { default as EnsureHandlerSelectionInteraction } from './src/util/editor/interactions/ensureHandlerSelectionInteraction.js';
626
- export {
627
- default as InsertVertexInteraction,
628
- VertexInsertedEvent,
629
- } from './src/util/editor/interactions/insertVertexInteraction.js';
630
+ export type { VertexInsertedEvent } from './src/util/editor/interactions/insertVertexInteraction.js';
631
+ export { default as InsertVertexInteraction } from './src/util/editor/interactions/insertVertexInteraction.js';
630
632
  export { default as MapInteractionController } from './src/util/editor/interactions/mapInteractionController.js';
631
633
  export { default as RemoveVertexInteraction } from './src/util/editor/interactions/removeVertexInteraction.js';
632
634
  export {
@@ -640,52 +642,51 @@ export { default as CreationSnapping } from './src/util/editor/interactions/crea
640
642
  export { default as TranslationSnapping } from './src/util/editor/interactions/translationSnapping.js';
641
643
  export { default as LayerSnapping } from './src/util/editor/interactions/layerSnapping.js';
642
644
  export { default as SegmentLengthInteraction } from './src/util/editor/interactions/segmentLengthInteraction.js';
645
+ export type { SelectFeaturesSession } from './src/util/editor/selectFeaturesSession.js';
643
646
  export {
644
647
  getDefaultHighlightStyle,
645
648
  default as startSelectFeaturesSession,
646
- SelectFeaturesSession,
647
649
  } from './src/util/editor/selectFeaturesSession.js';
648
650
  export { default as create2DHandlers } from './src/util/editor/transformation/create2DHandlers.js';
649
651
  export { default as create3DHandlers } from './src/util/editor/transformation/create3DHandlers.js';
650
652
  export { default as ExtrudeInteraction } from './src/util/editor/transformation/extrudeInteraction.js';
651
- export {
652
- default as RotateInteraction,
653
- RotationEvent,
654
- } from './src/util/editor/transformation/rotateInteraction.js';
655
- export {
656
- default as ScaleInteraction,
657
- ScaleEvent,
658
- } from './src/util/editor/transformation/scaleInteraction.js';
653
+ export type { RotationEvent } from './src/util/editor/transformation/rotateInteraction.js';
654
+ export { default as RotateInteraction } from './src/util/editor/transformation/rotateInteraction.js';
655
+ export type { ScaleEvent } from './src/util/editor/transformation/scaleInteraction.js';
656
+ export { default as ScaleInteraction } from './src/util/editor/transformation/scaleInteraction.js';
659
657
  export { default as createTransformationHandler } from './src/util/editor/transformation/transformationHandler.js';
658
+ export type {
659
+ Handlers,
660
+ TransformationHandler,
661
+ } from './src/util/editor/transformation/transformationTypes.js';
660
662
  export {
661
663
  AxisAndPlanes,
662
664
  TransformationMode,
663
665
  greyedOutColor,
664
666
  is1DAxis,
665
667
  is2DAxis,
666
- Handlers,
667
- TransformationHandler,
668
668
  } from './src/util/editor/transformation/transformationTypes.js';
669
- export {
670
- default as TranslateInteraction,
671
- TranslateEvent,
672
- } from './src/util/editor/transformation/translateInteraction.js';
669
+ export type { TranslateEvent } from './src/util/editor/transformation/translateInteraction.js';
670
+ export { default as TranslateInteraction } from './src/util/editor/transformation/translateInteraction.js';
673
671
  export { default as geometryIsValid } from './src/util/editor/validateGeoemetry.js';
674
672
  export { default as ExclusiveManager } from './src/util/exclusiveManager.js';
675
- export { default as Extent, ExtentOptions } from './src/util/extent.js';
673
+ export type { ExtentOptions } from './src/util/extent.js';
674
+ export { default as Extent } from './src/util/extent.js';
676
675
  export { getArcGeometryFactory } from './src/util/featureconverter/arcToCesium.js';
677
676
  export {
678
677
  validateCircle,
679
678
  getCircleGeometryFactory,
680
679
  } from './src/util/featureconverter/circleToCesium.js';
681
680
  export { setupClampedPrimitive } from './src/util/featureconverter/clampedPrimitive.js';
682
- export {
683
- getStylesArray,
684
- default as convert,
681
+ export type {
685
682
  PrimitiveType,
686
683
  ConvertedItemType,
687
684
  ConvertedItem,
688
685
  } from './src/util/featureconverter/convert.js';
686
+ export {
687
+ getStylesArray,
688
+ default as convert,
689
+ } from './src/util/featureconverter/convert.js';
689
690
  export {
690
691
  getArrowHeadPrimitives,
691
692
  validateLineString,
@@ -696,24 +697,27 @@ export {
696
697
  getPrimitiveOptions,
697
698
  getModelOrPointPrimitiveOptions,
698
699
  } from './src/util/featureconverter/pointHelpers.js';
700
+ export type {
701
+ BillboardOptions,
702
+ LabelOptions,
703
+ } from './src/util/featureconverter/pointToCesium.js';
699
704
  export {
700
705
  getBillboardOptions,
701
706
  getLabelOptions,
702
707
  validatePoint,
703
- getWgs84CoordinatesForPoint,
704
- BillboardOptions,
705
- LabelOptions,
706
708
  getPointPrimitives,
707
709
  } from './src/util/featureconverter/pointToCesium.js';
708
710
  export {
709
711
  validatePolygon,
710
712
  getPolygonGeometryFactory,
711
713
  } from './src/util/featureconverter/polygonToCesium.js';
712
- export {
714
+ export type {
713
715
  VectorHeightInfo,
714
716
  RelativeHeightReference,
715
717
  ClampedHeightReference,
716
718
  ExtrusionHeightInfo,
719
+ } from './src/util/featureconverter/vectorHeightInfo.js';
720
+ export {
717
721
  getHeightInfo,
718
722
  getMinHeight,
719
723
  getGeometryHeight,
@@ -725,13 +729,16 @@ export {
725
729
  isAbsoluteHeightReference,
726
730
  mercatorToWgs84TransformerForHeightInfo,
727
731
  mercatorToCartesianTransformerForHeightInfo,
732
+ getWgs84CoordinatesForPoint,
728
733
  } from './src/util/featureconverter/vectorHeightInfo.js';
729
- export {
734
+ export type {
730
735
  PolygonGeometryOptions,
731
736
  PolylineGeometryOptions,
732
737
  CircleGeometryOptions,
733
738
  GeometryFactoryType,
734
739
  VectorGeometryFactory,
740
+ } from './src/util/featureconverter/vectorGeometryFactory.js';
741
+ export {
735
742
  getMaterialAppearance,
736
743
  createClassificationPrimitiveItem,
737
744
  createSolidPrimitiveItem,
@@ -742,11 +749,11 @@ export {
742
749
  getCesiumGeometriesOptions,
743
750
  } from './src/util/featureconverter/vectorGeometryFactory.js';
744
751
  export { default as Extent3D } from './src/util/featureconverter/extent3D.js';
752
+ export type { StoreyOptions } from './src/util/featureconverter/storeyHelpers.js';
745
753
  export {
746
754
  getStoreyHeights,
747
755
  validateStoreys,
748
756
  getStoreyOptions,
749
- StoreyOptions,
750
757
  } from './src/util/featureconverter/storeyHelpers.js';
751
758
  export {
752
759
  requestUrl,
@@ -767,23 +774,19 @@ export {
767
774
  from3Dto2DLayout,
768
775
  drapeGeometryOnSurface,
769
776
  placeGeometryOnSurface,
770
- createAbsoluteFeature,
771
777
  } from './src/util/geometryHelpers.js';
772
778
  export { default as IndexedCollection } from './src/util/indexedCollection.js';
773
779
  export { isMobile } from './src/util/isMobile.js';
774
780
  export {
775
781
  maxZIndex,
782
+ maxZIndexMin50,
776
783
  default as LayerCollection,
777
784
  } from './src/util/layerCollection.js';
778
- export {
779
- HiddenObject,
780
- createHiddenObjectsCollection,
781
- } from './src/util/hiddenObjects.js';
785
+ export type { HiddenObject } from './src/util/hiddenObjects.js';
786
+ export { createHiddenObjectsCollection } from './src/util/hiddenObjects.js';
782
787
  export { detectBrowserLocale } from './src/util/locale.js';
783
- export {
784
- default as MapCollection,
785
- MapCollectionInitializationError,
786
- } from './src/util/mapCollection.js';
788
+ export type { MapCollectionInitializationError } from './src/util/mapCollection.js';
789
+ export { default as MapCollection } from './src/util/mapCollection.js';
787
790
  export {
788
791
  coordinateAtDistance,
789
792
  initialBearingBetweenCoords,
@@ -801,14 +804,20 @@ export {
801
804
  spherical2Distance,
802
805
  ecef3DDistance,
803
806
  } from './src/util/math.js';
804
- export {
805
- isOverrideCollection,
806
- default as makeOverrideCollection,
807
+ export type {
807
808
  OverrideCollection,
808
809
  OverrideCollectionInterface,
809
810
  OverrideCollectionItem,
810
811
  ReplacedEvent,
811
812
  } from './src/util/overrideCollection.js';
813
+ export {
814
+ isOverrideCollection,
815
+ default as makeOverrideCollection,
816
+ } from './src/util/overrideCollection.js';
817
+ export type {
818
+ ProjectionOptions,
819
+ CorrectTransformFunction,
820
+ } from './src/util/projection.js';
812
821
  export {
813
822
  wgs84ToMercatorTransformer,
814
823
  mercatorToWgs84Transformer,
@@ -817,16 +826,14 @@ export {
817
826
  wgs84Projection,
818
827
  mercatorProjection,
819
828
  default as Projection,
820
- ProjectionOptions,
821
- CorrectTransformFunction,
822
829
  } from './src/util/projection.js';
823
830
  export { isSameOrigin } from './src/util/urlHelpers.js';
831
+ export type { ViewpointOptions } from './src/util/viewpoint.js';
824
832
  export {
825
833
  propertyEqualsEpsilon,
826
834
  angleEqualsEpsilon,
827
835
  coordinateEqualsEpsilon,
828
836
  default as Viewpoint,
829
- ViewpointOptions,
830
837
  } from './src/util/viewpoint.js';
831
838
  export {
832
839
  defaultDynamicModuleId,
@@ -834,12 +841,13 @@ export {
834
841
  default as VcsApp,
835
842
  } from './src/vcsApp.js';
836
843
  export { default as VcsEvent } from './src/vcsEvent.js';
844
+ export type { VcsModuleConfig } from './src/vcsModule.js';
837
845
  export {
838
846
  volatileModuleId,
839
847
  markVolatile,
840
848
  default as VcsModule,
841
- VcsModuleConfig,
842
849
  } from './src/vcsModule.js';
850
+ export type { ModuleLayerOptions } from './src/vcsModuleHelpers.js';
843
851
  export {
844
852
  deserializeMap,
845
853
  deserializeViewpoint,
@@ -847,31 +855,33 @@ export {
847
855
  serializeLayer,
848
856
  getLayerIndex,
849
857
  destroyCollection,
850
- ModuleLayerOptions,
851
858
  } from './src/vcsModuleHelpers.js';
852
- export { default as VcsObject, VcsObjectOptions } from './src/vcsObject.js';
859
+ export type { VcsObjectOptions } from './src/vcsObject.js';
860
+ export { default as VcsObject } from './src/vcsObject.js';
853
861
  export { moduleIdSymbol } from './src/moduleIdSymbol.js';
854
862
  export { default as FlightCollection } from './src/util/flight/flightCollection.js';
855
- export {
856
- default as FlightInstance,
863
+ export type {
857
864
  FlightInstanceOptions,
858
865
  FlightInstanceMeta,
859
866
  FlightInterpolation,
860
867
  } from './src/util/flight/flightInstance.js';
861
- export {
868
+ export { default as FlightInstance } from './src/util/flight/flightInstance.js';
869
+ export type {
862
870
  FlightAnchor,
863
871
  FlightAnchorGeojsonFeature,
872
+ } from './src/util/flight/flightAnchor.js';
873
+ export {
864
874
  anchorToGeojsonFeature,
865
875
  anchorFromGeojsonFeature,
866
876
  anchorFromViewpoint,
867
877
  anchorToViewpoint,
868
878
  } from './src/util/flight/flightAnchor.js';
869
- export {
879
+ export type {
870
880
  FlightPlayerClock,
871
881
  FlightPlayer,
872
882
  FlightPlayerState,
873
- createFlightPlayer,
874
883
  } from './src/util/flight/flightPlayer.js';
884
+ export { createFlightPlayer } from './src/util/flight/flightPlayer.js';
875
885
  export {
876
886
  exportFlightAsGeoJson,
877
887
  exportFlightPathAsGeoJson,
@@ -879,10 +889,10 @@ export {
879
889
  getSplineAndTimesForInstance,
880
890
  parseFlightOptionsFromGeoJson,
881
891
  } from './src/util/flight/flightHelpers.js';
882
- export {
883
- FlightVisualization,
884
- createFlightVisualization,
885
- } from './src/util/flight/flightVisualizer.js';
892
+ export { createFlightMovie } from './src/util/flight/flightRecorder.js';
893
+ export type { FlightPathRecorderOptions } from './src/util/flight/flightRecorder.js';
894
+ export type { FlightVisualization } from './src/util/flight/flightVisualizer.js';
895
+ export { createFlightVisualization } from './src/util/flight/flightVisualizer.js';
886
896
  export { getTileLoadFunction } from './src/layer/openlayers/loadFunctionHelpers.js';
887
897
  export { default as ModelFill } from './src/style/modelFill.js';
888
898
  export { renderTemplate } from './src/util/vcsTemplate.js';
@@ -891,31 +901,23 @@ export {
891
901
  rotationMapControlSymbol,
892
902
  } from './src/util/rotation.js';
893
903
  export { default as renderScreenshot } from './src/util/renderScreenshot.js';
904
+ export type { Movement } from './src/map/navigation/navigation.js';
894
905
  export {
895
906
  default as Navigation,
896
- Movement,
897
907
  getZeroMovement,
898
908
  isNonZeroMovement,
899
909
  } from './src/map/navigation/navigation.js';
900
910
  export { default as NavigationImpl } from './src/map/navigation/navigationImpl.js';
911
+ export type { CesiumNavigationOptions } from './src/map/navigation/cesiumNavigation.js';
912
+ export { default as CesiumNavigation } from './src/map/navigation/cesiumNavigation.js';
913
+ export type { OpenlayersNavigationOptions } from './src/map/navigation/openlayersNavigation.js';
914
+ export { default as OpenlayersNavigation } from './src/map/navigation/openlayersNavigation.js';
915
+ export type { ObliqueNavigationOptions } from './src/map/navigation/obliqueNavigation.js';
916
+ export { default as ObliqueNavigation } from './src/map/navigation/obliqueNavigation.js';
917
+ export type { NavigationEasing } from './src/map/navigation/easingHelper.js';
918
+ export { createEasing } from './src/map/navigation/easingHelper.js';
919
+ export type { ControllerInput } from './src/map/navigation/controller/controllerInput.js';
901
920
  export {
902
- default as CesiumNavigation,
903
- CesiumNavigationOptions,
904
- } from './src/map/navigation/cesiumNavigation.js';
905
- export {
906
- default as OpenlayersNavigation,
907
- OpenlayersNavigationOptions,
908
- } from './src/map/navigation/openlayersNavigation.js';
909
- export {
910
- default as ObliqueNavigation,
911
- ObliqueNavigationOptions,
912
- } from './src/map/navigation/obliqueNavigation.js';
913
- export {
914
- NavigationEasing,
915
- createEasing,
916
- } from './src/map/navigation/easingHelper.js';
917
- export {
918
- ControllerInput,
919
921
  getZeroInput,
920
922
  clearInput,
921
923
  isNonZeroInput,
@@ -928,8 +930,52 @@ export {
928
930
  inputEquals,
929
931
  checkThreshold,
930
932
  } from './src/map/navigation/controller/controllerInput.js';
931
- export {
932
- default as Controller,
933
- ControllerOptions,
934
- } from './src/map/navigation/controller/controller.js';
933
+ export type { ControllerOptions } from './src/map/navigation/controller/controller.js';
934
+ export { default as Controller } from './src/map/navigation/controller/controller.js';
935
935
  export { default as KeyboardController } from './src/map/navigation/controller/keyboardController.js';
936
+ export { createAbsoluteFeature } from './src/util/createAbsoluteFeature.js';
937
+ export type { PanoramaCameraController } from './src/panorama/panoramaCameraController.js';
938
+ export type {
939
+ PanoramaImage,
940
+ CreatePanoramaImageOptions,
941
+ } from './src/panorama/panoramaImage.js';
942
+ export {
943
+ createPanoramaImage,
944
+ createPanoramaImageFromURL,
945
+ } from './src/panorama/panoramaImage.js';
946
+ export type { PanoramaImageView } from './src/panorama/panoramaImageView.js';
947
+ export { createPanoramaImageView } from './src/panorama/panoramaImageView.js';
948
+ export type { PanoramaTile } from './src/panorama/panoramaTile.js';
949
+ export { createPanoramaTile } from './src/panorama/panoramaTile.js';
950
+ export type { PanoramaTileCoordinate } from './src/panorama/panoramaTileCoordinate.js';
951
+ export {
952
+ createTileCoordinate,
953
+ getDistanceToTileCoordinate,
954
+ getTileCoordinatesInImageExtent,
955
+ tileSizeInRadians,
956
+ createTileCoordinateFromKey,
957
+ getTileSphericalExtent,
958
+ getTileSphericalCenter,
959
+ tileCoordinateFromImageCoordinate,
960
+ getNumberOfTiles,
961
+ } from './src/panorama/panoramaTileCoordinate.js';
962
+ export type { PanoramaTileMaterialUniforms } from './src/panorama/panoramaTileMaterial.js';
963
+ export {
964
+ default as PanoramaTileMaterial,
965
+ PanoramaOverlayMode,
966
+ getDefaultPanoramaTileMaterialUniforms,
967
+ } from './src/panorama/panoramaTileMaterial.js';
968
+ export { default as PanoramaTilePrimitiveCollection } from './src/panorama/panoramaTilePrimitiveCollection.js';
969
+ export type {
970
+ PanoramaTileProvider,
971
+ PanoramaResourceData,
972
+ PanoramaResourceType,
973
+ PanoramaImageDecoder,
974
+ PanoramaTileLoadError,
975
+ } from './src/panorama/panoramaTileProvider.js';
976
+ export { createPanoramaTileProvider } from './src/panorama/panoramaTileProvider.js';
977
+ export {
978
+ cartesianToImageSpherical,
979
+ imageSphericalToCartesian,
980
+ globalCartesianToImageSpherical,
981
+ } from './src/panorama/sphericalCoordinates.js';