@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,61 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import { CapabilitiesService } from '../../../datasource/shared/capabilities.service';
|
|
3
|
-
import { PropertyTypeDetectorService } from '../../../utils/propertyTypeDetector/propertyTypeDetector.service';
|
|
4
|
-
import { FeatureStorePropertyTypeStrategyOptions } from '../feature.interfaces';
|
|
5
|
-
import { FeatureStore } from '../store';
|
|
6
|
-
/**
|
|
7
|
-
* This strategy maintain the store features updated to detect geoproperties
|
|
8
|
-
* (wms/arcgis... layer and url).
|
|
9
|
-
* The features's state inside the map are tagged haveGeoServiceProperties = true;
|
|
10
|
-
*/
|
|
11
|
-
export declare class GeoPropertiesStrategy extends EntityStoreStrategy {
|
|
12
|
-
protected options: FeatureStorePropertyTypeStrategyOptions;
|
|
13
|
-
private propertyTypeDetectorService;
|
|
14
|
-
private capabilitiesService;
|
|
15
|
-
/**
|
|
16
|
-
* Subscription to the store's OL source changes
|
|
17
|
-
*/
|
|
18
|
-
private stores$$;
|
|
19
|
-
private states$$;
|
|
20
|
-
private empty$$;
|
|
21
|
-
/**
|
|
22
|
-
* The map the layer is bound to
|
|
23
|
-
*/
|
|
24
|
-
private readonly map;
|
|
25
|
-
constructor(options: FeatureStorePropertyTypeStrategyOptions, propertyTypeDetectorService: PropertyTypeDetectorService, capabilitiesService: CapabilitiesService);
|
|
26
|
-
/**
|
|
27
|
-
* Bind this strategy to a store and start watching for Ol source changes
|
|
28
|
-
* @param store Feature store
|
|
29
|
-
*/
|
|
30
|
-
bindStore(store: FeatureStore): void;
|
|
31
|
-
/**
|
|
32
|
-
* Unbind this strategy from a store and stop watching for Ol source changes
|
|
33
|
-
* @param store Feature store
|
|
34
|
-
*/
|
|
35
|
-
unbindStore(store: FeatureStore): void;
|
|
36
|
-
/**
|
|
37
|
-
* Start watching all stores already bound to that strategy at once.
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
protected doActivate(): void;
|
|
41
|
-
/**
|
|
42
|
-
* Stop watching all stores bound to that strategy
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
protected doDeactivate(): void;
|
|
46
|
-
/**
|
|
47
|
-
* Watch for a store's OL source changes
|
|
48
|
-
* @param store Feature store
|
|
49
|
-
*/
|
|
50
|
-
private watchStore;
|
|
51
|
-
private updateEntitiesPropertiesState;
|
|
52
|
-
/**
|
|
53
|
-
* Stop watching for a store's OL source changes
|
|
54
|
-
* @param store Feature store
|
|
55
|
-
*/
|
|
56
|
-
private unwatchStore;
|
|
57
|
-
/**
|
|
58
|
-
* Stop watching for OL source changes in all stores.
|
|
59
|
-
*/
|
|
60
|
-
private unwatchAll;
|
|
61
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import { FeatureStoreInMapExtentStrategyOptions } from '../feature.interfaces';
|
|
3
|
-
import { FeatureStore } from '../store';
|
|
4
|
-
/**
|
|
5
|
-
* This strategy maintain the store features updated while the map is moved.
|
|
6
|
-
* The features's state inside the map are tagged inMapExtent = true;
|
|
7
|
-
*/
|
|
8
|
-
export declare class FeatureStoreInMapExtentStrategy extends EntityStoreStrategy {
|
|
9
|
-
protected options: FeatureStoreInMapExtentStrategyOptions;
|
|
10
|
-
/**
|
|
11
|
-
* Subscription to the store's OL source changes
|
|
12
|
-
*/
|
|
13
|
-
private stores$$;
|
|
14
|
-
private states$$;
|
|
15
|
-
private empty$$;
|
|
16
|
-
constructor(options: FeatureStoreInMapExtentStrategyOptions);
|
|
17
|
-
/**
|
|
18
|
-
* Bind this strategy to a store and start watching for Ol source changes
|
|
19
|
-
* @param store Feature store
|
|
20
|
-
*/
|
|
21
|
-
bindStore(store: FeatureStore): void;
|
|
22
|
-
/**
|
|
23
|
-
* Unbind this strategy from a store and stop watching for Ol source changes
|
|
24
|
-
* @param store Feature store
|
|
25
|
-
*/
|
|
26
|
-
unbindStore(store: FeatureStore): void;
|
|
27
|
-
/**
|
|
28
|
-
* Start watching all stores already bound to that strategy at once.
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
|
-
protected doActivate(): void;
|
|
32
|
-
/**
|
|
33
|
-
* Stop watching all stores bound to that strategy
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
protected doDeactivate(): void;
|
|
37
|
-
/**
|
|
38
|
-
* Watch for a store's OL source changes
|
|
39
|
-
* @param store Feature store
|
|
40
|
-
*/
|
|
41
|
-
private watchStore;
|
|
42
|
-
private updateEntitiesInExtent;
|
|
43
|
-
private getFeaturesInExtent;
|
|
44
|
-
/**
|
|
45
|
-
* Stop watching for a store's OL source changes
|
|
46
|
-
* @param store Feature store
|
|
47
|
-
*/
|
|
48
|
-
private unwatchStore;
|
|
49
|
-
/**
|
|
50
|
-
* Stop watching for OL source changes in all stores.
|
|
51
|
-
*/
|
|
52
|
-
private unwatchAll;
|
|
53
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import { FeatureStoreInMapResolutionStrategyOptions } from '../feature.interfaces';
|
|
3
|
-
import { FeatureStore } from '../store';
|
|
4
|
-
/**
|
|
5
|
-
* This strategy maintain the store features updated while the map is scrolled.
|
|
6
|
-
* The features's state inside the map's resolution are tagged inMapResolution = true;
|
|
7
|
-
*/
|
|
8
|
-
export declare class FeatureStoreInMapResolutionStrategy extends EntityStoreStrategy {
|
|
9
|
-
protected options: FeatureStoreInMapResolutionStrategyOptions;
|
|
10
|
-
/**
|
|
11
|
-
* Subscription to the store's OL source changes
|
|
12
|
-
*/
|
|
13
|
-
private stores$$;
|
|
14
|
-
private resolution$$;
|
|
15
|
-
private empty$$;
|
|
16
|
-
constructor(options: FeatureStoreInMapResolutionStrategyOptions);
|
|
17
|
-
/**
|
|
18
|
-
* Bind this strategy to a store and start watching for Ol source changes
|
|
19
|
-
* @param store Feature store
|
|
20
|
-
*/
|
|
21
|
-
bindStore(store: FeatureStore): void;
|
|
22
|
-
/**
|
|
23
|
-
* Unbind this strategy from a store and stop watching for Ol source changes
|
|
24
|
-
* @param store Feature store
|
|
25
|
-
*/
|
|
26
|
-
unbindStore(store: FeatureStore): void;
|
|
27
|
-
/**
|
|
28
|
-
* Start watching all stores already bound to that strategy at once.
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
|
-
protected doActivate(): void;
|
|
32
|
-
/**
|
|
33
|
-
* Stop watching all stores bound to that strategy
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
protected doDeactivate(): void;
|
|
37
|
-
/**
|
|
38
|
-
* Watch for a store's OL source changes
|
|
39
|
-
* @param store Feature store
|
|
40
|
-
*/
|
|
41
|
-
private watchStore;
|
|
42
|
-
private updateEntitiesInResolution;
|
|
43
|
-
/**
|
|
44
|
-
* Stop watching for a store's OL source changes
|
|
45
|
-
* @param store Feature store
|
|
46
|
-
*/
|
|
47
|
-
private unwatchStore;
|
|
48
|
-
/**
|
|
49
|
-
* Stop watching for OL source changes in all stores.
|
|
50
|
-
*/
|
|
51
|
-
private unwatchAll;
|
|
52
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import { FeatureStoreLoadingLayerStrategyOptions } from '../feature.interfaces';
|
|
3
|
-
import { FeatureStore } from '../store';
|
|
4
|
-
/**
|
|
5
|
-
* This strategy loads a layer's features into it's store counterpart.
|
|
6
|
-
* The layer -> store binding is a one-way binding. That means any OL feature
|
|
7
|
-
* added to the layer will be added to the store but the opposite is false.
|
|
8
|
-
*
|
|
9
|
-
* Important: In it's current state, this strategy is to meant to be combined
|
|
10
|
-
* with a standard Loading strategy and it would probably cause recursion issues.
|
|
11
|
-
*/
|
|
12
|
-
export declare class FeatureStoreLoadingLayerStrategy extends EntityStoreStrategy {
|
|
13
|
-
protected options: FeatureStoreLoadingLayerStrategyOptions;
|
|
14
|
-
/**
|
|
15
|
-
* Subscription to the store's OL source changes
|
|
16
|
-
*/
|
|
17
|
-
private stores$$;
|
|
18
|
-
constructor(options: FeatureStoreLoadingLayerStrategyOptions);
|
|
19
|
-
/**
|
|
20
|
-
* Bind this strategy to a store and start watching for Ol source changes
|
|
21
|
-
* @param store Feature store
|
|
22
|
-
*/
|
|
23
|
-
bindStore(store: FeatureStore): void;
|
|
24
|
-
/**
|
|
25
|
-
* Unbind this strategy from a store and stop watching for Ol source changes
|
|
26
|
-
* @param store Feature store
|
|
27
|
-
*/
|
|
28
|
-
unbindStore(store: FeatureStore): void;
|
|
29
|
-
/**
|
|
30
|
-
* Start watching all stores already bound to that strategy at once.
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
protected doActivate(): void;
|
|
34
|
-
/**
|
|
35
|
-
* Stop watching all stores bound to that strategy
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
protected doDeactivate(): void;
|
|
39
|
-
/**
|
|
40
|
-
* Watch for a store's OL source changes
|
|
41
|
-
* @param store Feature store
|
|
42
|
-
*/
|
|
43
|
-
private watchStore;
|
|
44
|
-
/**
|
|
45
|
-
* Stop watching for a store's OL source changes
|
|
46
|
-
* @param store Feature store
|
|
47
|
-
*/
|
|
48
|
-
private unwatchStore;
|
|
49
|
-
/**
|
|
50
|
-
* Stop watching for OL source changes in all stores.
|
|
51
|
-
*/
|
|
52
|
-
private unwatchAll;
|
|
53
|
-
/**
|
|
54
|
-
* Load features from an OL source into a store or clear the store if the source is empty
|
|
55
|
-
* @param features Store filtered features
|
|
56
|
-
* @param store Feature store
|
|
57
|
-
*/
|
|
58
|
-
private onSourceChanges;
|
|
59
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import { FeatureMotion } from '../feature.enums';
|
|
3
|
-
import { FeatureStoreLoadingStrategyOptions } from '../feature.interfaces';
|
|
4
|
-
import { FeatureStore } from '../store';
|
|
5
|
-
/**
|
|
6
|
-
* This strategy loads a store's features into it's layer counterpart.
|
|
7
|
-
* The store -> layer binding is a one-way binding. That means any entity
|
|
8
|
-
* added to the store will be added to the layer but the opposite is false.
|
|
9
|
-
*
|
|
10
|
-
* Important: This strategy observes filtered entities, not raw entities. This
|
|
11
|
-
* is not configurable yet.
|
|
12
|
-
*/
|
|
13
|
-
export declare class FeatureStoreLoadingStrategy extends EntityStoreStrategy {
|
|
14
|
-
protected options: FeatureStoreLoadingStrategyOptions;
|
|
15
|
-
/**
|
|
16
|
-
* Subscription to the store's features
|
|
17
|
-
*/
|
|
18
|
-
private stores$$;
|
|
19
|
-
private motion;
|
|
20
|
-
constructor(options: FeatureStoreLoadingStrategyOptions);
|
|
21
|
-
/**
|
|
22
|
-
* Bind this strategy to a store and start watching for entities changes
|
|
23
|
-
* @param store Feature store
|
|
24
|
-
*/
|
|
25
|
-
bindStore(store: FeatureStore): void;
|
|
26
|
-
/**
|
|
27
|
-
* Unbind this strategy from a store and stop watching for entities changes
|
|
28
|
-
* @param store Feature store
|
|
29
|
-
*/
|
|
30
|
-
unbindStore(store: FeatureStore): void;
|
|
31
|
-
/**
|
|
32
|
-
* Define the motion to apply on load
|
|
33
|
-
* @param motion Feature motion
|
|
34
|
-
*/
|
|
35
|
-
setMotion(motion: FeatureMotion): void;
|
|
36
|
-
/**
|
|
37
|
-
* Start watching all stores already bound to that strategy at once.
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
protected doActivate(): void;
|
|
41
|
-
/**
|
|
42
|
-
* Stop watching all stores bound to that strategy
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
protected doDeactivate(): void;
|
|
46
|
-
/**
|
|
47
|
-
* Watch for entities changes in a store.
|
|
48
|
-
* Important: Never observe a store's sorted entities. It makes no sense
|
|
49
|
-
* to display sorted entities (instead of unsorted) on a layer and it
|
|
50
|
-
* would potentially result in a lot of useless computation.
|
|
51
|
-
* @param store Feature store
|
|
52
|
-
*/
|
|
53
|
-
private watchStore;
|
|
54
|
-
/**
|
|
55
|
-
* Stop watching for entities changes in a store.
|
|
56
|
-
* @param store Feature store
|
|
57
|
-
*/
|
|
58
|
-
private unwatchStore;
|
|
59
|
-
/**
|
|
60
|
-
* Stop watching for entities changes in all stores.
|
|
61
|
-
*/
|
|
62
|
-
private unwatchAll;
|
|
63
|
-
/**
|
|
64
|
-
* Load features into a layer or clear the layer if the array of features is empty.
|
|
65
|
-
* @param features Store filtered features
|
|
66
|
-
* @param store Feature store
|
|
67
|
-
*/
|
|
68
|
-
private onFeaturesChange;
|
|
69
|
-
/**
|
|
70
|
-
* Selects the best motion
|
|
71
|
-
* @param store A FeatureStore to apply the motion
|
|
72
|
-
* @returns The motion selected
|
|
73
|
-
*/
|
|
74
|
-
private selectMotion;
|
|
75
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import { FeatureStoreSearchIndexStrategyOptions } from '../feature.interfaces';
|
|
3
|
-
import { FeatureStore } from '../store';
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* This strategy loads a layer's features's properties into a searchable index.
|
|
7
|
-
*/
|
|
8
|
-
export declare class FeatureStoreSearchIndexStrategy extends EntityStoreStrategy {
|
|
9
|
-
protected options: FeatureStoreSearchIndexStrategyOptions;
|
|
10
|
-
/**
|
|
11
|
-
* Subscription to the store's OL source changes
|
|
12
|
-
*/
|
|
13
|
-
private stores$$;
|
|
14
|
-
constructor(options: FeatureStoreSearchIndexStrategyOptions);
|
|
15
|
-
/**
|
|
16
|
-
* Bind this strategy to a store and start watching for entities changes
|
|
17
|
-
* @param store Feature store
|
|
18
|
-
*/
|
|
19
|
-
bindStore(store: FeatureStore): void;
|
|
20
|
-
/**
|
|
21
|
-
* Unbind this strategy from a store and stop watching for entities changes
|
|
22
|
-
* @param store Feature store
|
|
23
|
-
*/
|
|
24
|
-
unbindStore(store: FeatureStore): void;
|
|
25
|
-
/**
|
|
26
|
-
* Start watching all stores already bound to that strategy at once.
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
protected doActivate(): void;
|
|
30
|
-
/**
|
|
31
|
-
* Stop watching all stores bound to that strategy
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
protected doDeactivate(): void;
|
|
35
|
-
private initStoreSearchIndex;
|
|
36
|
-
/**
|
|
37
|
-
* Watch for a store's entities changes
|
|
38
|
-
* @param store Feature store
|
|
39
|
-
*/
|
|
40
|
-
private watchStore;
|
|
41
|
-
/**
|
|
42
|
-
* Stop watching for a store's entities changes
|
|
43
|
-
* @param store Feature store
|
|
44
|
-
*/
|
|
45
|
-
private unwatchStore;
|
|
46
|
-
/**
|
|
47
|
-
* Stop watching for OL source changes in all stores.
|
|
48
|
-
*/
|
|
49
|
-
private unwatchAll;
|
|
50
|
-
/**
|
|
51
|
-
* Maintain searcahble index for every loaded entities
|
|
52
|
-
* @param store Feature store
|
|
53
|
-
*/
|
|
54
|
-
private onEntitiesChanges;
|
|
55
|
-
}
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
import { EntityStoreStrategy } from '@igo2/common/entity';
|
|
2
|
-
import OlDragBoxInteraction from 'ol/interaction/DragBox';
|
|
3
|
-
import { IgoMap } from '../../../map/shared/map';
|
|
4
|
-
import { FeatureMotion } from '../feature.enums';
|
|
5
|
-
import { FeatureStoreSelectionStrategyOptions } from '../feature.interfaces';
|
|
6
|
-
import { FeatureStore } from '../store';
|
|
7
|
-
export declare class OlDragSelectInteraction extends OlDragBoxInteraction {
|
|
8
|
-
constructor(options: any);
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* This strategy synchronizes a store and a layer selected entities.
|
|
12
|
-
* The store <-> layer binding is a two-way binding.
|
|
13
|
-
*
|
|
14
|
-
* In many cases, a single strategy bound to multiple stores
|
|
15
|
-
* will yield better results that multiple strategies with each their
|
|
16
|
-
* own store. In the latter scenario, a click on overlapping features
|
|
17
|
-
* would trigger the strategy of each layer and they would cancel
|
|
18
|
-
* each other as well as move the map view around needlessly.
|
|
19
|
-
*/
|
|
20
|
-
export declare class FeatureStoreSelectionStrategy extends EntityStoreStrategy {
|
|
21
|
-
protected options: FeatureStoreSelectionStrategyOptions;
|
|
22
|
-
/**
|
|
23
|
-
* Listener to the map click event that allows selecting a feature
|
|
24
|
-
* by clicking on the map
|
|
25
|
-
*/
|
|
26
|
-
private mapClickListener;
|
|
27
|
-
private olDragSelectInteraction;
|
|
28
|
-
private olDragSelectInteractionEndKey;
|
|
29
|
-
/**
|
|
30
|
-
* Subscription to all stores selected entities
|
|
31
|
-
*/
|
|
32
|
-
private stores$$;
|
|
33
|
-
private motion;
|
|
34
|
-
/**
|
|
35
|
-
* The map the layers belong to
|
|
36
|
-
*/
|
|
37
|
-
get map(): IgoMap;
|
|
38
|
-
/**
|
|
39
|
-
* A feature store that'll contain the selected features. It has it's own
|
|
40
|
-
* layer, shared by all the stores this staretgy is bound to.
|
|
41
|
-
*/
|
|
42
|
-
get overlayStore(): FeatureStore;
|
|
43
|
-
private _overlayStore;
|
|
44
|
-
constructor(options: FeatureStoreSelectionStrategyOptions);
|
|
45
|
-
/**
|
|
46
|
-
* Bind this strategy to a store and force this strategy's
|
|
47
|
-
* reactivation to properly setup watchers.
|
|
48
|
-
* @param store Feature store
|
|
49
|
-
*/
|
|
50
|
-
bindStore(store: FeatureStore): void;
|
|
51
|
-
/**
|
|
52
|
-
* Unbind this strategy from a store and force this strategy's
|
|
53
|
-
* reactivation to properly setup watchers.
|
|
54
|
-
* @param store Feature store
|
|
55
|
-
*/
|
|
56
|
-
unbindStore(store: FeatureStore): void;
|
|
57
|
-
/**
|
|
58
|
-
* Define the motion to apply on select
|
|
59
|
-
* @param motion Feature motion
|
|
60
|
-
*/
|
|
61
|
-
setMotion(motion: FeatureMotion): void;
|
|
62
|
-
/**
|
|
63
|
-
* Unselect all entities, from all stores
|
|
64
|
-
*/
|
|
65
|
-
unselectAll(): void;
|
|
66
|
-
/**
|
|
67
|
-
* Clear the overlay
|
|
68
|
-
*/
|
|
69
|
-
clear(): void;
|
|
70
|
-
/**
|
|
71
|
-
* Deactivate the selection without removing the selection
|
|
72
|
-
* overlay.
|
|
73
|
-
*/
|
|
74
|
-
deactivateSelection(): void;
|
|
75
|
-
/**
|
|
76
|
-
* Add the overlay layer, setup the map click lsitener and
|
|
77
|
-
* start watching for stores selection
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
protected doActivate(): void;
|
|
81
|
-
/**
|
|
82
|
-
* Remove the overlay layer, remove the map click lsitener and
|
|
83
|
-
* stop watching for stores selection
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
protected doDeactivate(): void;
|
|
87
|
-
/**
|
|
88
|
-
* Create a single observable of all the stores. With a single observable,
|
|
89
|
-
* features can be added all at once to the overlay layer and a single
|
|
90
|
-
* motion can be performed. Multiple observable would have
|
|
91
|
-
* a cancelling effect on each other.
|
|
92
|
-
*/
|
|
93
|
-
private watchAll;
|
|
94
|
-
/**
|
|
95
|
-
* Stop watching for selection in all stores.
|
|
96
|
-
*/
|
|
97
|
-
private unwatchAll;
|
|
98
|
-
/**
|
|
99
|
-
* Add a 'singleclick' listener to the map that'll allow selecting
|
|
100
|
-
* features by clicking on the map. The selection will be performed
|
|
101
|
-
* only on the layers bound to this strategy.
|
|
102
|
-
*/
|
|
103
|
-
private listenToMapClick;
|
|
104
|
-
/**
|
|
105
|
-
* Remove the map click listener
|
|
106
|
-
*/
|
|
107
|
-
private unlistenToMapClick;
|
|
108
|
-
/**
|
|
109
|
-
* On map click, select feature at pixel
|
|
110
|
-
* @param event OL MapBrowserPointerEvent
|
|
111
|
-
*/
|
|
112
|
-
private onMapClick;
|
|
113
|
-
/**
|
|
114
|
-
* Add a drag box interaction and, on drag box end, select features
|
|
115
|
-
*/
|
|
116
|
-
private addDragBoxInteraction;
|
|
117
|
-
/**
|
|
118
|
-
* Remove drag box interaction
|
|
119
|
-
*/
|
|
120
|
-
private removeDragBoxInteraction;
|
|
121
|
-
/**
|
|
122
|
-
* On dragbox end, select features in drag box
|
|
123
|
-
* @param event OL MapBrowserPointerEvent
|
|
124
|
-
*/
|
|
125
|
-
private onDragBoxEnd;
|
|
126
|
-
/**
|
|
127
|
-
* When features are selected from the store, add
|
|
128
|
-
* them to this startegy's overlay layer (select on map)
|
|
129
|
-
* @param features Store features
|
|
130
|
-
*/
|
|
131
|
-
private onSelectFromStore;
|
|
132
|
-
/**
|
|
133
|
-
* When features are selected from the map, also select them
|
|
134
|
-
* in their store.
|
|
135
|
-
* @param olFeatures OL feature objects
|
|
136
|
-
*/
|
|
137
|
-
private onSelectFromMap;
|
|
138
|
-
/**
|
|
139
|
-
* Select features in store
|
|
140
|
-
* @param store: Feature store
|
|
141
|
-
* @param features Features
|
|
142
|
-
*/
|
|
143
|
-
private selectFeaturesFromStore;
|
|
144
|
-
/**
|
|
145
|
-
* Unselect all features from store
|
|
146
|
-
* @param store: Feature store
|
|
147
|
-
*/
|
|
148
|
-
private unselectAllFeaturesFromStore;
|
|
149
|
-
/**
|
|
150
|
-
* This method returns a store -> features mapping from a list
|
|
151
|
-
* of OL selected features. OL features keep a reference to the store
|
|
152
|
-
* they are from.
|
|
153
|
-
* @param olFeatures: OL feature objects
|
|
154
|
-
* @returns Store -> features mapping
|
|
155
|
-
*/
|
|
156
|
-
private groupFeaturesByStore;
|
|
157
|
-
/**
|
|
158
|
-
* Create an overlay store that'll contain the selected features.
|
|
159
|
-
* @returns Overlay store
|
|
160
|
-
*/
|
|
161
|
-
private createOverlayStore;
|
|
162
|
-
/**
|
|
163
|
-
* Create an overlay store that'll contain the selected features.
|
|
164
|
-
* @returns Overlay layer
|
|
165
|
-
*/
|
|
166
|
-
private createOverlayLayer;
|
|
167
|
-
/**
|
|
168
|
-
* Add the overlay store's layer to the map to display the selected
|
|
169
|
-
* features.
|
|
170
|
-
*/
|
|
171
|
-
private addOverlayLayer;
|
|
172
|
-
/**
|
|
173
|
-
* Remove the overlay layer from the map
|
|
174
|
-
*/
|
|
175
|
-
private removeOverlayLayer;
|
|
176
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FeatureStore } from './store';
|
|
2
|
-
import { FeatureStoreLoadingStrategy } from './strategies/loading';
|
|
3
|
-
import { FeatureStoreSelectionStrategy } from './strategies/selection';
|
|
4
|
-
/**
|
|
5
|
-
* Try to add a loading strategy to a store and activate it.
|
|
6
|
-
* If no strategy is given to that function, a basic one will be created.
|
|
7
|
-
* @param store The store to bind the loading strategy
|
|
8
|
-
* @param strategy An optional loading strategy
|
|
9
|
-
*/
|
|
10
|
-
export declare function tryAddLoadingStrategy(store: FeatureStore, strategy?: FeatureStoreLoadingStrategy): void;
|
|
11
|
-
/**
|
|
12
|
-
* Try to add a selection strategy to a store and activate it.
|
|
13
|
-
* If no strategy is given to that function, a basic one will be created.
|
|
14
|
-
* @param store The store to bind the selection strategy
|
|
15
|
-
* @param [strategy] An optional selection strategy
|
|
16
|
-
*/
|
|
17
|
-
export declare function tryAddSelectionStrategy(store: FeatureStore, strategy?: FeatureStoreSelectionStrategy): void;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { OgcFilterButtonComponent } from './ogc-filter-button/ogc-filter-button.component';
|
|
3
|
-
import { OgcFilterFormComponent } from './ogc-filter-form/ogc-filter-form.component';
|
|
4
|
-
import { OgcFilterSelectionComponent } from './ogc-filter-selection/ogc-filter-selection.component';
|
|
5
|
-
import { OgcFilterTimeSliderComponent } from './ogc-filter-time/ogc-filter-time-slider.component';
|
|
6
|
-
import { OgcFilterTimeComponent } from './ogc-filter-time/ogc-filter-time.component';
|
|
7
|
-
import { OgcFilterableFormComponent } from './ogc-filterable-form/ogc-filterable-form.component';
|
|
8
|
-
import { OgcFilterableItemComponent } from './ogc-filterable-item/ogc-filterable-item.component';
|
|
9
|
-
import { OgcFilterableListBindingDirective } from './ogc-filterable-list/ogc-filterable-list-binding.directive';
|
|
10
|
-
import { OgcFilterableListComponent } from './ogc-filterable-list/ogc-filterable-list.component';
|
|
11
|
-
import { FilterableDataSourcePipe } from './shared/filterable-datasource.pipe';
|
|
12
|
-
import { SpatialFilterItemComponent } from './spatial-filter/spatial-filter-item/spatial-filter-item.component';
|
|
13
|
-
import { SpatialFilterListComponent } from './spatial-filter/spatial-filter-list/spatial-filter-list.component';
|
|
14
|
-
import { SpatialFilterTypeComponent } from './spatial-filter/spatial-filter-type/spatial-filter-type.component';
|
|
15
|
-
import { TimeFilterButtonComponent } from './time-filter-button/time-filter-button.component';
|
|
16
|
-
import { TimeFilterFormComponent } from './time-filter-form/time-filter-form.component';
|
|
17
|
-
import { TimeFilterItemComponent } from './time-filter-item/time-filter-item.component';
|
|
18
|
-
import { TimeFilterListBindingDirective } from './time-filter-list/time-filter-list-binding.directive';
|
|
19
|
-
import { TimeFilterListComponent } from './time-filter-list/time-filter-list.component';
|
|
20
|
-
import * as i0 from "@angular/core";
|
|
21
|
-
import * as i1 from "./shared/filterable-datasource.pipe";
|
|
22
|
-
import * as i2 from "./time-filter-button/time-filter-button.component";
|
|
23
|
-
import * as i3 from "./time-filter-form/time-filter-form.component";
|
|
24
|
-
import * as i4 from "./time-filter-item/time-filter-item.component";
|
|
25
|
-
import * as i5 from "./time-filter-list/time-filter-list.component";
|
|
26
|
-
import * as i6 from "./time-filter-list/time-filter-list-binding.directive";
|
|
27
|
-
import * as i7 from "./ogc-filter-form/ogc-filter-form.component";
|
|
28
|
-
import * as i8 from "./ogc-filter-button/ogc-filter-button.component";
|
|
29
|
-
import * as i9 from "./ogc-filter-selection/ogc-filter-selection.component";
|
|
30
|
-
import * as i10 from "./ogc-filterable-form/ogc-filterable-form.component";
|
|
31
|
-
import * as i11 from "./ogc-filterable-item/ogc-filterable-item.component";
|
|
32
|
-
import * as i12 from "./ogc-filterable-list/ogc-filterable-list.component";
|
|
33
|
-
import * as i13 from "./ogc-filterable-list/ogc-filterable-list-binding.directive";
|
|
34
|
-
import * as i14 from "./spatial-filter/spatial-filter-type/spatial-filter-type.component";
|
|
35
|
-
import * as i15 from "./spatial-filter/spatial-filter-list/spatial-filter-list.component";
|
|
36
|
-
import * as i16 from "./spatial-filter/spatial-filter-item/spatial-filter-item.component";
|
|
37
|
-
import * as i17 from "./ogc-filter-time/ogc-filter-time.component";
|
|
38
|
-
import * as i18 from "./ogc-filter-time/ogc-filter-time-slider.component";
|
|
39
|
-
export declare const FILTER_DIRECTIVES: readonly [typeof FilterableDataSourcePipe, typeof TimeFilterButtonComponent, typeof TimeFilterFormComponent, typeof TimeFilterItemComponent, typeof TimeFilterListComponent, typeof TimeFilterListBindingDirective, typeof OgcFilterFormComponent, typeof OgcFilterButtonComponent, typeof OgcFilterSelectionComponent, typeof OgcFilterableFormComponent, typeof OgcFilterableItemComponent, typeof OgcFilterableListComponent, typeof OgcFilterableListBindingDirective, typeof SpatialFilterTypeComponent, typeof SpatialFilterListComponent, typeof SpatialFilterItemComponent, typeof OgcFilterTimeComponent, typeof OgcFilterTimeSliderComponent];
|
|
40
|
-
/**
|
|
41
|
-
* @deprecated import the components directly or the FILTER_DIRECTIVES for the set
|
|
42
|
-
*/
|
|
43
|
-
export declare class IgoFilterModule {
|
|
44
|
-
static forRoot(): ModuleWithProviders<IgoFilterModule>;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFilterModule, never>;
|
|
46
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, never, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent]>;
|
|
47
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFilterModule>;
|
|
48
|
-
}
|
package/lib/filter/index.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * from './shared';
|
|
2
|
-
export * from './filter.module';
|
|
3
|
-
export * from './time-filter-form';
|
|
4
|
-
export * from './time-filter-item';
|
|
5
|
-
export * from './time-filter-list';
|
|
6
|
-
export * from './ogc-filterable-form';
|
|
7
|
-
export * from './ogc-filterable-item';
|
|
8
|
-
export * from './ogc-filterable-list';
|
|
9
|
-
export * from './ogc-filter-form';
|
|
10
|
-
export * from './ogc-filter-selection';
|
|
11
|
-
export * from './ogc-filter-button';
|
|
12
|
-
export * from './ogc-filter-time';
|
|
13
|
-
export * from './time-filter-button';
|
|
14
|
-
export * from './spatial-filter/spatial-filter-type';
|
|
15
|
-
export * from './spatial-filter/spatial-filter-list';
|
|
16
|
-
export * from './spatial-filter/spatial-filter-item';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ogc-filter-button.component';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Layer } from '../../layer';
|
|
3
|
-
import { MapBase } from '../../map';
|
|
4
|
-
import { OgcFilterableDataSourceOptions } from '../shared/ogc-filter.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class OgcFilterButtonComponent implements OnInit {
|
|
7
|
-
options: OgcFilterableDataSourceOptions;
|
|
8
|
-
get badge(): any;
|
|
9
|
-
get layer(): Layer;
|
|
10
|
-
set layer(value: Layer);
|
|
11
|
-
private _layer;
|
|
12
|
-
map: MapBase;
|
|
13
|
-
color: string;
|
|
14
|
-
header: boolean;
|
|
15
|
-
ogcFilterCollapse: boolean;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterButtonComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterButtonComponent, "igo-ogc-filter-button", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ogc-filter-form.component';
|