@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,55 +0,0 @@
|
|
|
1
|
-
import OlFeature from 'ol/Feature';
|
|
2
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
3
|
-
import RenderFeature from 'ol/render/Feature';
|
|
4
|
-
import * as olStyle from 'ol/style';
|
|
5
|
-
import { ClusterParam } from '../../layer/shared/clusterParam';
|
|
6
|
-
import { StyleByAttribute } from '../shared/vector/vector-style.interface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class StyleService {
|
|
9
|
-
style: olStyle.Style;
|
|
10
|
-
/**
|
|
11
|
-
* Create a style based on a object as
|
|
12
|
-
* style: {
|
|
13
|
-
* "stroke": {
|
|
14
|
-
* "color": "blue",
|
|
15
|
-
* "lineDash": [10, 5]
|
|
16
|
-
* },
|
|
17
|
-
* "text": {
|
|
18
|
-
* "minScaleDenom": 50000,
|
|
19
|
-
* "maxScaleDenom": 200000,
|
|
20
|
-
* "minResolution": 100,
|
|
21
|
-
* "maxResolution": 400,
|
|
22
|
-
* "attribute": "THE COLUMN NAME TO RETRIEVE THE LABEL VALUE",
|
|
23
|
-
* "text": "MY HARCODED TEXT",
|
|
24
|
-
* "stroke": {
|
|
25
|
-
* "color": "blue",
|
|
26
|
-
* "width": 0.75
|
|
27
|
-
* },
|
|
28
|
-
* "fill": {
|
|
29
|
-
* "color": "black"
|
|
30
|
-
* },
|
|
31
|
-
* "font": "20px sans-serif",
|
|
32
|
-
* "overflow": true,
|
|
33
|
-
* "offsetX": 10,
|
|
34
|
-
* "offsetY": 20,
|
|
35
|
-
* "padding": [2.5, 2.5, 2.5, 2.5]
|
|
36
|
-
* },
|
|
37
|
-
* "width": 5
|
|
38
|
-
* }
|
|
39
|
-
*
|
|
40
|
-
* @param options
|
|
41
|
-
* @param feature feature to apply style on
|
|
42
|
-
* @param resolution current map resolution, to control label resolution range
|
|
43
|
-
* @returns
|
|
44
|
-
*/
|
|
45
|
-
createStyle(options: Record<string, any>, feature?: RenderFeature | OlFeature<OlGeometry>, resolution?: number): any;
|
|
46
|
-
parseStyle(key: string, value: any): any;
|
|
47
|
-
private getOlKey;
|
|
48
|
-
private getOlCls;
|
|
49
|
-
createStyleByAttribute(feature: RenderFeature | OlFeature<OlGeometry>, styleByAttribute: StyleByAttribute, resolution: number): any;
|
|
50
|
-
createClusterStyle(feature: RenderFeature | OlFeature<OlGeometry>, resolution: number, clusterParam: ClusterParam, layerStyle: any): any;
|
|
51
|
-
getLabel(feature: any, labelMatch: any): string;
|
|
52
|
-
private guessTypeFeature;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StyleService, never>;
|
|
54
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StyleService>;
|
|
55
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./style-list/style-list.module";
|
|
4
|
-
import * as i2 from "./style-modal/drawing/style-modal-drawing.component";
|
|
5
|
-
import * as i3 from "./style-modal/layer/style-modal-layer.component";
|
|
6
|
-
import * as i4 from "./style-modal/layer-button/style-modal-layer-button.component";
|
|
7
|
-
export declare class IgoStyleModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoStyleModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoStyleModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoStyleModule, never, [typeof i1.IgoStyleListModule, typeof i2.StyleModalDrawingComponent, typeof i3.StyleModalLayerComponent, typeof i4.StyleModalLayerButtonComponent], [typeof i1.IgoStyleListModule, typeof i2.StyleModalDrawingComponent, typeof i3.StyleModalLayerComponent, typeof i4.StyleModalLayerButtonComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoStyleModule>;
|
|
12
|
-
}
|
package/lib/toast/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './toast.component';
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { FlexibleState } from '@igo2/common/flexible';
|
|
3
|
-
import { Feature } from '../feature/shared/feature.interfaces';
|
|
4
|
-
import { IgoMap } from '../map/shared/map';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ToastComponent {
|
|
7
|
-
static SWIPE_ACTION: {
|
|
8
|
-
UP: string;
|
|
9
|
-
DOWN: string;
|
|
10
|
-
};
|
|
11
|
-
private format;
|
|
12
|
-
get expanded(): boolean;
|
|
13
|
-
set expanded(value: boolean);
|
|
14
|
-
private _expanded;
|
|
15
|
-
get map(): IgoMap;
|
|
16
|
-
set map(value: IgoMap);
|
|
17
|
-
private _map;
|
|
18
|
-
get feature(): Feature;
|
|
19
|
-
set feature(value: Feature);
|
|
20
|
-
private _feature;
|
|
21
|
-
opened: EventEmitter<boolean>;
|
|
22
|
-
state: FlexibleState;
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
get title(): string;
|
|
27
|
-
toggle(): void;
|
|
28
|
-
zoomToFeatureExtent(): void;
|
|
29
|
-
swipe(action: string): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "igo-toast", never, { "expanded": { "alias": "expanded"; "required": false; }; "map": { "alias": "map"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "opened": "opened"; }, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./toast.component";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the ToastComponent directly
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgoToastModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoToastModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoToastModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoToastModule, never, [typeof i1.ToastComponent], [typeof i1.ToastComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoToastModule>;
|
|
12
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import type { DataSourceOptions } from '../datasource/shared/datasources/datasource.interface';
|
|
2
|
-
import type { WFSDataSourceOptions } from '../datasource/shared/datasources/wfs-datasource.interface';
|
|
3
|
-
import type { WMSDataSourceOptions } from '../datasource/shared/datasources/wms-datasource.interface';
|
|
4
|
-
import type { WMTSDataSourceOptions } from '../datasource/shared/datasources/wmts-datasource.interface';
|
|
5
|
-
import type { ArcGISRestDataSourceOptions } from './../datasource/shared/datasources/arcgisrest-datasource.interface';
|
|
6
|
-
/**
|
|
7
|
-
* Generate a id from it's datasource options.
|
|
8
|
-
* @param options Data source options
|
|
9
|
-
* @returns A id
|
|
10
|
-
*/
|
|
11
|
-
export declare function generateIdFromSourceOptions(options: DataSourceOptions): string;
|
|
12
|
-
/**
|
|
13
|
-
* Generate a id from WMS data source options
|
|
14
|
-
* @param options WMS data source options
|
|
15
|
-
* @returns A md5 hash of the the url and layers
|
|
16
|
-
*/
|
|
17
|
-
export declare function generateWMSIdFromSourceOptions(options: WMSDataSourceOptions): string;
|
|
18
|
-
/**
|
|
19
|
-
* Generate a id from WMTS data source options
|
|
20
|
-
* @param options WMTS data source options
|
|
21
|
-
* @returns A md5 hash of the the url and layer
|
|
22
|
-
*/
|
|
23
|
-
export declare function generateWMTSIdFromSourceOptions(options: WMTSDataSourceOptions): string;
|
|
24
|
-
/**
|
|
25
|
-
* Generate a id from XYZ data source options
|
|
26
|
-
* @param options XYZ data source options
|
|
27
|
-
* @returns A md5 hash of the the url and layer
|
|
28
|
-
*/
|
|
29
|
-
export declare function generateXYZIdFromSourceOptions(options: WMTSDataSourceOptions): string;
|
|
30
|
-
/**
|
|
31
|
-
* Generate a id from feature data source options
|
|
32
|
-
* @param options XYZ data source options
|
|
33
|
-
* @returns A md5 hash of the the url and layer
|
|
34
|
-
*/
|
|
35
|
-
export declare function generateFeatureIdFromSourceOptions(options: WMTSDataSourceOptions): string;
|
|
36
|
-
/**
|
|
37
|
-
* Generate a id from feature data source options
|
|
38
|
-
* @param options XYZ data source options
|
|
39
|
-
* @returns A md5 hash of the the url and layer
|
|
40
|
-
*/
|
|
41
|
-
export declare function generateWfsIdFromSourceOptions(options: WFSDataSourceOptions): string;
|
|
42
|
-
/**
|
|
43
|
-
* Generate a id from ArcGIS Rest data source options
|
|
44
|
-
* @param options ArcGIS Rest data source options
|
|
45
|
-
* @returns A md5 hash of the url and layers
|
|
46
|
-
*/
|
|
47
|
-
export declare function generateArcgisRestIdFromSourceOptions(options: ArcGISRestDataSourceOptions): string;
|
|
48
|
-
/**
|
|
49
|
-
* Generate a unique id
|
|
50
|
-
* @returns A uuid
|
|
51
|
-
*/
|
|
52
|
-
export declare function generateId(): string;
|
|
53
|
-
export declare function standardizeUrl(url: string): string;
|
package/lib/utils/index.d.ts
DELETED
package/lib/utils/osmLinks.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { RegexService } from '@igo2/core/regex';
|
|
2
|
-
import { GeoServiceDefinition } from './propertyTypeDetector.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PropertyTypeDetectorService {
|
|
5
|
-
private regexService;
|
|
6
|
-
geoServiceRegexes: GeoServiceDefinition[];
|
|
7
|
-
constructor(regexService: RegexService);
|
|
8
|
-
getPropertyType(value: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
|
|
9
|
-
private isUrl;
|
|
10
|
-
isGeoService(value: any): boolean;
|
|
11
|
-
getGeoService(url: string, availableProperties: string[]): GeoServiceDefinition;
|
|
12
|
-
private getGeoServiceRegexes;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyTypeDetectorService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PropertyTypeDetectorService>;
|
|
15
|
-
}
|
package/lib/wkt/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './shared';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './wkt.service';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class WktService {
|
|
3
|
-
wktToFeature(wkt: any, wktProj: any, featureProj: any): import("ol").Feature<import("ol/geom").Geometry>;
|
|
4
|
-
extentToWkt(epsgTO: any, extent: any, extentProj: any): {
|
|
5
|
-
wktPoly: string;
|
|
6
|
-
wktLine: string;
|
|
7
|
-
wktMultiPoints: string;
|
|
8
|
-
};
|
|
9
|
-
private roundCoordinateArray;
|
|
10
|
-
private roundArray;
|
|
11
|
-
snrcToWkt(snrc: any, epsgTO: any): {
|
|
12
|
-
wktPoly: any;
|
|
13
|
-
wktLine: string;
|
|
14
|
-
wktMultiPoints: string;
|
|
15
|
-
};
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WktService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WktService>;
|
|
18
|
-
}
|
package/lib/wkt/wkt.module.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated UNUSED
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoWktModule {
|
|
7
|
-
static forRoot(): ModuleWithProviders<IgoWktModule>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoWktModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoWktModule, never, never, never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoWktModule>;
|
|
11
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface DialogData {
|
|
5
|
-
type: string;
|
|
6
|
-
cancel: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class ConfirmationPopupComponent {
|
|
9
|
-
dialogRef: MatDialogRef<ConfirmationPopupComponent>;
|
|
10
|
-
languageService: LanguageService;
|
|
11
|
-
data: {
|
|
12
|
-
type: string;
|
|
13
|
-
cancel: boolean;
|
|
14
|
-
};
|
|
15
|
-
constructor(dialogRef: MatDialogRef<ConfirmationPopupComponent>, languageService: LanguageService, data: {
|
|
16
|
-
type: string;
|
|
17
|
-
cancel: boolean;
|
|
18
|
-
});
|
|
19
|
-
cancelAction(): void;
|
|
20
|
-
confirmedAction(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationPopupComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationPopupComponent, "igo-confirmation-popup-component", never, {}, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./confirmation-popup.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the ConfirmationPopupComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoConfirmationPopupModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfirmationPopupModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmationPopupModule, never, [typeof i1.ConfirmationPopupComponent], [typeof i1.ConfirmationPopupComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfirmationPopupModule>;
|
|
10
|
-
}
|
package/lib/workspace/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './shared';
|
|
2
|
-
export * from './confirmation-popup/index';
|
|
3
|
-
export * from './workspace-selector/workspace-selector.directive';
|
|
4
|
-
export * from './workspace-selector/workspace-selector.module';
|
|
5
|
-
export * from './workspace-updator/workspace-updator.directive';
|
|
6
|
-
export * from './workspace-updator/workspace-updator.module';
|
|
7
|
-
export * from './widgets/index';
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { Workspace, WorkspaceOptions } from '@igo2/common/workspace';
|
|
3
|
-
import { ConfigService } from '@igo2/core/config';
|
|
4
|
-
import OlFeature from 'ol/Feature';
|
|
5
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
6
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
7
|
-
import * as OlStyle from 'ol/style';
|
|
8
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
9
|
-
import { RelationOptions } from '../../datasource/shared';
|
|
10
|
-
import { GeometryType } from '../../draw/shared';
|
|
11
|
-
import { DrawControl } from '../../geometry/shared';
|
|
12
|
-
import { ImageLayer, VectorLayer } from '../../layer/shared';
|
|
13
|
-
import { IgoMap } from '../../map/shared/map';
|
|
14
|
-
export interface EditionWorkspaceOptions extends WorkspaceOptions {
|
|
15
|
-
layer: ImageLayer | VectorLayer;
|
|
16
|
-
map: IgoMap;
|
|
17
|
-
}
|
|
18
|
-
export declare class EditionWorkspace extends Workspace {
|
|
19
|
-
private dialog;
|
|
20
|
-
private configService;
|
|
21
|
-
private adding$;
|
|
22
|
-
private getDomainValues;
|
|
23
|
-
protected options: EditionWorkspaceOptions;
|
|
24
|
-
readonly inResolutionRange$: BehaviorSubject<boolean>;
|
|
25
|
-
get layer(): ImageLayer | VectorLayer;
|
|
26
|
-
get map(): IgoMap;
|
|
27
|
-
private drawControl;
|
|
28
|
-
private drawEnd$$;
|
|
29
|
-
private olDrawingLayerSource;
|
|
30
|
-
private olDrawingLayer;
|
|
31
|
-
geometryType: typeof GeometryType;
|
|
32
|
-
modify: any;
|
|
33
|
-
modifyStyle: OlStyle.Style;
|
|
34
|
-
private newFeaturefilterClauseFunc;
|
|
35
|
-
private editFeaturefilterClauseFunc;
|
|
36
|
-
fillColor: string;
|
|
37
|
-
strokeColor: string;
|
|
38
|
-
strokeWidth: number;
|
|
39
|
-
constructor(dialog: MatDialog, configService: ConfigService, adding$: BehaviorSubject<boolean>, getDomainValues: (relation: RelationOptions) => Observable<any>, options: EditionWorkspaceOptions);
|
|
40
|
-
deleteFeature(feature: any, workspace: any): void;
|
|
41
|
-
editFeature(feature: any, workspace: EditionWorkspace): void;
|
|
42
|
-
/**
|
|
43
|
-
* Create a Draw Control
|
|
44
|
-
* @param fillColor the fill color
|
|
45
|
-
* @param strokeColor the stroke color
|
|
46
|
-
* @param strokeWidth the stroke width
|
|
47
|
-
* @returns a Draw Control
|
|
48
|
-
*/
|
|
49
|
-
createDrawControl(fillColor?: string, strokeColor?: string, strokeWidth?: number): DrawControl;
|
|
50
|
-
/**
|
|
51
|
-
* Called when the user selects a new geometry type
|
|
52
|
-
* @param geometryType the geometry type selected by the user
|
|
53
|
-
*/
|
|
54
|
-
onGeometryTypeChange(geometryType: Type, feature: any, workspace: EditionWorkspace): void;
|
|
55
|
-
/**
|
|
56
|
-
* Activate the correct control
|
|
57
|
-
*/
|
|
58
|
-
private toggleDrawControl;
|
|
59
|
-
/**
|
|
60
|
-
* Deactivate the active draw control
|
|
61
|
-
*/
|
|
62
|
-
deactivateDrawControl(): void;
|
|
63
|
-
/**
|
|
64
|
-
* Activate a given control
|
|
65
|
-
*/
|
|
66
|
-
private activateDrawControl;
|
|
67
|
-
/**
|
|
68
|
-
* Add a feature to layer. The loading strategy of the layer
|
|
69
|
-
* will trigger and add the feature to the workspace store.
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
private addFeatureToStore;
|
|
73
|
-
/**
|
|
74
|
-
* Delete drawings layer and source from the map AND feature from the entity store.
|
|
75
|
-
* Layer refresh will automatically add the new feature into the store.
|
|
76
|
-
*/
|
|
77
|
-
deleteDrawings(): void;
|
|
78
|
-
/**
|
|
79
|
-
* Create a modify interaction to allow a geometry change one feature at the time (drag and drop)
|
|
80
|
-
*/
|
|
81
|
-
createModifyInteraction(olFeature: OlFeature<OlGeometry>, feature: any, workspace: EditionWorkspace): void;
|
|
82
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { AuthInterceptor } from '@igo2/auth';
|
|
4
|
-
import { ConfigService } from '@igo2/core/config';
|
|
5
|
-
import { MessageService } from '@igo2/core/message';
|
|
6
|
-
import { StorageService } from '@igo2/core/storage';
|
|
7
|
-
import olFeature from 'ol/Feature';
|
|
8
|
-
import GeoJSON from 'ol/format/GeoJSON';
|
|
9
|
-
import WKT from 'ol/format/WKT';
|
|
10
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
11
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
12
|
-
import { RelationOptions } from '../../datasource/shared/datasources';
|
|
13
|
-
import { ImageLayer, LayerService, VectorLayer } from '../../layer/shared';
|
|
14
|
-
import { IgoMap, MapBase } from '../../map/shared';
|
|
15
|
-
import { StyleService } from '../../style/style-service/style.service';
|
|
16
|
-
import { EditionWorkspace } from './edition-workspace';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
export declare class EditionWorkspaceService {
|
|
19
|
-
private layerService;
|
|
20
|
-
private storageService;
|
|
21
|
-
private configService;
|
|
22
|
-
private messageService;
|
|
23
|
-
private http;
|
|
24
|
-
private dialog;
|
|
25
|
-
private styleService;
|
|
26
|
-
authInterceptor?: AuthInterceptor;
|
|
27
|
-
ws$: BehaviorSubject<string>;
|
|
28
|
-
adding$: BehaviorSubject<boolean>;
|
|
29
|
-
relationLayers$: BehaviorSubject<ImageLayer[] | VectorLayer[]>;
|
|
30
|
-
rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>;
|
|
31
|
-
loading: boolean;
|
|
32
|
-
wktFormat: WKT;
|
|
33
|
-
geoJsonFormat: GeoJSON<olFeature<OlGeometry>>;
|
|
34
|
-
get zoomAuto(): boolean;
|
|
35
|
-
constructor(layerService: LayerService, storageService: StorageService, configService: ConfigService, messageService: MessageService, http: HttpClient, dialog: MatDialog, styleService: StyleService, authInterceptor?: AuthInterceptor);
|
|
36
|
-
createWorkspace(layer: ImageLayer, map: IgoMap): EditionWorkspace;
|
|
37
|
-
private createFeatureStore;
|
|
38
|
-
private createTableTemplate;
|
|
39
|
-
saveFeature(feature: any, workspace: EditionWorkspace): boolean;
|
|
40
|
-
addFeature(feature: any, workspace: EditionWorkspace, url: string, headers: Record<string, any>): void;
|
|
41
|
-
deleteFeature(workspace: EditionWorkspace, url: string): void;
|
|
42
|
-
modifyFeature(feature: any, workspace: EditionWorkspace, url: string, headers: Record<string, any>, protocole?: string): void;
|
|
43
|
-
cancelEdit(workspace: EditionWorkspace, feature: any, fromSave?: boolean): void;
|
|
44
|
-
getDomainValues(relation: RelationOptions): Observable<any>;
|
|
45
|
-
refreshMap(layer: VectorLayer, map: MapBase): void;
|
|
46
|
-
validateFeature(feature: any, workspace: EditionWorkspace): boolean;
|
|
47
|
-
sanitizeParameter(feature: any, workspace: EditionWorkspace): void;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditionWorkspaceService, never>;
|
|
49
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EditionWorkspaceService>;
|
|
50
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Workspace, WorkspaceOptions } from '@igo2/common/workspace';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { VectorLayer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../../map/shared/map';
|
|
5
|
-
export interface FeatureWorkspaceOptions extends WorkspaceOptions {
|
|
6
|
-
layer: VectorLayer;
|
|
7
|
-
map: IgoMap;
|
|
8
|
-
}
|
|
9
|
-
export declare class FeatureWorkspace extends Workspace {
|
|
10
|
-
protected options: FeatureWorkspaceOptions;
|
|
11
|
-
readonly inResolutionRange$: BehaviorSubject<boolean>;
|
|
12
|
-
get layer(): VectorLayer;
|
|
13
|
-
get map(): IgoMap;
|
|
14
|
-
constructor(options: FeatureWorkspaceOptions);
|
|
15
|
-
getLayerWksOptionTabQuery(): boolean;
|
|
16
|
-
getLayerWksOptionMapQuery(): boolean;
|
|
17
|
-
private getInResolutionRange;
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import { StorageService } from '@igo2/core/storage';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
5
|
-
import { LayerService, VectorLayer } from '../../layer/shared';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { PropertyTypeDetectorService } from '../../utils/propertyTypeDetector/propertyTypeDetector.service';
|
|
8
|
-
import { FeatureWorkspace } from './feature-workspace';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class FeatureWorkspaceService {
|
|
11
|
-
private storageService;
|
|
12
|
-
private configService;
|
|
13
|
-
private layerService;
|
|
14
|
-
private propertyTypeDetectorService;
|
|
15
|
-
private capabilitiesService;
|
|
16
|
-
get zoomAuto(): boolean;
|
|
17
|
-
ws$: BehaviorSubject<string>;
|
|
18
|
-
constructor(storageService: StorageService, configService: ConfigService, layerService: LayerService, propertyTypeDetectorService: PropertyTypeDetectorService, capabilitiesService: CapabilitiesService);
|
|
19
|
-
createWorkspace(layer: VectorLayer, map: IgoMap): FeatureWorkspace;
|
|
20
|
-
private createFeatureStore;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureWorkspaceService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureWorkspaceService>;
|
|
23
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './wfs-workspace';
|
|
2
|
-
export * from './wfs-workspace.service';
|
|
3
|
-
export * from './feature-workspace';
|
|
4
|
-
export * from './feature-workspace.service';
|
|
5
|
-
export * from './edition-workspace';
|
|
6
|
-
export * from './edition-workspace.service';
|
|
7
|
-
export * from './workspace.utils';
|
|
8
|
-
export * from './workspace.interface';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Workspace, WorkspaceOptions } from '@igo2/common/workspace';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { VectorLayer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../../map/shared/map';
|
|
5
|
-
export interface WfsWorkspaceOptions extends WorkspaceOptions {
|
|
6
|
-
layer: VectorLayer;
|
|
7
|
-
map: IgoMap;
|
|
8
|
-
}
|
|
9
|
-
export declare class WfsWorkspace extends Workspace {
|
|
10
|
-
protected options: WfsWorkspaceOptions;
|
|
11
|
-
readonly inResolutionRange$: BehaviorSubject<boolean>;
|
|
12
|
-
get layer(): VectorLayer;
|
|
13
|
-
get map(): IgoMap;
|
|
14
|
-
constructor(options: WfsWorkspaceOptions);
|
|
15
|
-
getLayerWksOptionTabQuery(): boolean;
|
|
16
|
-
getLayerWksOptionMapQuery(): boolean;
|
|
17
|
-
private getInResolutionRange;
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import { StorageService } from '@igo2/core/storage';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
5
|
-
import { LayerService, VectorLayer } from '../../layer/shared';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { PropertyTypeDetectorService } from '../../utils/propertyTypeDetector';
|
|
8
|
-
import { WfsWorkspace } from './wfs-workspace';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class WfsWorkspaceService {
|
|
11
|
-
private storageService;
|
|
12
|
-
private configService;
|
|
13
|
-
private layerService;
|
|
14
|
-
private propertyTypeDetectorService;
|
|
15
|
-
private capabilitiesService;
|
|
16
|
-
get zoomAuto(): boolean;
|
|
17
|
-
ws$: BehaviorSubject<string>;
|
|
18
|
-
constructor(storageService: StorageService, configService: ConfigService, layerService: LayerService, propertyTypeDetectorService: PropertyTypeDetectorService, capabilitiesService: CapabilitiesService);
|
|
19
|
-
createWorkspace(layer: VectorLayer, map: IgoMap): WfsWorkspace;
|
|
20
|
-
private createFeatureStore;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WfsWorkspaceService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WfsWorkspaceService>;
|
|
23
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import { StorageService } from '@igo2/core/storage';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject';
|
|
4
|
-
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
5
|
-
import { ImageLayer, LayerService } from '../../layer/shared';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { StyleService } from '../../style/style-service/style.service';
|
|
8
|
-
import { PropertyTypeDetectorService } from '../../utils/propertyTypeDetector/propertyTypeDetector.service';
|
|
9
|
-
import { WfsWorkspace } from './wfs-workspace';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class WmsWorkspaceService {
|
|
12
|
-
private layerService;
|
|
13
|
-
private storageService;
|
|
14
|
-
private capabilitiesService;
|
|
15
|
-
private styleService;
|
|
16
|
-
private configService;
|
|
17
|
-
private propertyTypeDetectorService;
|
|
18
|
-
get zoomAuto(): boolean;
|
|
19
|
-
ws$: BehaviorSubject<string>;
|
|
20
|
-
constructor(layerService: LayerService, storageService: StorageService, capabilitiesService: CapabilitiesService, styleService: StyleService, configService: ConfigService, propertyTypeDetectorService: PropertyTypeDetectorService);
|
|
21
|
-
createWorkspace(layer: ImageLayer, map: IgoMap): WfsWorkspace;
|
|
22
|
-
private createFeatureStore;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WmsWorkspaceService, never>;
|
|
24
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WmsWorkspaceService>;
|
|
25
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EntityRecord, EntityStoreFilterCustomFuncStrategy, EntityTableButton, EntityTableColumnRenderer } from '@igo2/common/entity';
|
|
2
|
-
import { Workspace } from '@igo2/common/workspace';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
5
|
-
import { LayerService, VectorLayer } from '../../layer/shared';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { FeatureWorkspace } from './feature-workspace';
|
|
8
|
-
import { WfsWorkspace } from './wfs-workspace';
|
|
9
|
-
export declare function getRowsInMapExtent(layerId: any, storageService: any): boolean;
|
|
10
|
-
export declare function setRowsInMapExtent(value: any, layerId: any, storageService: any): void;
|
|
11
|
-
export declare function getSelectedOnly(layerId: any, storageService: any): boolean;
|
|
12
|
-
export declare function setSelectedOnly(value: any, layerId: any, storageService: any): void;
|
|
13
|
-
export declare function mapExtentStrategyActiveToolTip(ws: Workspace): Observable<string>;
|
|
14
|
-
export declare function noElementSelected(ws: Workspace): Observable<boolean>;
|
|
15
|
-
export declare function addOrRemoveLayer(action: 'add' | 'remove', map: IgoMap, url: string, type: string, layerName: string, layerService: LayerService): void;
|
|
16
|
-
export declare function getGeoServiceAction(workspace: FeatureWorkspace | WfsWorkspace, layerService: LayerService): {
|
|
17
|
-
name: string;
|
|
18
|
-
title: any;
|
|
19
|
-
tooltip: string;
|
|
20
|
-
renderer: EntityTableColumnRenderer;
|
|
21
|
-
valueAccessor: (entity: Feature, record: EntityRecord<Feature>) => EntityTableButton[];
|
|
22
|
-
}[];
|
|
23
|
-
export declare function createTableTemplate(workspace: FeatureWorkspace | WfsWorkspace, layer: VectorLayer, layerService: LayerService, ws$: any): void;
|
|
24
|
-
export declare function createFilterInMapExtentOrResolutionStrategy(): EntityStoreFilterCustomFuncStrategy;
|