@vcmap/core 6.1.11 → 6.2.0-rc.1

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