@igo2/geo 19.0.3 → 20.0.0-next.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/fesm2022/igo2-geo.mjs +1269 -1908
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/index.d.ts +11894 -3
- package/package.json +19 -16
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +0 -117
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +0 -77
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +0 -99
- package/lib/catalog/catalog-browser/catalog-browser.module.d.ts +0 -10
- package/lib/catalog/catalog-library/add-catalog-dialog.component.d.ts +0 -40
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +0 -25
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +0 -68
- package/lib/catalog/catalog-library/catalog-library.module.d.ts +0 -14
- package/lib/catalog/catalog-library/index.d.ts +0 -3
- package/lib/catalog/catalog.module.d.ts +0 -14
- package/lib/catalog/index.d.ts +0 -5
- package/lib/catalog/shared/catalog.abstract.d.ts +0 -37
- package/lib/catalog/shared/catalog.enum.d.ts +0 -16
- package/lib/catalog/shared/catalog.interface.d.ts +0 -77
- package/lib/catalog/shared/catalog.service.d.ts +0 -38
- package/lib/catalog/shared/catalogs.d.ts +0 -35
- package/lib/catalog/shared/index.d.ts +0 -4
- package/lib/datasource/index.d.ts +0 -2
- package/lib/datasource/shared/capabilities.interface.d.ts +0 -24
- package/lib/datasource/shared/capabilities.service.d.ts +0 -36
- package/lib/datasource/shared/datasource.service.d.ts +0 -39
- package/lib/datasource/shared/datasources/any-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/any-datasource.interface.d.ts +0 -16
- package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/arcgisrest-datasource.interface.d.ts +0 -14
- package/lib/datasource/shared/datasources/carto-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/carto-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/datasources/data.service.d.ts +0 -3
- package/lib/datasource/shared/datasources/datasource.d.ts +0 -38
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +0 -109
- package/lib/datasource/shared/datasources/feature-datasource.d.ts +0 -12
- package/lib/datasource/shared/datasources/feature-datasource.interface.d.ts +0 -19
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.d.ts +0 -13
- package/lib/datasource/shared/datasources/index.d.ts +0 -35
- package/lib/datasource/shared/datasources/mvt-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/mvt-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/osm-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/osm-datasource.interface.d.ts +0 -5
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.d.ts +0 -12
- package/lib/datasource/shared/datasources/tiledebug-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/tiledebug-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/websocket-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/websocket-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/wfs-datasource.d.ts +0 -37
- package/lib/datasource/shared/datasources/wfs-datasource.interface.d.ts +0 -18
- package/lib/datasource/shared/datasources/wfs.service.d.ts +0 -17
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +0 -58
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +0 -37
- package/lib/datasource/shared/datasources/wms-wfs.utils.d.ts +0 -43
- package/lib/datasource/shared/datasources/wmts-datasource.d.ts +0 -10
- package/lib/datasource/shared/datasources/wmts-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/xyz-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/xyz-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/index.d.ts +0 -5
- package/lib/datasource/shared/options/index.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.interface.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.providers.d.ts +0 -10
- package/lib/datasource/shared/options/options-api.service.d.ts +0 -17
- package/lib/datasource/shared/options/options.service.d.ts +0 -6
- package/lib/datasource/utils/index.d.ts +0 -1
- package/lib/datasource/utils/tilegrid.d.ts +0 -2
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +0 -76
- package/lib/directions/directions-buttons/index.d.ts +0 -1
- package/lib/directions/directions-inputs/directions-inputs.component.d.ts +0 -147
- package/lib/directions/directions-inputs/index.d.ts +0 -1
- package/lib/directions/directions-results/directions-results.component.d.ts +0 -64
- package/lib/directions/directions-results/index.d.ts +0 -1
- package/lib/directions/directions-sources/directions-source.d.ts +0 -11
- package/lib/directions/directions-sources/directions-source.interface.d.ts +0 -28
- package/lib/directions/directions-sources/directions-source.provider.d.ts +0 -13
- package/lib/directions/directions-sources/index.d.ts +0 -4
- package/lib/directions/directions-sources/osrm-directions-source.d.ts +0 -33
- package/lib/directions/directions.component.d.ts +0 -76
- package/lib/directions/directions.module.d.ts +0 -15
- package/lib/directions/directions.provider.d.ts +0 -3
- package/lib/directions/index.d.ts +0 -7
- package/lib/directions/shared/directions-source.service.d.ts +0 -11
- package/lib/directions/shared/directions.enum.d.ts +0 -63
- package/lib/directions/shared/directions.interface.d.ts +0 -139
- package/lib/directions/shared/directions.service.d.ts +0 -69
- package/lib/directions/shared/directions.utils.d.ts +0 -121
- package/lib/directions/shared/index.d.ts +0 -5
- package/lib/directions/shared/store.d.ts +0 -18
- package/lib/download/download-button/download-button.component.d.ts +0 -14
- package/lib/download/download-button/index.d.ts +0 -1
- package/lib/download/download.module.d.ts +0 -12
- package/lib/download/index.d.ts +0 -2
- package/lib/download/shared/download.interface.d.ts +0 -10
- package/lib/download/shared/download.service.d.ts +0 -10
- package/lib/download/shared/index.d.ts +0 -2
- package/lib/draw/draw/draw-layer-popup.component.d.ts +0 -14
- package/lib/draw/draw/draw-popup.component.d.ts +0 -63
- package/lib/draw/draw/draw-shorcuts.component.d.ts +0 -7
- package/lib/draw/draw/draw.component.d.ts +0 -240
- package/lib/draw/draw/draw.module.d.ts +0 -10
- package/lib/draw/drawingTool.module.d.ts +0 -10
- package/lib/draw/index.d.ts +0 -2
- package/lib/draw/shared/draw-icon.service.d.ts +0 -12
- package/lib/draw/shared/draw.enum.d.ts +0 -17
- package/lib/draw/shared/draw.interface.d.ts +0 -39
- package/lib/draw/shared/draw.utils.d.ts +0 -36
- package/lib/draw/shared/index.d.ts +0 -4
- package/lib/environment/environment.interface.d.ts +0 -53
- package/lib/environment/index.d.ts +0 -1
- package/lib/feature/feature-details/feature-details.component.d.ts +0 -63
- package/lib/feature/feature-details/feature-details.directive.d.ts +0 -17
- package/lib/feature/feature-details/feature-details.module.d.ts +0 -14
- package/lib/feature/feature-details/index.d.ts +0 -3
- package/lib/feature/feature-form/feature-form.component.d.ts +0 -44
- package/lib/feature/feature-form/feature-form.module.d.ts +0 -10
- package/lib/feature/feature.module.d.ts +0 -14
- package/lib/feature/index.d.ts +0 -4
- package/lib/feature/shared/feature-store.utils.d.ts +0 -10
- package/lib/feature/shared/feature.enums.d.ts +0 -7
- package/lib/feature/shared/feature.interfaces.d.ts +0 -75
- package/lib/feature/shared/feature.utils.d.ts +0 -98
- package/lib/feature/shared/index.d.ts +0 -7
- package/lib/feature/shared/store.d.ts +0 -78
- package/lib/feature/shared/strategies/geo-properties.d.ts +0 -61
- package/lib/feature/shared/strategies/in-map-extent.d.ts +0 -53
- package/lib/feature/shared/strategies/in-map-resolution.d.ts +0 -52
- package/lib/feature/shared/strategies/index.d.ts +0 -7
- package/lib/feature/shared/strategies/loading-layer.d.ts +0 -59
- package/lib/feature/shared/strategies/loading.d.ts +0 -75
- package/lib/feature/shared/strategies/search.d.ts +0 -55
- package/lib/feature/shared/strategies/selection.d.ts +0 -176
- package/lib/feature/shared/strategies.utils.d.ts +0 -17
- package/lib/filter/filter.module.d.ts +0 -48
- package/lib/filter/index.d.ts +0 -16
- package/lib/filter/ogc-filter-button/index.d.ts +0 -1
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +0 -19
- package/lib/filter/ogc-filter-form/index.d.ts +0 -1
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +0 -63
- package/lib/filter/ogc-filter-selection/index.d.ts +0 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +0 -99
- package/lib/filter/ogc-filter-time/index.d.ts +0 -2
- package/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.d.ts +0 -39
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +0 -88
- package/lib/filter/ogc-filterable-form/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +0 -14
- package/lib/filter/ogc-filterable-item/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +0 -41
- package/lib/filter/ogc-filterable-list/index.d.ts +0 -2
- package/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.d.ts +0 -14
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +0 -9
- package/lib/filter/shared/date.utils.d.ts +0 -9
- package/lib/filter/shared/filter.utils.d.ts +0 -26
- package/lib/filter/shared/filterable-datasource.pipe.d.ts +0 -10
- package/lib/filter/shared/index.d.ts +0 -11
- package/lib/filter/shared/ogc-filter-time.service.d.ts +0 -18
- package/lib/filter/shared/ogc-filter.d.ts +0 -30
- package/lib/filter/shared/ogc-filter.enum.d.ts +0 -27
- package/lib/filter/shared/ogc-filter.interface.d.ts +0 -205
- package/lib/filter/shared/ogc-filter.service.d.ts +0 -12
- package/lib/filter/shared/spatial-filter.enum.d.ts +0 -19
- package/lib/filter/shared/spatial-filter.interface.d.ts +0 -10
- package/lib/filter/shared/spatial-filter.service.d.ts +0 -36
- package/lib/filter/shared/time-filter.enum.d.ts +0 -10
- package/lib/filter/shared/time-filter.interface.d.ts +0 -15
- package/lib/filter/shared/time-filter.service.d.ts +0 -10
- package/lib/filter/spatial-filter/spatial-filter-item/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +0 -163
- package/lib/filter/spatial-filter/spatial-filter-list/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +0 -51
- package/lib/filter/spatial-filter/spatial-filter-type/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +0 -38
- package/lib/filter/time-filter-button/index.d.ts +0 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +0 -19
- package/lib/filter/time-filter-form/index.d.ts +0 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +0 -82
- package/lib/filter/time-filter-item/index.d.ts +0 -1
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +0 -29
- package/lib/filter/time-filter-list/index.d.ts +0 -2
- package/lib/filter/time-filter-list/time-filter-list-binding.directive.d.ts +0 -14
- package/lib/filter/time-filter-list/time-filter-list.component.d.ts +0 -7
- package/lib/geo.module.d.ts +0 -18
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +0 -199
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +0 -86
- package/lib/geometry/geometry-form-field/geometry-form-field.module.d.ts +0 -14
- package/lib/geometry/geometry-form-field/index.d.ts +0 -3
- package/lib/geometry/geometry.module.d.ts +0 -10
- package/lib/geometry/index.d.ts +0 -2
- package/lib/geometry/shared/controls/draw.d.ts +0 -150
- package/lib/geometry/shared/controls/index.d.ts +0 -3
- package/lib/geometry/shared/controls/modify.d.ts +0 -228
- package/lib/geometry/shared/controls/slice.d.ts +0 -99
- package/lib/geometry/shared/geometry.errors.d.ts +0 -11
- package/lib/geometry/shared/geometry.interfaces.d.ts +0 -13
- package/lib/geometry/shared/geometry.utils.d.ts +0 -43
- package/lib/geometry/shared/index.d.ts +0 -4
- package/lib/import-export/export-button/export-button.component.d.ts +0 -11
- package/lib/import-export/export-button/index.d.ts +0 -1
- package/lib/import-export/import-export/import-export.component.d.ts +0 -119
- package/lib/import-export/import-export/index.d.ts +0 -1
- package/lib/import-export/import-export.module.d.ts +0 -18
- package/lib/import-export/index.d.ts +0 -4
- package/lib/import-export/shared/drop-geo-file.directive.d.ts +0 -39
- package/lib/import-export/shared/export.errors.d.ts +0 -8
- package/lib/import-export/shared/export.interface.d.ts +0 -18
- package/lib/import-export/shared/export.service.d.ts +0 -43
- package/lib/import-export/shared/export.type.d.ts +0 -8
- package/lib/import-export/shared/export.utils.d.ts +0 -21
- package/lib/import-export/shared/import.errors.d.ts +0 -20
- package/lib/import-export/shared/import.interface.d.ts +0 -11
- package/lib/import-export/shared/import.service.d.ts +0 -31
- package/lib/import-export/shared/import.utils.d.ts +0 -20
- package/lib/import-export/shared/index.d.ts +0 -10
- package/lib/layer/index.d.ts +0 -15
- package/lib/layer/layer-group/index.d.ts +0 -1
- package/lib/layer/layer-group/layer-group.component.d.ts +0 -30
- package/lib/layer/layer-item/index.d.ts +0 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +0 -43
- package/lib/layer/layer-legend/index.d.ts +0 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +0 -86
- package/lib/layer/layer-legend-item/index.d.ts +0 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +0 -22
- package/lib/layer/layer-legend-list/index.d.ts +0 -2
- package/lib/layer/layer-legend-list/layer-legend-list-binding.directive.d.ts +0 -16
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +0 -29
- package/lib/layer/layer-list/index.d.ts +0 -1
- package/lib/layer/layer-list/layer-list.component.d.ts +0 -55
- package/lib/layer/layer-list-tool/index.d.ts +0 -3
- package/lib/layer/layer-list-tool/layer-list-tool.component.d.ts +0 -25
- package/lib/layer/layer-list-tool/layer-list-tool.interface.d.ts +0 -12
- package/lib/layer/layer-list-tool/layer-list-tool.service.d.ts +0 -14
- package/lib/layer/layer-search/index.d.ts +0 -1
- package/lib/layer/layer-search/layer-search.component.d.ts +0 -16
- package/lib/layer/layer-unavailable/index.d.ts +0 -2
- package/lib/layer/layer-unavailable/layer-unavailable-list/layer-unavailable-list.component.d.ts +0 -10
- package/lib/layer/layer-unavailable/layer-unavailable.component.d.ts +0 -11
- package/lib/layer/layer-viewer/index.d.ts +0 -2
- package/lib/layer/layer-viewer/layer-viewer.component.d.ts +0 -52
- package/lib/layer/layer-viewer/layer-viewer.interface.d.ts +0 -22
- package/lib/layer/layer-viewer-bottom-actions/index.d.ts +0 -1
- package/lib/layer/layer-viewer-bottom-actions/layer-viewer-bottom-actions.component.d.ts +0 -44
- package/lib/layer/layer-visibility-button/index.d.ts +0 -1
- package/lib/layer/layer-visibility-button/layer-visibility-button.component.d.ts +0 -22
- package/lib/layer/layer.module.d.ts +0 -42
- package/lib/layer/shared/clusterParam.d.ts +0 -11
- package/lib/layer/shared/index.d.ts +0 -5
- package/lib/layer/shared/layer-controller.d.ts +0 -81
- package/lib/layer/shared/layer-selection.d.ts +0 -14
- package/lib/layer/shared/layer.enums.d.ts +0 -1
- package/lib/layer/shared/layer.service.d.ts +0 -40
- package/lib/layer/shared/layers/any-layer.d.ts +0 -3
- package/lib/layer/shared/layers/any-layer.interface.d.ts +0 -8
- package/lib/layer/shared/layers/image-layer.d.ts +0 -24
- package/lib/layer/shared/layers/image-layer.interface.d.ts +0 -16
- package/lib/layer/shared/layers/index.d.ts +0 -17
- package/lib/layer/shared/layers/layer-base.d.ts +0 -75
- package/lib/layer/shared/layers/layer-group.d.ts +0 -33
- package/lib/layer/shared/layers/layer-group.interface.d.ts +0 -8
- package/lib/layer/shared/layers/layer.d.ts +0 -46
- package/lib/layer/shared/layers/layer.interface.d.ts +0 -72
- package/lib/layer/shared/layers/legend.interface.d.ts +0 -22
- package/lib/layer/shared/layers/linked/index.d.ts +0 -3
- package/lib/layer/shared/layers/linked/linked-layer.d.ts +0 -36
- package/lib/layer/shared/layers/linked/linked-layer.interface.d.ts +0 -33
- package/lib/layer/shared/layers/linked/linked-layer.utils.d.ts +0 -9
- package/lib/layer/shared/layers/tile-layer.d.ts +0 -34
- package/lib/layer/shared/layers/tile-layer.interface.d.ts +0 -20
- package/lib/layer/shared/layers/vector-layer.d.ts +0 -91
- package/lib/layer/shared/layers/vector-layer.interface.d.ts +0 -42
- package/lib/layer/shared/layers/vectortile-layer.d.ts +0 -31
- package/lib/layer/shared/layers/vectortile-layer.interface.d.ts +0 -16
- package/lib/layer/track-feature-button/index.d.ts +0 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +0 -14
- package/lib/layer/utils/image-watcher.d.ts +0 -16
- package/lib/layer/utils/index.d.ts +0 -6
- package/lib/layer/utils/layer-options.utils.d.ts +0 -12
- package/lib/layer/utils/layer.utils.d.ts +0 -12
- package/lib/layer/utils/outputLegend.d.ts +0 -7
- package/lib/layer/utils/tile-watcher.d.ts +0 -14
- package/lib/layer/utils/vector-watcher.d.ts +0 -13
- package/lib/map/baselayers-switcher/baselayers-switcher.animation.d.ts +0 -2
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +0 -22
- package/lib/map/baselayers-switcher/index.d.ts +0 -2
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +0 -26
- package/lib/map/geolocate-button/geolocate-button.component.d.ts +0 -22
- package/lib/map/geolocate-button/index.d.ts +0 -1
- package/lib/map/home-extent-button/home-extent-button.component.d.ts +0 -20
- package/lib/map/home-extent-button/home-extent-button.interface.d.ts +0 -6
- package/lib/map/home-extent-button/index.d.ts +0 -2
- package/lib/map/index.d.ts +0 -13
- package/lib/map/info-section/index.d.ts +0 -1
- package/lib/map/info-section/info-section.component.d.ts +0 -6
- package/lib/map/map-browser/index.d.ts +0 -1
- package/lib/map/map-browser/map-browser.component.d.ts +0 -25
- package/lib/map/map-center/index.d.ts +0 -1
- package/lib/map/map-center/map-center.component.d.ts +0 -30
- package/lib/map/map.module.d.ts +0 -42
- package/lib/map/menu-button/index.d.ts +0 -1
- package/lib/map/menu-button/menu-button.component.d.ts +0 -17
- package/lib/map/offline-button/index.d.ts +0 -1
- package/lib/map/offline-button/offline-button.component.d.ts +0 -14
- package/lib/map/rotation-button/index.d.ts +0 -1
- package/lib/map/rotation-button/rotation-button.component.d.ts +0 -18
- package/lib/map/shared/controllers/controller.d.ts +0 -29
- package/lib/map/shared/controllers/geolocation.d.ts +0 -96
- package/lib/map/shared/controllers/geolocation.interface.d.ts +0 -39
- package/lib/map/shared/controllers/index.d.ts +0 -4
- package/lib/map/shared/controllers/view.d.ts +0 -200
- package/lib/map/shared/hover-feature.directive.d.ts +0 -123
- package/lib/map/shared/index.d.ts +0 -14
- package/lib/map/shared/linkedLayers.utils.d.ts +0 -13
- package/lib/map/shared/map-pointer-position.directive.d.ts +0 -71
- package/lib/map/shared/map.abstract.d.ts +0 -43
- package/lib/map/shared/map.d.ts +0 -70
- package/lib/map/shared/map.enums.d.ts +0 -4
- package/lib/map/shared/map.interface.d.ts +0 -57
- package/lib/map/shared/map.service.d.ts +0 -18
- package/lib/map/shared/map.utils.d.ts +0 -92
- package/lib/map/shared/mapOffline.directive.d.ts +0 -19
- package/lib/map/shared/projection.interfaces.d.ts +0 -27
- package/lib/map/shared/projection.service.d.ts +0 -19
- package/lib/map/shared/projection.utils.d.ts +0 -30
- package/lib/map/swipe-control/index.d.ts +0 -1
- package/lib/map/swipe-control/swipe-control.component.d.ts +0 -96
- package/lib/map/utils/index.d.ts +0 -1
- package/lib/map/utils/layer-watcher.d.ts +0 -30
- package/lib/map/wake-lock-button/index.d.ts +0 -1
- package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +0 -27
- package/lib/map/zoom-button/index.d.ts +0 -1
- package/lib/map/zoom-button/zoom-button.component.d.ts +0 -11
- package/lib/measure/index.d.ts +0 -2
- package/lib/measure/measure.module.d.ts +0 -10
- package/lib/measure/measurer/index.d.ts +0 -5
- package/lib/measure/measurer/measure-format.pipe.d.ts +0 -15
- package/lib/measure/measurer/measurer-dialog.component.d.ts +0 -14
- package/lib/measure/measurer/measurer-item.component.d.ts +0 -65
- package/lib/measure/measurer/measurer.component.d.ts +0 -401
- package/lib/measure/measurer/measurer.module.d.ts +0 -11
- package/lib/measure/shared/index.d.ts +0 -3
- package/lib/measure/shared/measure.enum.d.ts +0 -33
- package/lib/measure/shared/measure.interfaces.d.ts +0 -20
- package/lib/measure/shared/measure.utils.d.ts +0 -180
- package/lib/metadata/index.d.ts +0 -3
- package/lib/metadata/metadata-button/index.d.ts +0 -1
- package/lib/metadata/metadata-button/metadata-button.component.d.ts +0 -22
- package/lib/metadata/metadata.module.d.ts +0 -14
- package/lib/metadata/shared/index.d.ts +0 -2
- package/lib/metadata/shared/metadata.interface.d.ts +0 -13
- package/lib/metadata/shared/metadata.service.d.ts +0 -7
- package/lib/offline/geoDB/configFileToGeoDB.service.d.ts +0 -12
- package/lib/offline/geoDB/geoDB.d.ts +0 -36
- package/lib/offline/geoDB/geoDB.enums.d.ts +0 -4
- package/lib/offline/geoDB/geoDB.interface.d.ts +0 -19
- package/lib/offline/geoDB/index.d.ts +0 -4
- package/lib/offline/index.d.ts +0 -5
- package/lib/offline/layerDB/index.d.ts +0 -2
- package/lib/offline/layerDB/layerDB.d.ts +0 -34
- package/lib/offline/layerDB/layerDB.interface.d.ts +0 -7
- package/lib/offline/offline.interface.d.ts +0 -3
- package/lib/offline/offline.provider.d.ts +0 -5
- package/lib/offline/shared/geo-network.service.d.ts +0 -27
- package/lib/offline/shared/index.d.ts +0 -1
- package/lib/offline/shared/indexed-db.interface.d.ts +0 -16
- package/lib/offline/shared/indexed-db.utils.d.ts +0 -4
- package/lib/overlay/index.d.ts +0 -1
- package/lib/overlay/shared/index.d.ts +0 -3
- package/lib/overlay/shared/overlay.d.ts +0 -82
- package/lib/overlay/shared/overlay.enum.d.ts +0 -6
- package/lib/overlay/shared/overlay.utils.d.ts +0 -6
- package/lib/print/index.d.ts +0 -3
- package/lib/print/print/print.component.d.ts +0 -35
- package/lib/print/print-form/index.d.ts +0 -1
- package/lib/print/print-form/print-form.component.d.ts +0 -99
- package/lib/print/print.module.d.ts +0 -11
- package/lib/print/shared/geopdf.d.ts +0 -1
- package/lib/print/shared/index.d.ts +0 -4
- package/lib/print/shared/print.interface.d.ts +0 -23
- package/lib/print/shared/print.service.d.ts +0 -184
- package/lib/print/shared/print.type.d.ts +0 -40
- package/lib/query/index.d.ts +0 -1
- package/lib/query/query.module.d.ts +0 -11
- package/lib/query/shared/index.d.ts +0 -7
- package/lib/query/shared/query-search-source.d.ts +0 -17
- package/lib/query/shared/query-search-source.providers.d.ts +0 -17
- package/lib/query/shared/query.directive.d.ts +0 -105
- package/lib/query/shared/query.enums.d.ts +0 -26
- package/lib/query/shared/query.interfaces.d.ts +0 -34
- package/lib/query/shared/query.service.d.ts +0 -54
- package/lib/query/shared/query.utils.d.ts +0 -28
- package/lib/search/index.d.ts +0 -9
- package/lib/search/search-bar/search-bar.component.d.ts +0 -233
- package/lib/search/search-bar/search-bar.module.d.ts +0 -10
- package/lib/search/search-results/index.d.ts +0 -4
- package/lib/search/search-results/save-feature-dialog.component.d.ts +0 -32
- package/lib/search/search-results/search-results-add-button.component.d.ts +0 -84
- package/lib/search/search-results/search-results-item.component.d.ts +0 -52
- package/lib/search/search-results/search-results.component.d.ts +0 -155
- package/lib/search/search-results/search-results.directive.d.ts +0 -3
- package/lib/search/search-results/search-results.module.d.ts +0 -11
- package/lib/search/search-selector/search-selector.component.d.ts +0 -58
- package/lib/search/search-selector/search-selector.module.d.ts +0 -10
- package/lib/search/search-settings/search-settings.component.d.ts +0 -109
- package/lib/search/search-settings/search-settings.module.d.ts +0 -10
- package/lib/search/search.module.d.ts +0 -21
- package/lib/search/shared/index.d.ts +0 -9
- package/lib/search/shared/search-pointer-summary.directive.d.ts +0 -124
- package/lib/search/shared/search-source-service.providers.d.ts +0 -15
- package/lib/search/shared/search-source.service.d.ts +0 -39
- package/lib/search/shared/search.enums.d.ts +0 -1
- package/lib/search/shared/search.interfaces.d.ts +0 -54
- package/lib/search/shared/search.provider.d.ts +0 -8
- package/lib/search/shared/search.service.d.ts +0 -58
- package/lib/search/shared/search.utils.d.ts +0 -39
- package/lib/search/shared/sources/cadastre.d.ts +0 -35
- package/lib/search/shared/sources/cadastre.providers.d.ts +0 -22
- package/lib/search/shared/sources/coordinates.d.ts +0 -41
- package/lib/search/shared/sources/coordinates.interfaces.d.ts +0 -12
- package/lib/search/shared/sources/coordinates.providers.d.ts +0 -35
- package/lib/search/shared/sources/icherche-icons.d.ts +0 -5
- package/lib/search/shared/sources/icherche.d.ts +0 -101
- package/lib/search/shared/sources/icherche.interfaces.d.ts +0 -26
- package/lib/search/shared/sources/icherche.providers.d.ts +0 -42
- package/lib/search/shared/sources/ilayer.d.ts +0 -57
- package/lib/search/shared/sources/ilayer.interfaces.d.ts +0 -43
- package/lib/search/shared/sources/ilayer.providers.d.ts +0 -35
- package/lib/search/shared/sources/index.d.ts +0 -22
- package/lib/search/shared/sources/nominatim.d.ts +0 -46
- package/lib/search/shared/sources/nominatim.interfaces.d.ts +0 -10
- package/lib/search/shared/sources/nominatim.providers.d.ts +0 -21
- package/lib/search/shared/sources/source.d.ts +0 -88
- package/lib/search/shared/sources/source.interfaces.d.ts +0 -65
- package/lib/search/shared/sources/storedqueries.d.ts +0 -76
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +0 -38
- package/lib/search/shared/sources/storedqueries.providers.d.ts +0 -37
- package/lib/search/shared/sources/workspace.d.ts +0 -34
- package/lib/search/shared/sources/workspace.interfaces.d.ts +0 -9
- package/lib/search/shared/sources/workspace.providers.d.ts +0 -21
- package/lib/style/index.d.ts +0 -4
- package/lib/style/shared/datasource/esri-style-generator.d.ts +0 -21
- package/lib/style/shared/datasource/index.d.ts +0 -1
- package/lib/style/shared/feature/feature-style.d.ts +0 -18
- package/lib/style/shared/feature/index.d.ts +0 -1
- package/lib/style/shared/font.enum.d.ts +0 -15
- package/lib/style/shared/index.d.ts +0 -4
- package/lib/style/shared/overlay/index.d.ts +0 -2
- package/lib/style/shared/overlay/overlay-marker-style.utils.d.ts +0 -11
- package/lib/style/shared/overlay/overlay-style.utils.d.ts +0 -19
- package/lib/style/shared/vector/commonVectorStyle.d.ts +0 -14
- package/lib/style/shared/vector/conversion.utils.d.ts +0 -21
- package/lib/style/shared/vector/index.d.ts +0 -3
- package/lib/style/shared/vector/vector-style.interface.d.ts +0 -66
- package/lib/style/style-list/index.d.ts +0 -4
- package/lib/style/style-list/style-list.interface.d.ts +0 -4
- package/lib/style/style-list/style-list.module.d.ts +0 -8
- package/lib/style/style-list/style-list.provider.d.ts +0 -8
- package/lib/style/style-list/style-list.service.d.ts +0 -18
- package/lib/style/style-modal/drawing/index.d.ts +0 -1
- package/lib/style/style-modal/drawing/style-modal-drawing.component.d.ts +0 -33
- package/lib/style/style-modal/index.d.ts +0 -4
- package/lib/style/style-modal/layer/index.d.ts +0 -1
- package/lib/style/style-modal/layer/style-modal-layer.component.d.ts +0 -32
- package/lib/style/style-modal/layer-button/index.d.ts +0 -1
- package/lib/style/style-modal/layer-button/style-modal-layer-button.component.d.ts +0 -14
- package/lib/style/style-modal/shared/index.d.ts +0 -1
- package/lib/style/style-modal/shared/style-modal.interface.d.ts +0 -17
- package/lib/style/style-service/draw-style.service.d.ts +0 -34
- package/lib/style/style-service/index.d.ts +0 -2
- package/lib/style/style-service/style.service.d.ts +0 -55
- package/lib/style/style.module.d.ts +0 -12
- package/lib/toast/index.d.ts +0 -1
- package/lib/toast/toast.component.d.ts +0 -32
- package/lib/toast/toast.module.d.ts +0 -12
- package/lib/utils/googleLinks.d.ts +0 -5
- package/lib/utils/id-generator.d.ts +0 -53
- package/lib/utils/index.d.ts +0 -4
- package/lib/utils/osmLinks.d.ts +0 -4
- package/lib/utils/propertyTypeDetector/index.d.ts +0 -2
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.interface.d.ts +0 -5
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.service.d.ts +0 -15
- package/lib/wkt/index.d.ts +0 -1
- package/lib/wkt/shared/index.d.ts +0 -1
- package/lib/wkt/shared/wkt.service.d.ts +0 -18
- package/lib/wkt/wkt.module.d.ts +0 -11
- package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +0 -23
- package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +0 -10
- package/lib/workspace/confirmation-popup/index.d.ts +0 -2
- package/lib/workspace/index.d.ts +0 -7
- package/lib/workspace/shared/edition-workspace.d.ts +0 -82
- package/lib/workspace/shared/edition-workspace.service.d.ts +0 -50
- package/lib/workspace/shared/feature-workspace.d.ts +0 -18
- package/lib/workspace/shared/feature-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/index.d.ts +0 -8
- package/lib/workspace/shared/wfs-workspace.d.ts +0 -18
- package/lib/workspace/shared/wfs-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/wms-workspace.service.d.ts +0 -25
- package/lib/workspace/shared/workspace.interface.d.ts +0 -4
- package/lib/workspace/shared/workspace.utils.d.ts +0 -24
- package/lib/workspace/widgets/index.d.ts +0 -3
- package/lib/workspace/widgets/interactive-selection/interactive-selection.component.d.ts +0 -58
- package/lib/workspace/widgets/ogc-filter/ogc-filter.component.d.ts +0 -30
- package/lib/workspace/widgets/ogc-filter/ogc-filter.module.d.ts +0 -10
- package/lib/workspace/widgets/widgets.d.ts +0 -16
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +0 -35
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +0 -10
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +0 -26
- package/lib/workspace/workspace-updator/workspace-updator.module.d.ts +0 -10
- package/lib/workspace/workspace.module.d.ts +0 -10
- package/public_api.d.ts +0 -52
- package/src/geo.theme.scss +0 -15
- package/src/lib/catalog/catalog-browser/catalog-browser.theming.scss +0 -22
- package/src/lib/catalog/catalog.theming.scss +0 -5
- package/src/lib/directions/directions-inputs/directions-inputs.theming.scss +0 -21
- package/src/lib/directions/directions.theming.scss +0 -5
- package/src/lib/draw/draw.theming.scss +0 -17
- package/src/lib/layer/layer-legend/layer-legend.theme.scss +0 -21
- package/src/lib/layer/layer-list-tool/layer-list-tool.theming.scss +0 -22
- package/src/lib/layer/layer.theming.scss +0 -9
- package/src/lib/map/map-browser/map-browser.theming.scss +0 -20
- package/src/lib/map/map.theming.scss +0 -5
- package/src/lib/search/search-bar/search-bar.theming.scss +0 -9
- package/src/lib/search/search.theming.scss +0 -5
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { EntityState } from '@igo2/common/entity';
|
|
2
|
-
import { TooltipType } from '../../layer/shared/layers/layer.interface';
|
|
3
|
-
import { QueryFormat } from '../../query/shared/query.enums';
|
|
4
|
-
import { MetadataLayerOptions } from './../../metadata/shared/metadata.interface';
|
|
5
|
-
import { CatalogItemType, CatalogQueryFormatTypes, TypeCatalogStrings } from './catalog.enum';
|
|
6
|
-
export interface AddedChangeEmitter {
|
|
7
|
-
added: boolean;
|
|
8
|
-
layer: CatalogItemLayer;
|
|
9
|
-
event: Event;
|
|
10
|
-
}
|
|
11
|
-
export interface AddedChangeGroupEmitter {
|
|
12
|
-
added: boolean;
|
|
13
|
-
group: CatalogItemGroup;
|
|
14
|
-
event: Event;
|
|
15
|
-
}
|
|
16
|
-
export interface ICatalog {
|
|
17
|
-
id: string;
|
|
18
|
-
title?: string;
|
|
19
|
-
url: string;
|
|
20
|
-
removable?: boolean;
|
|
21
|
-
externalProvider?: boolean;
|
|
22
|
-
items?: CatalogItem[];
|
|
23
|
-
type?: TypeCatalogStrings;
|
|
24
|
-
version?: string;
|
|
25
|
-
matrixSet?: string;
|
|
26
|
-
forcedProperties?: ForcedProperty[];
|
|
27
|
-
requestEncoding?: string;
|
|
28
|
-
regFilters?: string[];
|
|
29
|
-
groupImpose?: CatalogItemGroup;
|
|
30
|
-
groupSeparator?: string;
|
|
31
|
-
queryFormat?: QueryFormat | CatalogQueryFormatTypes;
|
|
32
|
-
queryParams?: Record<string, string>;
|
|
33
|
-
sourceOptions?: Record<string, any>;
|
|
34
|
-
tooltipType?: TooltipType.ABSTRACT | TooltipType.TITLE;
|
|
35
|
-
sortDirection?: 'asc' | 'desc';
|
|
36
|
-
setCrossOriginAnonymous?: boolean;
|
|
37
|
-
showLegend?: boolean;
|
|
38
|
-
}
|
|
39
|
-
export interface ForcedProperty {
|
|
40
|
-
layerName: any;
|
|
41
|
-
title?: string;
|
|
42
|
-
metadataUrl?: string;
|
|
43
|
-
metadataAbstract?: string;
|
|
44
|
-
metadataAbstractAll?: string;
|
|
45
|
-
metadataUrlAll?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface ICompositeCatalog extends Omit<ICatalog, 'url'> {
|
|
48
|
-
composite: ICatalog[];
|
|
49
|
-
}
|
|
50
|
-
export interface CatalogItem {
|
|
51
|
-
id: string;
|
|
52
|
-
title: string;
|
|
53
|
-
type?: CatalogItemType;
|
|
54
|
-
address?: string;
|
|
55
|
-
externalProvider?: boolean;
|
|
56
|
-
}
|
|
57
|
-
export interface CatalogItemLayer<L = MetadataLayerOptions> extends CatalogItem {
|
|
58
|
-
options: L;
|
|
59
|
-
}
|
|
60
|
-
export interface CatalogItemGroup extends CatalogItem {
|
|
61
|
-
items?: CatalogItem[];
|
|
62
|
-
sortDirection?: 'asc' | 'desc';
|
|
63
|
-
}
|
|
64
|
-
export interface CatalogItemState extends EntityState {
|
|
65
|
-
added?: boolean;
|
|
66
|
-
}
|
|
67
|
-
export interface CatalogServiceOptions {
|
|
68
|
-
/** @deprecated Use baselayers instead*/
|
|
69
|
-
baseLayers?: boolean;
|
|
70
|
-
baselayers?: boolean;
|
|
71
|
-
/** @deprecated Not used anymore*/
|
|
72
|
-
emailAddress?: string;
|
|
73
|
-
url?: string;
|
|
74
|
-
sources?: (ICatalog | ICompositeCatalog)[];
|
|
75
|
-
/** @deprecated Use url instead */
|
|
76
|
-
sourcesUrl?: string;
|
|
77
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { LanguageService } from '@igo2/core/language';
|
|
4
|
-
import { MessageService } from '@igo2/core/message';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
7
|
-
import { Catalog } from './catalog.abstract';
|
|
8
|
-
import { CatalogItem, CatalogItemGroup } from './catalog.interface';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class CatalogService {
|
|
11
|
-
private http;
|
|
12
|
-
private config;
|
|
13
|
-
private languageService;
|
|
14
|
-
private messageService;
|
|
15
|
-
private capabilitiesService;
|
|
16
|
-
constructor(http: HttpClient, config: ConfigService, languageService: LanguageService, messageService: MessageService, capabilitiesService: CapabilitiesService);
|
|
17
|
-
loadCatalogs(): Observable<Catalog[]>;
|
|
18
|
-
loadCatalogItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
19
|
-
loadCatalogBaseLayerItems(catalog: Catalog): Observable<CatalogItemGroup[]>;
|
|
20
|
-
private getCatalogBaseLayersOptions;
|
|
21
|
-
loadCatalogWMSLayerItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
22
|
-
flattenWmsCapabilities(parent: any, level: number, finalLayers: any, separator?: string): void;
|
|
23
|
-
loadCatalogWMTSLayerItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
24
|
-
loadCatalogArcGISRestItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
25
|
-
loadCatalogCompositeLayerItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
26
|
-
private getCatalogCapabilities;
|
|
27
|
-
private computeForcedProperties;
|
|
28
|
-
private prepareCatalogItemLayer;
|
|
29
|
-
private prepareCatalogItemGroup;
|
|
30
|
-
private includeRecursiveItems;
|
|
31
|
-
private getWMTSItems;
|
|
32
|
-
private getArcGISRESTItems;
|
|
33
|
-
private testLayerRegexes;
|
|
34
|
-
private retrieveLayerInfoFormat;
|
|
35
|
-
private findCatalogInfoFormat;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogService, never>;
|
|
37
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CatalogService>;
|
|
38
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { Catalog, CollectCatalogItemsFn } from './catalog.abstract';
|
|
3
|
-
import { TypeCatalog } from './catalog.enum';
|
|
4
|
-
import { CatalogItem, CatalogItemGroup, ICatalog, ICompositeCatalog } from './catalog.interface';
|
|
5
|
-
export declare class WMSCatalog extends Catalog {
|
|
6
|
-
private _collectCatlogItems;
|
|
7
|
-
constructor(options: Catalog, _collectCatlogItems: CollectCatalogItemsFn);
|
|
8
|
-
collectCatalogItems(): Observable<CatalogItem[]>;
|
|
9
|
-
}
|
|
10
|
-
export declare class WMTSCatalog extends Catalog {
|
|
11
|
-
private _collectCatlogItems;
|
|
12
|
-
constructor(options: Catalog, _collectCatlogItems: CollectCatalogItemsFn);
|
|
13
|
-
collectCatalogItems(): Observable<CatalogItem[]>;
|
|
14
|
-
}
|
|
15
|
-
export declare class BaselayersCatalog extends Catalog {
|
|
16
|
-
private _collectCatlogItems;
|
|
17
|
-
constructor(options: Catalog, _collectCatlogItems: CollectCatalogItemsFn);
|
|
18
|
-
collectCatalogItems(): Observable<CatalogItemGroup[]>;
|
|
19
|
-
}
|
|
20
|
-
export declare class ArcGISRestCatalog extends Catalog {
|
|
21
|
-
private _collectCatlogItems;
|
|
22
|
-
constructor(options: Catalog, _collectCatlogItems: CollectCatalogItemsFn);
|
|
23
|
-
collectCatalogItems(): Observable<CatalogItem[]>;
|
|
24
|
-
}
|
|
25
|
-
export declare class TileOrImageArcGISRestCatalog extends Catalog {
|
|
26
|
-
_collectCatlogItems: CollectCatalogItemsFn;
|
|
27
|
-
constructor(options: Catalog, _collectCatlogItems: CollectCatalogItemsFn, typeCatalog: TypeCatalog);
|
|
28
|
-
collectCatalogItems(): Observable<CatalogItem[]>;
|
|
29
|
-
}
|
|
30
|
-
export declare class CompositeCatalog extends Catalog implements ICompositeCatalog {
|
|
31
|
-
private _collectCatlogItems;
|
|
32
|
-
composite: ICatalog[];
|
|
33
|
-
constructor(options: Catalog, _collectCatlogItems: CollectCatalogItemsFn);
|
|
34
|
-
collectCatalogItems(): Observable<CatalogItem[]>;
|
|
35
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare enum TypeCapabilities {
|
|
2
|
-
wms = "wms",
|
|
3
|
-
wmts = "wmts",
|
|
4
|
-
arcgisrest = "esriJSON",
|
|
5
|
-
imagearcgisrest = "esriJSON",
|
|
6
|
-
tilearcgisrest = "esriJSON"
|
|
7
|
-
}
|
|
8
|
-
export type TypeCapabilitiesStrings = keyof typeof TypeCapabilities;
|
|
9
|
-
export interface ArcGISRestCapabilitiesLayer {
|
|
10
|
-
id: number;
|
|
11
|
-
name: string;
|
|
12
|
-
parentLayerId: number;
|
|
13
|
-
defaultVisibility?: boolean;
|
|
14
|
-
subLayerIds: number[];
|
|
15
|
-
minScale: number;
|
|
16
|
-
maxScale: number;
|
|
17
|
-
type: ArcGISRestCapabilitiesLayerTypes;
|
|
18
|
-
geometryType?: string;
|
|
19
|
-
}
|
|
20
|
-
export declare enum ArcGISRestCapabilitiesLayerTypes {
|
|
21
|
-
FeatureLayer = "Feature Layer",
|
|
22
|
-
RasterLayer = "Raster Layer",
|
|
23
|
-
GroupLayer = "Group Layer"
|
|
24
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { TimeFilterOptions } from '../../filter/shared/time-filter.interface';
|
|
4
|
-
import type { LegendOptions } from '../../layer/shared/layers/legend.interface';
|
|
5
|
-
import { MapService } from '../../map/shared/map.service';
|
|
6
|
-
import { TypeCapabilitiesStrings } from './capabilities.interface';
|
|
7
|
-
import { ArcGISRestDataSourceOptions } from './datasources/arcgisrest-datasource.interface';
|
|
8
|
-
import { CartoDataSourceOptions } from './datasources/carto-datasource.interface';
|
|
9
|
-
import { ArcGISRestImageDataSourceOptions } from './datasources/imagearcgisrest-datasource.interface';
|
|
10
|
-
import { TileArcGISRestDataSourceOptions } from './datasources/tilearcgisrest-datasource.interface';
|
|
11
|
-
import { WMSDataSourceOptions } from './datasources/wms-datasource.interface';
|
|
12
|
-
import { WMTSDataSourceOptions } from './datasources/wmts-datasource.interface';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class CapabilitiesService {
|
|
15
|
-
private http;
|
|
16
|
-
private mapService;
|
|
17
|
-
private parsers;
|
|
18
|
-
constructor(http: HttpClient, mapService: MapService);
|
|
19
|
-
getWMSOptions(baseOptions: WMSDataSourceOptions): Observable<WMSDataSourceOptions>;
|
|
20
|
-
getWMTSOptions(baseOptions: WMTSDataSourceOptions): Observable<WMTSDataSourceOptions>;
|
|
21
|
-
getCartoOptions(baseOptions: CartoDataSourceOptions): Observable<CartoDataSourceOptions>;
|
|
22
|
-
getArcgisOptions(baseOptions: ArcGISRestDataSourceOptions): Observable<ArcGISRestDataSourceOptions>;
|
|
23
|
-
getImageArcgisOptions(baseOptions: ArcGISRestImageDataSourceOptions | TileArcGISRestDataSourceOptions): Observable<ArcGISRestImageDataSourceOptions | TileArcGISRestDataSourceOptions>;
|
|
24
|
-
getTileArcgisOptions(baseOptions: TileArcGISRestDataSourceOptions): Observable<ArcGISRestImageDataSourceOptions | TileArcGISRestDataSourceOptions>;
|
|
25
|
-
getCapabilities(service: TypeCapabilitiesStrings, baseUrl: string, version?: string): Observable<any>;
|
|
26
|
-
private parseWMSOptions;
|
|
27
|
-
private parseWMTSOptions;
|
|
28
|
-
private parseCartoOptions;
|
|
29
|
-
private parseArcgisOptions;
|
|
30
|
-
private parseTileOrImageArcgisOptions;
|
|
31
|
-
private findDataSourceInCapabilities;
|
|
32
|
-
getTimeFilter(layer: any): TimeFilterOptions;
|
|
33
|
-
getStyle(Style: any): LegendOptions;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CapabilitiesService, never>;
|
|
35
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CapabilitiesService>;
|
|
36
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { AuthInterceptor } from '@igo2/auth';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import { MessageService } from '@igo2/core/message';
|
|
4
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import { OGCFilterService } from '../../filter/shared/ogc-filter.service';
|
|
6
|
-
import { CapabilitiesService } from './capabilities.service';
|
|
7
|
-
import { AnyDataSourceOptions, DataSource } from './datasources';
|
|
8
|
-
import { WFSService } from './datasources/wfs.service';
|
|
9
|
-
import { OptionsService } from './options/options.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class DataSourceService {
|
|
12
|
-
private capabilitiesService;
|
|
13
|
-
private optionsService;
|
|
14
|
-
private wfsDataSourceService;
|
|
15
|
-
private ogcFilterService;
|
|
16
|
-
private languageService;
|
|
17
|
-
private messageService;
|
|
18
|
-
private authInterceptor?;
|
|
19
|
-
datasources$: BehaviorSubject<DataSource[]>;
|
|
20
|
-
constructor(capabilitiesService: CapabilitiesService, optionsService: OptionsService, wfsDataSourceService: WFSService, ogcFilterService: OGCFilterService, languageService: LanguageService, messageService: MessageService, authInterceptor?: AuthInterceptor);
|
|
21
|
-
createAsyncDataSource(context: AnyDataSourceOptions, detailedContextUri?: string): Observable<DataSource>;
|
|
22
|
-
private createOSMDataSource;
|
|
23
|
-
private createFeatureDataSource;
|
|
24
|
-
private createWebSocketDataSource;
|
|
25
|
-
private createWFSDataSource;
|
|
26
|
-
private createWMSDataSource;
|
|
27
|
-
private normalizeParams;
|
|
28
|
-
private createWMTSDataSource;
|
|
29
|
-
private createXYZDataSource;
|
|
30
|
-
private createTileDebugDataSource;
|
|
31
|
-
private createCartoDataSource;
|
|
32
|
-
private createArcGISRestDataSource;
|
|
33
|
-
private createArcGISRestImageDataSource;
|
|
34
|
-
private createTileArcGISRestDataSource;
|
|
35
|
-
private createMVTDataSource;
|
|
36
|
-
private createClusterDataSource;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataSourceService, [null, { optional: true; }, null, null, null, null, null]>;
|
|
38
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DataSourceService>;
|
|
39
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ArcGISRestDataSource } from './arcgisrest-datasource';
|
|
2
|
-
import { CartoDataSource } from './carto-datasource';
|
|
3
|
-
import { ClusterDataSource } from './cluster-datasource';
|
|
4
|
-
import { DataSource } from './datasource';
|
|
5
|
-
import { FeatureDataSource } from './feature-datasource';
|
|
6
|
-
import { ImageArcGISRestDataSource } from './imagearcgisrest-datasource';
|
|
7
|
-
import { MVTDataSource } from './mvt-datasource';
|
|
8
|
-
import { OSMDataSource } from './osm-datasource';
|
|
9
|
-
import { TileArcGISRestDataSource } from './tilearcgisrest-datasource';
|
|
10
|
-
import { TileDebugDataSource } from './tiledebug-datasource';
|
|
11
|
-
import { WebSocketDataSource } from './websocket-datasource';
|
|
12
|
-
import { WFSDataSource } from './wfs-datasource';
|
|
13
|
-
import { WMSDataSource } from './wms-datasource';
|
|
14
|
-
import { WMTSDataSource } from './wmts-datasource';
|
|
15
|
-
import { XYZDataSource } from './xyz-datasource';
|
|
16
|
-
export type AnyDataSource = DataSource | OSMDataSource | FeatureDataSource | WFSDataSource | XYZDataSource | TileDebugDataSource | WMTSDataSource | WMSDataSource | CartoDataSource | ArcGISRestDataSource | ImageArcGISRestDataSource | TileArcGISRestDataSource | WebSocketDataSource | MVTDataSource | ClusterDataSource;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ArcGISRestDataSourceOptions } from './arcgisrest-datasource.interface';
|
|
2
|
-
import { CartoDataSourceOptions } from './carto-datasource.interface';
|
|
3
|
-
import { ClusterDataSourceOptions } from './cluster-datasource.interface';
|
|
4
|
-
import { DataSourceOptions } from './datasource.interface';
|
|
5
|
-
import { FeatureDataSourceOptions } from './feature-datasource.interface';
|
|
6
|
-
import { ArcGISRestImageDataSourceOptions } from './imagearcgisrest-datasource.interface';
|
|
7
|
-
import { MVTDataSourceOptions } from './mvt-datasource.interface';
|
|
8
|
-
import { OSMDataSourceOptions } from './osm-datasource.interface';
|
|
9
|
-
import { TileArcGISRestDataSourceOptions } from './tilearcgisrest-datasource.interface';
|
|
10
|
-
import { TileDebugDataSourceOptions } from './tiledebug-datasource.interface';
|
|
11
|
-
import { WFSDataSourceOptions } from './wfs-datasource.interface';
|
|
12
|
-
import { WMSDataSourceOptions } from './wms-datasource.interface';
|
|
13
|
-
import { WMTSDataSourceOptions } from './wmts-datasource.interface';
|
|
14
|
-
import { XYZDataSourceOptions } from './xyz-datasource.interface';
|
|
15
|
-
export type AnyDataSourceOptions = DataSourceOptions | OSMDataSourceOptions | FeatureDataSourceOptions | WFSDataSourceOptions | XYZDataSourceOptions | TileDebugDataSourceOptions | WMTSDataSourceOptions | WMSDataSourceOptions | CartoDataSourceOptions | ArcGISRestDataSourceOptions | ArcGISRestImageDataSourceOptions | TileArcGISRestDataSourceOptions | MVTDataSourceOptions | ClusterDataSourceOptions;
|
|
16
|
-
export type AnyDataSourceOptionsWithParams = FeatureDataSourceOptions | WFSDataSourceOptions | WMSDataSourceOptions | CartoDataSourceOptions | ArcGISRestDataSourceOptions | ArcGISRestImageDataSourceOptions | TileArcGISRestDataSourceOptions;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import olSourceVector from 'ol/source/Vector';
|
|
2
|
-
import { ArcGISRestDataSourceOptions } from './arcgisrest-datasource.interface';
|
|
3
|
-
import { DataSource } from './datasource';
|
|
4
|
-
import { Legend } from './datasource.interface';
|
|
5
|
-
export declare class ArcGISRestDataSource extends DataSource {
|
|
6
|
-
ol: olSourceVector;
|
|
7
|
-
options: ArcGISRestDataSourceOptions;
|
|
8
|
-
get saveableOptions(): Partial<ArcGISRestDataSourceOptions>;
|
|
9
|
-
protected createOlSource(): olSourceVector;
|
|
10
|
-
getLegend(): Legend[];
|
|
11
|
-
htmlImgSrc(contentType: string, imageData: string): string;
|
|
12
|
-
createSVG(symbol: any): string;
|
|
13
|
-
onUnwatch(): void;
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FeatureDataSourceOptions } from './feature-datasource.interface';
|
|
2
|
-
export interface ArcGISRestDataSourceOptions extends FeatureDataSourceOptions {
|
|
3
|
-
layer: string;
|
|
4
|
-
legendInfo?: any;
|
|
5
|
-
params?: ArcGISRestDataSourceOptionsParams;
|
|
6
|
-
idColumn?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface ArcGISRestDataSourceOptionsParams {
|
|
9
|
-
customParams?: string[];
|
|
10
|
-
style?: any;
|
|
11
|
-
timefilter?: any;
|
|
12
|
-
timeExtent?: string;
|
|
13
|
-
attributions?: string | string[];
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import olSourceCarto from 'ol/source/CartoDB';
|
|
2
|
-
import { CartoDataSourceOptions } from './carto-datasource.interface';
|
|
3
|
-
import { DataSource } from './datasource';
|
|
4
|
-
import { Legend } from './datasource.interface';
|
|
5
|
-
export declare class CartoDataSource extends DataSource {
|
|
6
|
-
ol: olSourceCarto;
|
|
7
|
-
options: CartoDataSourceOptions;
|
|
8
|
-
get params(): any;
|
|
9
|
-
get queryTitle(): string;
|
|
10
|
-
get mapLabel(): string;
|
|
11
|
-
get queryHtmlTarget(): string;
|
|
12
|
-
get saveableOptions(): Partial<CartoDataSourceOptions>;
|
|
13
|
-
protected createOlSource(): olSourceCarto;
|
|
14
|
-
getLegend(): Legend[];
|
|
15
|
-
onUnwatch(): void;
|
|
16
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DataSourceOptions } from './datasource.interface';
|
|
2
|
-
export interface CartoDataSourceOptions extends DataSourceOptions {
|
|
3
|
-
account: string;
|
|
4
|
-
mapId?: string;
|
|
5
|
-
params?: any;
|
|
6
|
-
queryPrecision?: string;
|
|
7
|
-
crossOrigin?: string;
|
|
8
|
-
projection?: string;
|
|
9
|
-
config?: any;
|
|
10
|
-
map?: string;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import olSourceCluster from 'ol/source/Cluster';
|
|
2
|
-
import { ClusterDataSourceOptions } from './cluster-datasource.interface';
|
|
3
|
-
import { FeatureDataSource } from './feature-datasource';
|
|
4
|
-
export declare class ClusterDataSource extends FeatureDataSource {
|
|
5
|
-
options: ClusterDataSourceOptions;
|
|
6
|
-
ol: olSourceCluster;
|
|
7
|
-
get saveableOptions(): Partial<ClusterDataSourceOptions>;
|
|
8
|
-
protected createOlSource(): olSourceCluster;
|
|
9
|
-
protected generateId(): string;
|
|
10
|
-
onUnwatch(): void;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import olSourceVector from 'ol/source/Vector';
|
|
2
|
-
import { FeatureDataSourceOptions } from './feature-datasource.interface';
|
|
3
|
-
export interface ClusterDataSourceOptions extends FeatureDataSourceOptions {
|
|
4
|
-
distance?: number;
|
|
5
|
-
source?: olSourceVector;
|
|
6
|
-
pathOffline?: string;
|
|
7
|
-
excludeAttribute?: string[];
|
|
8
|
-
excludeAttributeOffline?: string[];
|
|
9
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import olClusterSource from 'ol/source/Cluster';
|
|
2
|
-
import olSource from 'ol/source/Source';
|
|
3
|
-
import olVectorSource from 'ol/source/Vector';
|
|
4
|
-
import { Subscription } from 'rxjs';
|
|
5
|
-
import { LegendMapViewOptions, LegendOptions } from '../../../layer/shared/layers/legend.interface';
|
|
6
|
-
import { DataService } from './data.service';
|
|
7
|
-
import { DataSourceOptions, DatasourceEvent, Legend } from './datasource.interface';
|
|
8
|
-
export declare abstract class DataSource {
|
|
9
|
-
options: DataSourceOptions;
|
|
10
|
-
protected dataService?: DataService;
|
|
11
|
-
id: string;
|
|
12
|
-
ol: olSource | olVectorSource | olClusterSource;
|
|
13
|
-
private legend;
|
|
14
|
-
get saveableOptions(): Partial<DataSourceOptions>;
|
|
15
|
-
protected events: Map<"refresh", Subscription>;
|
|
16
|
-
properties: DatasourceProperties;
|
|
17
|
-
constructor(options?: DataSourceOptions, dataService?: DataService);
|
|
18
|
-
protected abstract createOlSource(): olSource;
|
|
19
|
-
protected generateId(): string;
|
|
20
|
-
getLegend(_style?: string, _view?: LegendMapViewOptions): Legend[];
|
|
21
|
-
setLegend(options: LegendOptions): Legend[];
|
|
22
|
-
refresh(): void;
|
|
23
|
-
addEvents(events?: DatasourceEvent[]): void;
|
|
24
|
-
removeEvents(): void;
|
|
25
|
-
private addEvent;
|
|
26
|
-
destroy(): void;
|
|
27
|
-
protected abstract onUnwatch(): any;
|
|
28
|
-
}
|
|
29
|
-
declare class DatasourceProperties {
|
|
30
|
-
/** General object to store general properties */
|
|
31
|
-
private properties;
|
|
32
|
-
get(key: string): unknown;
|
|
33
|
-
getAll(): Record<string, unknown>;
|
|
34
|
-
set(key: string, value: unknown): void;
|
|
35
|
-
setMany(object: Record<string, unknown>): void;
|
|
36
|
-
delete(key: string): void;
|
|
37
|
-
}
|
|
38
|
-
export {};
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
2
|
-
import { Encoders, Preset, Tokenizer } from 'flexsearch';
|
|
3
|
-
import type { Observable } from 'rxjs';
|
|
4
|
-
import { DownloadOptions } from '../../../download/shared/download.interface';
|
|
5
|
-
import { OgcFilterOperatorType } from '../../../filter/shared/ogc-filter.enum';
|
|
6
|
-
export interface DataSourceOptions {
|
|
7
|
-
type?: 'wms' | 'wfs' | 'vector' | 'wmts' | 'xyz' | 'osm' | 'tiledebug' | 'carto' | 'arcgisrest' | 'imagearcgisrest' | 'tilearcgisrest' | 'websocket' | 'mvt' | 'cluster';
|
|
8
|
-
optionsFromCapabilities?: boolean;
|
|
9
|
-
optionsFromApi?: boolean;
|
|
10
|
-
_layerOptionsFromSource?: Record<string, string>;
|
|
11
|
-
url?: string;
|
|
12
|
-
id?: string;
|
|
13
|
-
minZoom?: number;
|
|
14
|
-
maxZoom?: number;
|
|
15
|
-
minDate?: string;
|
|
16
|
-
maxDate?: string;
|
|
17
|
-
stepDate?: string;
|
|
18
|
-
sourceFields?: SourceFieldsOptionsParams[];
|
|
19
|
-
download?: DownloadOptions;
|
|
20
|
-
edition?: EditionOptions;
|
|
21
|
-
relations?: RelationOptions[];
|
|
22
|
-
}
|
|
23
|
-
export interface SourceFieldsOptionsParams {
|
|
24
|
-
name: any;
|
|
25
|
-
alias?: any;
|
|
26
|
-
values?: any;
|
|
27
|
-
excludeFromOgcFilters?: boolean;
|
|
28
|
-
allowedOperatorsType?: OgcFilterOperatorType;
|
|
29
|
-
step?: number;
|
|
30
|
-
relation?: RelationOptions;
|
|
31
|
-
type?: number | number[] | string | string[] | boolean | Date;
|
|
32
|
-
primary?: boolean;
|
|
33
|
-
visible?: boolean;
|
|
34
|
-
validation?: SourceFieldsValidationParams;
|
|
35
|
-
linkColumnForce?: string;
|
|
36
|
-
multiple?: boolean;
|
|
37
|
-
tooltip?: string;
|
|
38
|
-
searchIndex?: searchIndexOptions;
|
|
39
|
-
}
|
|
40
|
-
export interface searchIndexOptions {
|
|
41
|
-
enabled?: boolean;
|
|
42
|
-
preset?: Preset;
|
|
43
|
-
tokenize?: Tokenizer;
|
|
44
|
-
cache?: boolean | number;
|
|
45
|
-
resolution?: number;
|
|
46
|
-
context?: boolean;
|
|
47
|
-
optimize?: boolean;
|
|
48
|
-
language?: string;
|
|
49
|
-
encode?: Encoders;
|
|
50
|
-
}
|
|
51
|
-
export interface EditionOptions {
|
|
52
|
-
enabled: boolean;
|
|
53
|
-
baseUrl: string;
|
|
54
|
-
addUrl: string;
|
|
55
|
-
deleteUrl: string;
|
|
56
|
-
modifyUrl: string;
|
|
57
|
-
geomType: Type;
|
|
58
|
-
geomDatabaseProj?: string;
|
|
59
|
-
hasGeometry: boolean;
|
|
60
|
-
addWithDraw?: boolean;
|
|
61
|
-
messages?: any[];
|
|
62
|
-
addHeaders?: Record<string, any>;
|
|
63
|
-
modifyHeaders?: Record<string, any>;
|
|
64
|
-
modifyProtocol?: string;
|
|
65
|
-
addButton?: boolean;
|
|
66
|
-
modifyButton?: boolean;
|
|
67
|
-
deleteButton?: boolean;
|
|
68
|
-
}
|
|
69
|
-
export interface RelationOptions {
|
|
70
|
-
title: string;
|
|
71
|
-
name: string;
|
|
72
|
-
table?: string;
|
|
73
|
-
url?: string;
|
|
74
|
-
alias?: string;
|
|
75
|
-
icon?: string;
|
|
76
|
-
parent?: string;
|
|
77
|
-
tooltip?: string;
|
|
78
|
-
}
|
|
79
|
-
export interface SourceFieldsValidationParams {
|
|
80
|
-
mandatory?: boolean;
|
|
81
|
-
maxLength?: number;
|
|
82
|
-
minLength?: number;
|
|
83
|
-
readonly?: boolean;
|
|
84
|
-
send?: boolean;
|
|
85
|
-
}
|
|
86
|
-
export interface Legend {
|
|
87
|
-
collapsed?: boolean;
|
|
88
|
-
display?: boolean;
|
|
89
|
-
url?: string;
|
|
90
|
-
html?: string;
|
|
91
|
-
style?: Record<string, string | number>;
|
|
92
|
-
title?: string;
|
|
93
|
-
currentStyle?: string;
|
|
94
|
-
imgGraphValue?: string;
|
|
95
|
-
}
|
|
96
|
-
export interface TileGridOptions {
|
|
97
|
-
extent: [number, number, number, number];
|
|
98
|
-
minZoom?: number;
|
|
99
|
-
origin?: [number, number];
|
|
100
|
-
origins?: [number, number][];
|
|
101
|
-
resolutions: number[];
|
|
102
|
-
sizes?: [number, number][];
|
|
103
|
-
tileSize?: [number, number];
|
|
104
|
-
tileSizes?: [number, number][];
|
|
105
|
-
}
|
|
106
|
-
export type AnyEventName = EventRefresh;
|
|
107
|
-
export declare const EventRefresh: "refresh";
|
|
108
|
-
export type EventRefresh = typeof EventRefresh;
|
|
109
|
-
export type DatasourceEvent = [AnyEventName, Observable<unknown>];
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import olSourceVector from 'ol/source/Vector';
|
|
2
|
-
import { DataSource } from './datasource';
|
|
3
|
-
import { FeatureDataSourceOptions } from './feature-datasource.interface';
|
|
4
|
-
export declare class FeatureDataSource extends DataSource {
|
|
5
|
-
options: FeatureDataSourceOptions;
|
|
6
|
-
ol: olSourceVector;
|
|
7
|
-
get saveableOptions(): Partial<FeatureDataSourceOptions>;
|
|
8
|
-
protected createOlSource(): olSourceVector;
|
|
9
|
-
protected getSourceFormatFromOptions(options: FeatureDataSourceOptions): any;
|
|
10
|
-
onUnwatch(): void;
|
|
11
|
-
get queryTitle(): string;
|
|
12
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import olFeature from 'ol/Feature';
|
|
2
|
-
import olFormatFeature from 'ol/format/Feature';
|
|
3
|
-
import { DataSourceOptions } from './datasource.interface';
|
|
4
|
-
export interface FeatureDataSourceOptions extends DataSourceOptions {
|
|
5
|
-
formatType?: string;
|
|
6
|
-
formatOptions?: any;
|
|
7
|
-
params?: any;
|
|
8
|
-
features?: olFeature[];
|
|
9
|
-
format?: olFormatFeature;
|
|
10
|
-
url?: string;
|
|
11
|
-
pathOffline?: string;
|
|
12
|
-
preload?: PreloadOptions;
|
|
13
|
-
excludeAttribute?: string[];
|
|
14
|
-
excludeAttributeOffline?: string[];
|
|
15
|
-
}
|
|
16
|
-
export interface PreloadOptions {
|
|
17
|
-
bypassVisible?: boolean;
|
|
18
|
-
bypassResolution?: boolean;
|
|
19
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import ImageArcGISRest from 'ol/source/ImageArcGISRest';
|
|
2
|
-
import { DataSource } from './datasource';
|
|
3
|
-
import { Legend } from './datasource.interface';
|
|
4
|
-
import { ArcGISRestImageDataSourceOptions } from './imagearcgisrest-datasource.interface';
|
|
5
|
-
export declare class ImageArcGISRestDataSource extends DataSource {
|
|
6
|
-
ol: ImageArcGISRest;
|
|
7
|
-
options: ArcGISRestImageDataSourceOptions;
|
|
8
|
-
get params(): any;
|
|
9
|
-
get queryTitle(): string;
|
|
10
|
-
get mapLabel(): string;
|
|
11
|
-
get queryHtmlTarget(): string;
|
|
12
|
-
get saveableOptions(): Partial<ArcGISRestImageDataSourceOptions>;
|
|
13
|
-
protected createOlSource(): ImageArcGISRest;
|
|
14
|
-
getLegend(): Legend[];
|
|
15
|
-
onUnwatch(): void;
|
|
16
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import olAttribution from 'ol/control/Attribution';
|
|
2
|
-
import { DataSourceOptions } from './datasource.interface';
|
|
3
|
-
export interface ArcGISRestImageDataSourceOptions extends DataSourceOptions {
|
|
4
|
-
queryPrecision?: number;
|
|
5
|
-
layer?: string;
|
|
6
|
-
legendInfo?: any;
|
|
7
|
-
params?: any;
|
|
8
|
-
attributions?: olAttribution;
|
|
9
|
-
projection?: string;
|
|
10
|
-
url?: string;
|
|
11
|
-
idColumn?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export * from './data.service';
|
|
2
|
-
export * from './datasource';
|
|
3
|
-
export * from './datasource.interface';
|
|
4
|
-
export * from './feature-datasource';
|
|
5
|
-
export * from './feature-datasource.interface';
|
|
6
|
-
export * from './osm-datasource';
|
|
7
|
-
export * from './osm-datasource.interface';
|
|
8
|
-
export * from './xyz-datasource';
|
|
9
|
-
export * from './xyz-datasource.interface';
|
|
10
|
-
export * from './wfs-datasource';
|
|
11
|
-
export * from './wfs-datasource.interface';
|
|
12
|
-
export * from './wfs.service';
|
|
13
|
-
export * from './wms-datasource';
|
|
14
|
-
export * from './wms-datasource.interface';
|
|
15
|
-
export * from './wms-wfs.utils';
|
|
16
|
-
export * from './wmts-datasource';
|
|
17
|
-
export * from './wmts-datasource.interface';
|
|
18
|
-
export * from './carto-datasource';
|
|
19
|
-
export * from './carto-datasource.interface';
|
|
20
|
-
export * from './arcgisrest-datasource';
|
|
21
|
-
export * from './arcgisrest-datasource.interface';
|
|
22
|
-
export * from './imagearcgisrest-datasource';
|
|
23
|
-
export * from './imagearcgisrest-datasource.interface';
|
|
24
|
-
export * from './tilearcgisrest-datasource';
|
|
25
|
-
export * from './tilearcgisrest-datasource.interface';
|
|
26
|
-
export * from './tiledebug-datasource';
|
|
27
|
-
export * from './tiledebug-datasource.interface';
|
|
28
|
-
export * from './websocket-datasource';
|
|
29
|
-
export * from './websocket-datasource.interface';
|
|
30
|
-
export * from './mvt-datasource';
|
|
31
|
-
export * from './mvt-datasource.interface';
|
|
32
|
-
export * from './cluster-datasource';
|
|
33
|
-
export * from './cluster-datasource.interface';
|
|
34
|
-
export * from './any-datasource';
|
|
35
|
-
export * from './any-datasource.interface';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import olSourceVectorTile from 'ol/source/VectorTile';
|
|
2
|
-
import { DataSource } from './datasource';
|
|
3
|
-
import { MVTDataSourceOptions } from './mvt-datasource.interface';
|
|
4
|
-
export declare class MVTDataSource extends DataSource {
|
|
5
|
-
options: MVTDataSourceOptions;
|
|
6
|
-
ol: olSourceVectorTile;
|
|
7
|
-
get saveableOptions(): Partial<MVTDataSourceOptions>;
|
|
8
|
-
protected createOlSource(): olSourceVectorTile;
|
|
9
|
-
protected generateId(): string;
|
|
10
|
-
onUnwatch(): void;
|
|
11
|
-
}
|