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