@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,180 +0,0 @@
|
|
|
1
|
-
import { LanguageService } from '@igo2/core/language';
|
|
2
|
-
import OlOverlay from 'ol/Overlay';
|
|
3
|
-
import OlCircle from 'ol/geom/Circle';
|
|
4
|
-
import OlLineString from 'ol/geom/LineString';
|
|
5
|
-
import OlPoint from 'ol/geom/Point';
|
|
6
|
-
import OlPolygon from 'ol/geom/Polygon';
|
|
7
|
-
import * as olstyle from 'ol/style';
|
|
8
|
-
import { MeasureAreaUnit, MeasureLengthUnit } from './measure.enum';
|
|
9
|
-
import { Measure } from './measure.interfaces';
|
|
10
|
-
/**
|
|
11
|
-
* Convert value from meters to kilometers
|
|
12
|
-
* @param value Value in meters
|
|
13
|
-
* @returns Value in kilometers
|
|
14
|
-
*/
|
|
15
|
-
export declare function metersToKilometers(value: number): number;
|
|
16
|
-
/**
|
|
17
|
-
* Convert value from meters to feet
|
|
18
|
-
* @param value Value in meters
|
|
19
|
-
* @returns Value in feet
|
|
20
|
-
*/
|
|
21
|
-
export declare function metersToFeet(value: number): number;
|
|
22
|
-
/**
|
|
23
|
-
* Convert value from meters to miles
|
|
24
|
-
* @param value Value in meters
|
|
25
|
-
* @returns Value in miles
|
|
26
|
-
*/
|
|
27
|
-
export declare function metersToMiles(value: number): number;
|
|
28
|
-
/**
|
|
29
|
-
* Convert value from square meters to square kilometers
|
|
30
|
-
* @param value Value in square meters
|
|
31
|
-
* @returns Value in square kilometers
|
|
32
|
-
*/
|
|
33
|
-
export declare function squareMetersToSquareKilometers(value: number): number;
|
|
34
|
-
/**
|
|
35
|
-
* Convert value from square meters to square miles
|
|
36
|
-
* @param value Value in square meters
|
|
37
|
-
* @returns Value in square miles
|
|
38
|
-
*/
|
|
39
|
-
export declare function squareMetersToSquareMiles(value: number): number;
|
|
40
|
-
/**
|
|
41
|
-
* Convert value from square meters to square feet
|
|
42
|
-
* @param value Value in square meters
|
|
43
|
-
* @returns Value in square feet
|
|
44
|
-
*/
|
|
45
|
-
export declare function squareMetersToSquareFeet(value: number): number;
|
|
46
|
-
/**
|
|
47
|
-
* Convert value from square meters to hectares
|
|
48
|
-
* @param value Value in square meters
|
|
49
|
-
* @returns Value in hectares
|
|
50
|
-
*/
|
|
51
|
-
export declare function squareMetersToHectares(value: number): number;
|
|
52
|
-
/**
|
|
53
|
-
* Convert value from square meters to acres
|
|
54
|
-
* @param value Value in square meters
|
|
55
|
-
* @returns Value in acres
|
|
56
|
-
*/
|
|
57
|
-
export declare function squareMetersToAcres(value: number): number;
|
|
58
|
-
/**
|
|
59
|
-
* Convert value from meters to the specified length unit
|
|
60
|
-
* @param value Value in meters
|
|
61
|
-
* @param unit Length unit
|
|
62
|
-
* @returns Value in unit
|
|
63
|
-
*/
|
|
64
|
-
export declare function metersToUnit(value: number, unit: MeasureLengthUnit): number | undefined;
|
|
65
|
-
/**
|
|
66
|
-
* Convert value from square meters to the specified area unit
|
|
67
|
-
* @param value Value in meters
|
|
68
|
-
* @param unit Area unit
|
|
69
|
-
* @returns Value in unit
|
|
70
|
-
*/
|
|
71
|
-
export declare function squareMetersToUnit(value: number, unit: MeasureAreaUnit): number | undefined;
|
|
72
|
-
/**
|
|
73
|
-
* This method format a measure to a readable format
|
|
74
|
-
* @param measure Measure
|
|
75
|
-
* @param options Formatting options
|
|
76
|
-
* @returns Formatted measure
|
|
77
|
-
*/
|
|
78
|
-
export declare function formatMeasure(measure: number, options?: {
|
|
79
|
-
decimal?: number;
|
|
80
|
-
unit?: MeasureAreaUnit | MeasureLengthUnit;
|
|
81
|
-
unitAbbr?: boolean;
|
|
82
|
-
locale?: string;
|
|
83
|
-
}, languageService?: LanguageService): string;
|
|
84
|
-
/**
|
|
85
|
-
* Compute best length measure unit for a given measure in meters
|
|
86
|
-
* @param value Value in meters
|
|
87
|
-
* @returns Measure unit
|
|
88
|
-
*/
|
|
89
|
-
export declare function computeBestLengthUnit(value: number): MeasureLengthUnit;
|
|
90
|
-
/**
|
|
91
|
-
* Compute best length measure unit for a given measure in square meters
|
|
92
|
-
* @param value Value in meters
|
|
93
|
-
* @returns Measure unit
|
|
94
|
-
*/
|
|
95
|
-
export declare function computeBestAreaUnit(value: number): MeasureAreaUnit;
|
|
96
|
-
/**
|
|
97
|
-
* Create a default style for a measure interaction
|
|
98
|
-
* @returns OL style
|
|
99
|
-
*/
|
|
100
|
-
export declare function createMeasureInteractionStyle(): olstyle.Style;
|
|
101
|
-
/**
|
|
102
|
-
* Create a default style for a measure layer
|
|
103
|
-
* @returns OL style
|
|
104
|
-
*/
|
|
105
|
-
export declare function createMeasureLayerStyle(): olstyle.Style;
|
|
106
|
-
/**
|
|
107
|
-
* Compute the length in meters of an OL geometry with a given projection
|
|
108
|
-
* @param olGeometry Ol geometry
|
|
109
|
-
* @param projection olGeometry's projection
|
|
110
|
-
* @returns Length in meters
|
|
111
|
-
*/
|
|
112
|
-
export declare function measureOlGeometryLength(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle, projection: string): number | undefined;
|
|
113
|
-
/**
|
|
114
|
-
* Compute the area in square meters of an OL geometry with a given projection
|
|
115
|
-
* @param olGeometry Ol geometry
|
|
116
|
-
* @param projection olGeometry's projection
|
|
117
|
-
* @returns Area in square meters
|
|
118
|
-
*/
|
|
119
|
-
export declare function measureOlGeometryArea(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle, projection: string): number | undefined;
|
|
120
|
-
/**
|
|
121
|
-
* Compute the area (square meters), length (meters) and last length (meters)
|
|
122
|
-
* of an OL geometry with a given projection.
|
|
123
|
-
* @param olGeometry Ol geometry
|
|
124
|
-
* @param projection olGeometry's projection
|
|
125
|
-
* @returns Computed measure
|
|
126
|
-
*/
|
|
127
|
-
export declare function measureOlGeometry(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle, projection: string): Measure;
|
|
128
|
-
/**
|
|
129
|
-
* Update an OL geometry midpoints and return an array of those points
|
|
130
|
-
* @param olGeometry OL Geometry
|
|
131
|
-
* @returns OL points
|
|
132
|
-
*/
|
|
133
|
-
export declare function updateOlGeometryMidpoints(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlPoint[];
|
|
134
|
-
/**
|
|
135
|
-
* Clear an OL geometry midpoints and return an array of those points
|
|
136
|
-
* @param olGeometry OL Geometry
|
|
137
|
-
*/
|
|
138
|
-
export declare function clearOlGeometryMidpoints(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): any;
|
|
139
|
-
/**
|
|
140
|
-
* Add an OL overlay at each midpoint and return an array of those overlays
|
|
141
|
-
* @param olGeometry OL Geometry
|
|
142
|
-
* @returns OL overlays
|
|
143
|
-
*/
|
|
144
|
-
export declare function updateOlTooltipsAtMidpoints(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlOverlay[];
|
|
145
|
-
/**
|
|
146
|
-
* Return an array of OL overlay at midspoints, if any
|
|
147
|
-
* @param olGeometry OL Geometry
|
|
148
|
-
* @returns OL overlays
|
|
149
|
-
*/
|
|
150
|
-
export declare function getOlTooltipsAtMidpoints(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlOverlay[];
|
|
151
|
-
/**
|
|
152
|
-
* Update an OL geometry center and return it
|
|
153
|
-
* @param olGeometry OL Geometry
|
|
154
|
-
* @returns OL point
|
|
155
|
-
*/
|
|
156
|
-
export declare function updateOlGeometryCenter(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlPoint;
|
|
157
|
-
/**
|
|
158
|
-
* Add an OL overlay at the center of a geometry and return that overlay
|
|
159
|
-
* @param olGeometry OL Geometry
|
|
160
|
-
* @returns OL overlay
|
|
161
|
-
*/
|
|
162
|
-
export declare function updateOlTooltipAtCenter(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlOverlay;
|
|
163
|
-
/**
|
|
164
|
-
* Return an array of OL overlay at midspoints, if any
|
|
165
|
-
* @param olGeometry OL Geometry
|
|
166
|
-
* @returns OL overlays
|
|
167
|
-
*/
|
|
168
|
-
export declare function getOlTooltipAtCenter(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlOverlay;
|
|
169
|
-
/**
|
|
170
|
-
* Get all the tooltips of an OL geometry
|
|
171
|
-
* @param olGeometry OL Geometry
|
|
172
|
-
* @returns OL overlays
|
|
173
|
-
*/
|
|
174
|
-
export declare function getTooltipsOfOlGeometry(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlOverlay[];
|
|
175
|
-
/**
|
|
176
|
-
* Create an OL overlay at a point and bind the overlay to the point
|
|
177
|
-
* @param olPoint OL Point
|
|
178
|
-
* @returns OL overlay
|
|
179
|
-
*/
|
|
180
|
-
export declare function createOlTooltipAtPoint(olPoint: OlPoint, center?: boolean, srcGeomType?: string): OlOverlay;
|
package/lib/metadata/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './metadata-button.component';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Layer } from '../../layer';
|
|
3
|
-
import { MetadataLayerOptions, MetadataOptions } from '../shared/metadata.interface';
|
|
4
|
-
import { MetadataService } from '../shared/metadata.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MetadataButtonComponent {
|
|
7
|
-
private metadataService;
|
|
8
|
-
private dialog;
|
|
9
|
-
layer: Layer;
|
|
10
|
-
color: string;
|
|
11
|
-
constructor(metadataService: MetadataService, dialog: MatDialog);
|
|
12
|
-
openMetadata(metadata: MetadataOptions): void;
|
|
13
|
-
get options(): MetadataLayerOptions;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataButtonComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataButtonComponent, "igo-metadata-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
17
|
-
export declare class MetadataAbstractComponent {
|
|
18
|
-
data: MetadataOptions;
|
|
19
|
-
constructor(data: MetadataOptions);
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataAbstractComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataAbstractComponent, "igo-metadata-abstract", never, {}, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { MetadataAbstractComponent, MetadataButtonComponent } from './metadata-button/metadata-button.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./metadata-button/metadata-button.component";
|
|
5
|
-
export declare const METADATA_DIRECTIVES: readonly [typeof MetadataButtonComponent, typeof MetadataAbstractComponent];
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated import the components/directives directly or METADATA_DIRECTIVES for the set
|
|
8
|
-
*/
|
|
9
|
-
export declare class IgoMetadataModule {
|
|
10
|
-
static forRoot(): ModuleWithProviders<IgoMetadataModule>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMetadataModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMetadataModule, never, [typeof i1.MetadataButtonComponent, typeof i1.MetadataAbstractComponent], [typeof i1.MetadataButtonComponent, typeof i1.MetadataAbstractComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMetadataModule>;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { TypeCatalogStrings } from '../../catalog/shared/catalog.enum';
|
|
2
|
-
import { LayerOptions } from '../../layer/shared/layers/layer.interface';
|
|
3
|
-
export interface MetadataOptions {
|
|
4
|
-
url: string;
|
|
5
|
-
extern?: boolean;
|
|
6
|
-
abstract?: string;
|
|
7
|
-
keywordList?: string[];
|
|
8
|
-
layerTitle?: string;
|
|
9
|
-
type?: TypeCatalogStrings;
|
|
10
|
-
}
|
|
11
|
-
export interface MetadataLayerOptions extends LayerOptions {
|
|
12
|
-
metadata?: MetadataOptions;
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { MetadataOptions } from './metadata.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MetadataService {
|
|
4
|
-
open(metadata: MetadataOptions): void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MetadataService>;
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { MessageService } from '@igo2/core/message';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ConfigFileToGeoDBService {
|
|
5
|
-
private http;
|
|
6
|
-
private messageService;
|
|
7
|
-
constructor(http: HttpClient, messageService: MessageService);
|
|
8
|
-
load(urlFile: string): void;
|
|
9
|
-
private isZip;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigFileToGeoDBService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigFileToGeoDBService>;
|
|
12
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { InsertSourceInsertDBEnum } from './geoDB.enums';
|
|
3
|
-
import { GeoDBData } from './geoDB.interface';
|
|
4
|
-
export declare class GeoDB {
|
|
5
|
-
private db$;
|
|
6
|
-
private compression;
|
|
7
|
-
collisionsMap: Map<string | number, string[]>;
|
|
8
|
-
_newData: number;
|
|
9
|
-
private revertObservablesSubscription;
|
|
10
|
-
constructor();
|
|
11
|
-
/**
|
|
12
|
-
* Only blob can be compressed
|
|
13
|
-
* @param url
|
|
14
|
-
* @param regionID
|
|
15
|
-
* @param object object to handle
|
|
16
|
-
* @param insertSource type of event user or system
|
|
17
|
-
* @param insertEvent Name of the event where the insert has been triggered
|
|
18
|
-
* @returns
|
|
19
|
-
*/
|
|
20
|
-
update(url: string, regionID: number | string, object: object | Blob, insertSource: InsertSourceInsertDBEnum, insertEvent: string): Observable<GeoDBData>;
|
|
21
|
-
private customUpdate;
|
|
22
|
-
add(geoDBData: GeoDBData): Observable<GeoDBData>;
|
|
23
|
-
put(geoDBData: GeoDBData): Observable<GeoDBData>;
|
|
24
|
-
getGeoDBData(url: string): Observable<GeoDBData>;
|
|
25
|
-
get(url: string): Observable<object | Blob>;
|
|
26
|
-
delete(key: string): Observable<object>;
|
|
27
|
-
/** @deprecated Use delete method instead*/
|
|
28
|
-
deleteByKey(key: string): Observable<object>;
|
|
29
|
-
getRegionCountByID(id: number): Observable<number>;
|
|
30
|
-
getRegionByID(id: number): Observable<GeoDBData[]>;
|
|
31
|
-
deleteByRegionID(id: number): Observable<void[]>;
|
|
32
|
-
resetCounters(): void;
|
|
33
|
-
resetCollisionsMap(): void;
|
|
34
|
-
revertCollisions(): void;
|
|
35
|
-
get newData(): number;
|
|
36
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { InsertSourceInsertDBEnum } from './geoDB.enums';
|
|
2
|
-
export interface GeoDBData {
|
|
3
|
-
url: string;
|
|
4
|
-
regionID: any;
|
|
5
|
-
object: any;
|
|
6
|
-
compressed: boolean;
|
|
7
|
-
insertSource: InsertSourceInsertDBEnum;
|
|
8
|
-
insertEvent: string;
|
|
9
|
-
}
|
|
10
|
-
export interface GeoDataToIDB {
|
|
11
|
-
triggerDate: Date | string;
|
|
12
|
-
action: 'delete' | 'update';
|
|
13
|
-
urls: string[];
|
|
14
|
-
source?: string;
|
|
15
|
-
zippedBaseUrl?: string;
|
|
16
|
-
}
|
|
17
|
-
export interface DatasToIDB {
|
|
18
|
-
geoDatas: GeoDataToIDB[];
|
|
19
|
-
}
|
package/lib/offline/index.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { LayerDBData } from './layerDB.interface';
|
|
3
|
-
export declare class LayerDB {
|
|
4
|
-
private db$;
|
|
5
|
-
constructor();
|
|
6
|
-
/**
|
|
7
|
-
* This method allow to update the stored layer into the indexeddb (layerData)
|
|
8
|
-
* @param layerDBData
|
|
9
|
-
* @returns
|
|
10
|
-
*/
|
|
11
|
-
update(layerDBData: LayerDBData): Observable<LayerDBData>;
|
|
12
|
-
private customUpdate;
|
|
13
|
-
add(layerDBData: LayerDBData): Observable<LayerDBData>;
|
|
14
|
-
/**
|
|
15
|
-
* This method retrieve an idb layer definition
|
|
16
|
-
* @param layerId
|
|
17
|
-
* @returns
|
|
18
|
-
*/
|
|
19
|
-
getByID(layerId: string): Observable<LayerDBData>;
|
|
20
|
-
/**
|
|
21
|
-
* This method delete an idb layer definition
|
|
22
|
-
* @param key
|
|
23
|
-
* @returns
|
|
24
|
-
*/
|
|
25
|
-
delete(key: string): Observable<object>;
|
|
26
|
-
/** @deprecated Use delete method instead*/
|
|
27
|
-
deleteByKey(key: string): Observable<object>;
|
|
28
|
-
/**
|
|
29
|
-
* This method retrive all idb layer definition
|
|
30
|
-
* @param layerId
|
|
31
|
-
* @returns
|
|
32
|
-
*/
|
|
33
|
-
getAll(): Observable<LayerDBData[]>;
|
|
34
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders } from '@angular/core';
|
|
2
|
-
import { IOfflineOptions } from './offline.interface';
|
|
3
|
-
/** Ensure to create the indexDB on app initialisation and provide
|
|
4
|
-
* GeoNetworkService, ConfigFileToGeoDBService */
|
|
5
|
-
export declare function provideOffline(options: IOfflineOptions): EnvironmentProviders;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { NetworkService } from '@igo2/core/network';
|
|
3
|
-
import { Type } from 'ol/format/Feature';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare enum ResponseType {
|
|
7
|
-
Arraybuffer = "arraybuffer",
|
|
8
|
-
Blob = "blob",
|
|
9
|
-
Text = "text",
|
|
10
|
-
Json = "json"
|
|
11
|
-
}
|
|
12
|
-
export interface SimpleGetOptions {
|
|
13
|
-
responseType: Type;
|
|
14
|
-
withCredentials?: boolean;
|
|
15
|
-
}
|
|
16
|
-
export declare class GeoNetworkService {
|
|
17
|
-
private http;
|
|
18
|
-
private networkService;
|
|
19
|
-
private networkOnline;
|
|
20
|
-
constructor(http: HttpClient, networkService: NetworkService);
|
|
21
|
-
get(url: string, simpleGetOptions: SimpleGetOptions): Observable<any>;
|
|
22
|
-
private getOnline;
|
|
23
|
-
private getOffline;
|
|
24
|
-
isOnline(): boolean;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GeoNetworkService, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GeoNetworkService>;
|
|
27
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './geo-network.service';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DBSchema } from 'idb';
|
|
2
|
-
import { GeoDBData } from '../geoDB/geoDB.interface';
|
|
3
|
-
import { LayerDBData } from '../layerDB/layerDB.interface';
|
|
4
|
-
export interface IgoDBSchema extends DBSchema {
|
|
5
|
-
geoData: {
|
|
6
|
-
value: GeoDBData;
|
|
7
|
-
key: string;
|
|
8
|
-
indexes: {
|
|
9
|
-
'regionID-idx': string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
layerData: {
|
|
13
|
-
value: LayerDBData;
|
|
14
|
-
key: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
package/lib/overlay/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './shared';
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import OlFeature from 'ol/Feature';
|
|
2
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
3
|
-
import { FeatureDataSource } from '../../datasource/shared/datasources';
|
|
4
|
-
import { FeatureMotion } from '../../feature/shared/feature.enums';
|
|
5
|
-
import type { Feature } from '../../feature/shared/feature.interfaces';
|
|
6
|
-
import type { MapBase } from '../../map/shared/map.abstract';
|
|
7
|
-
/**
|
|
8
|
-
* This class is simply a shortcut for adding features to a map.
|
|
9
|
-
* It does nothing more than a standard layer but it's shipped with
|
|
10
|
-
* a defautl style based on the geometry type of the features it contains.
|
|
11
|
-
* @todo Enhance that by using a FeatureStore and strategies.
|
|
12
|
-
*/
|
|
13
|
-
export declare class Overlay<T extends MapBase = MapBase> {
|
|
14
|
-
/**
|
|
15
|
-
* The map to add the layer to
|
|
16
|
-
*/
|
|
17
|
-
private map;
|
|
18
|
-
/**
|
|
19
|
-
* Overlay layer
|
|
20
|
-
*/
|
|
21
|
-
private layer;
|
|
22
|
-
/**
|
|
23
|
-
* Overlay layer's data source
|
|
24
|
-
*/
|
|
25
|
-
get dataSource(): FeatureDataSource;
|
|
26
|
-
constructor(map?: T);
|
|
27
|
-
/**
|
|
28
|
-
* Bind this to a map and add the overlay layer to that map
|
|
29
|
-
* @param map Map
|
|
30
|
-
*/
|
|
31
|
-
setMap(map: T): void;
|
|
32
|
-
/**
|
|
33
|
-
* Set the overlay features and, optionally, move to them
|
|
34
|
-
* @param features Features
|
|
35
|
-
* @param motion Optional: Apply this motion to the map view
|
|
36
|
-
* @param sourceId Optional: Remove features of certain sourceId (ex: 'Map' for query features)
|
|
37
|
-
*/
|
|
38
|
-
setFeatures(features: Feature[], motion?: FeatureMotion, sourceId?: string): void;
|
|
39
|
-
/**
|
|
40
|
-
* Add a feature to the overlay and, optionally, move to it
|
|
41
|
-
* @param feature Feature
|
|
42
|
-
* @param motion Optional: Apply this motion to the map view (default on FeatureMotion.Default)
|
|
43
|
-
*/
|
|
44
|
-
addFeature(feature: Feature, motion?: FeatureMotion): void;
|
|
45
|
-
/**
|
|
46
|
-
* Add features to the overlay and, optionally, move to them
|
|
47
|
-
* @param features Features
|
|
48
|
-
* @param motion Optional: Apply this motion to the map view
|
|
49
|
-
*/
|
|
50
|
-
addFeatures(features: Feature[], motion?: FeatureMotion): void;
|
|
51
|
-
/**
|
|
52
|
-
* Add a OpenLayers feature to the overlay and, optionally, move to it
|
|
53
|
-
* @param olFeature OpenLayers Feature
|
|
54
|
-
* @param motion Optional: Apply this motion to the map view
|
|
55
|
-
*/
|
|
56
|
-
addOlFeature(olFeature: OlFeature<OlGeometry>, motion?: FeatureMotion): void;
|
|
57
|
-
/**
|
|
58
|
-
* Add OpenLayers features to the overlay and, optionally, move to them
|
|
59
|
-
* @param olFeatures OpenLayers Features
|
|
60
|
-
* @param motion Optional: Apply this motion to the map view
|
|
61
|
-
*/
|
|
62
|
-
addOlFeatures(olFeatures: OlFeature<OlGeometry>[], motion?: FeatureMotion): void;
|
|
63
|
-
/**
|
|
64
|
-
* Remove a feature from the overlay
|
|
65
|
-
* @param feature Feature
|
|
66
|
-
*/
|
|
67
|
-
removeFeature(feature: Feature): void;
|
|
68
|
-
/**
|
|
69
|
-
* Remove features from the overlay
|
|
70
|
-
* @param features Features
|
|
71
|
-
*/
|
|
72
|
-
removeFeatures(features: Feature[]): void;
|
|
73
|
-
/**
|
|
74
|
-
* Remove an OpenLayers feature from the overlay
|
|
75
|
-
* @param olFeature OpenLayers Feature
|
|
76
|
-
*/
|
|
77
|
-
removeOlFeature(olFeature: OlFeature<OlGeometry>): void;
|
|
78
|
-
/**
|
|
79
|
-
* Clear the overlay
|
|
80
|
-
*/
|
|
81
|
-
clear(): void;
|
|
82
|
-
}
|
package/lib/print/index.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { IgoMap } from '../../map/shared/map';
|
|
3
|
-
import { PrintOptions } from '../shared/print.interface';
|
|
4
|
-
import { PrintService } from '../shared/print.service';
|
|
5
|
-
import { PrintLegendPosition, PrintOrientation, PrintOutputFormat, PrintPaperFormat, PrintResolution, PrintSaveImageFormat } from '../shared/print.type';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PrintComponent {
|
|
8
|
-
private printService;
|
|
9
|
-
disabled$: BehaviorSubject<boolean>;
|
|
10
|
-
get map(): IgoMap;
|
|
11
|
-
set map(value: IgoMap);
|
|
12
|
-
private _map;
|
|
13
|
-
get outputFormat(): PrintOutputFormat;
|
|
14
|
-
set outputFormat(value: PrintOutputFormat);
|
|
15
|
-
private _outputFormat;
|
|
16
|
-
get paperFormat(): PrintPaperFormat;
|
|
17
|
-
set paperFormat(value: PrintPaperFormat);
|
|
18
|
-
private _paperFormat;
|
|
19
|
-
get orientation(): PrintOrientation;
|
|
20
|
-
set orientation(value: PrintOrientation);
|
|
21
|
-
private _orientation;
|
|
22
|
-
get imageFormat(): PrintSaveImageFormat;
|
|
23
|
-
set imageFormat(value: PrintSaveImageFormat);
|
|
24
|
-
private _imageFormat;
|
|
25
|
-
get legendPosition(): PrintLegendPosition;
|
|
26
|
-
set legendPosition(value: PrintLegendPosition);
|
|
27
|
-
private _legendPosition;
|
|
28
|
-
get resolution(): PrintResolution;
|
|
29
|
-
set resolution(value: PrintResolution);
|
|
30
|
-
private _resolution;
|
|
31
|
-
constructor(printService: PrintService);
|
|
32
|
-
handleFormSubmit(data: PrintOptions): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PrintComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrintComponent, "igo-print", never, { "map": { "alias": "map"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './print-form.component';
|