@igo2/geo 19.0.2 → 20.0.0-next.1
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 +13 -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,163 +0,0 @@
|
|
|
1
|
-
import { SelectionModel } from '@angular/cdk/collections';
|
|
2
|
-
import { NestedTreeControl } from '@angular/cdk/tree';
|
|
3
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
4
|
-
import { UntypedFormControl } from '@angular/forms';
|
|
5
|
-
import { MatTreeNestedDataSource } from '@angular/material/tree';
|
|
6
|
-
import { EntityStore, EntityTableTemplate } from '@igo2/common/entity';
|
|
7
|
-
import { LanguageService } from '@igo2/core/language';
|
|
8
|
-
import { MessageService } from '@igo2/core/message';
|
|
9
|
-
import * as olStyle from 'ol/style';
|
|
10
|
-
import { BehaviorSubject } from 'rxjs';
|
|
11
|
-
import { GeometryType } from '../../../draw';
|
|
12
|
-
import { GeoJSONGeometry } from '../../../geometry/shared/geometry.interfaces';
|
|
13
|
-
import { AnyLayer } from '../../../layer/shared';
|
|
14
|
-
import { IgoMap } from '../../../map/shared/map';
|
|
15
|
-
import { MeasureLengthUnit } from '../../../measure';
|
|
16
|
-
import { SpatialFilterQueryType, SpatialFilterType } from '../../shared/spatial-filter.enum';
|
|
17
|
-
import { SpatialFilterService } from '../../shared/spatial-filter.service';
|
|
18
|
-
import { Feature } from './../../../feature/shared/feature.interfaces';
|
|
19
|
-
import { SpatialFilterItemType } from './../../shared/spatial-filter.enum';
|
|
20
|
-
import { SpatialFilterThematic } from './../../shared/spatial-filter.interface';
|
|
21
|
-
import * as i0 from "@angular/core";
|
|
22
|
-
/**
|
|
23
|
-
* Spatial-Filter-Item (search parameters)
|
|
24
|
-
*/
|
|
25
|
-
export declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
|
|
26
|
-
private cdRef;
|
|
27
|
-
private spatialFilterService;
|
|
28
|
-
private messageService;
|
|
29
|
-
private languageService;
|
|
30
|
-
map: IgoMap;
|
|
31
|
-
get type(): SpatialFilterType;
|
|
32
|
-
set type(type: SpatialFilterType);
|
|
33
|
-
private _type;
|
|
34
|
-
queryType: SpatialFilterQueryType;
|
|
35
|
-
zone: Feature;
|
|
36
|
-
loading: any;
|
|
37
|
-
get store(): EntityStore<Feature>;
|
|
38
|
-
set store(store: EntityStore<Feature>);
|
|
39
|
-
private _store;
|
|
40
|
-
/**
|
|
41
|
-
* Available measure units for the measure type given
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
get measureUnits(): string[];
|
|
45
|
-
layers: AnyLayer[];
|
|
46
|
-
allLayers: AnyLayer[];
|
|
47
|
-
get thematicLength(): number;
|
|
48
|
-
set thematicLength(value: number);
|
|
49
|
-
private _thematicLength;
|
|
50
|
-
toggleSearch: EventEmitter<any>;
|
|
51
|
-
itemTypeChange: EventEmitter<SpatialFilterItemType>;
|
|
52
|
-
thematicChange: EventEmitter<SpatialFilterThematic[]>;
|
|
53
|
-
drawZoneEvent: EventEmitter<Feature<Record<string, any>>>;
|
|
54
|
-
bufferEvent: EventEmitter<number>;
|
|
55
|
-
zoneWithBufferChange: EventEmitter<Feature<Record<string, any>>>;
|
|
56
|
-
measureUnitChange: EventEmitter<MeasureLengthUnit>;
|
|
57
|
-
radiusEvent: EventEmitter<number>;
|
|
58
|
-
freehandControl: EventEmitter<boolean>;
|
|
59
|
-
predefinedRadius: EventEmitter<boolean>;
|
|
60
|
-
clearButtonEvent: EventEmitter<any>;
|
|
61
|
-
clearSearchEvent: EventEmitter<any>;
|
|
62
|
-
export: EventEmitter<any>;
|
|
63
|
-
openWorkspace: EventEmitter<any>;
|
|
64
|
-
entityChange: EventEmitter<any>;
|
|
65
|
-
itemType: SpatialFilterItemType[];
|
|
66
|
-
selectedItemType: SpatialFilterItemType;
|
|
67
|
-
selectedSourceAddress: any;
|
|
68
|
-
treeControl: NestedTreeControl<SpatialFilterThematic>;
|
|
69
|
-
displayedColumns: string[];
|
|
70
|
-
childrens: SpatialFilterThematic[];
|
|
71
|
-
groups: string[];
|
|
72
|
-
thematics: SpatialFilterThematic[];
|
|
73
|
-
dataSource: MatTreeNestedDataSource<SpatialFilterThematic>;
|
|
74
|
-
selectedThematics: SelectionModel<SpatialFilterThematic>;
|
|
75
|
-
value$: BehaviorSubject<GeoJSONGeometry>;
|
|
76
|
-
drawGuide$: BehaviorSubject<number>;
|
|
77
|
-
overlayStyle$: BehaviorSubject<olStyle.Style | ((feature: any, resolution: any) => olStyle.Style)>;
|
|
78
|
-
drawStyle$: BehaviorSubject<olStyle.Style | ((feature: any, resolution: any) => olStyle.Style)>;
|
|
79
|
-
private value$$;
|
|
80
|
-
private radiusChanges$$;
|
|
81
|
-
private bufferChanges$$;
|
|
82
|
-
formControl: UntypedFormControl;
|
|
83
|
-
geometryType: GeometryType;
|
|
84
|
-
geometryTypeField: boolean;
|
|
85
|
-
geometryTypes: GeometryType[];
|
|
86
|
-
drawGuideField: boolean;
|
|
87
|
-
drawGuide: number;
|
|
88
|
-
drawGuidePlaceholder: string;
|
|
89
|
-
measure: boolean;
|
|
90
|
-
drawControlIsActive: boolean;
|
|
91
|
-
freehandDrawIsActive: boolean;
|
|
92
|
-
drawStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
|
|
93
|
-
drawZone: any;
|
|
94
|
-
overlayStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
|
|
95
|
-
PointStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
|
|
96
|
-
PolyStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
|
|
97
|
-
radius: number;
|
|
98
|
-
buffer: number;
|
|
99
|
-
radiusFormControl: UntypedFormControl;
|
|
100
|
-
bufferFormControl: UntypedFormControl;
|
|
101
|
-
measureUnit: MeasureLengthUnit;
|
|
102
|
-
zoneWithBuffer: any;
|
|
103
|
-
listIsVisible: boolean;
|
|
104
|
-
tableTemplate: EntityTableTemplate;
|
|
105
|
-
constructor(cdRef: ChangeDetectorRef, spatialFilterService: SpatialFilterService, messageService: MessageService, languageService: LanguageService);
|
|
106
|
-
ngOnInit(): void;
|
|
107
|
-
/**
|
|
108
|
-
* Unsubscribe to the value stream
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
ngOnDestroy(): void;
|
|
112
|
-
onItemTypeChange(event: any): void;
|
|
113
|
-
/**
|
|
114
|
-
* Set the measure unit
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
onMeasureUnitChange(unit: MeasureLengthUnit): void;
|
|
118
|
-
isPredefined(): boolean;
|
|
119
|
-
isPolygon(): boolean;
|
|
120
|
-
isPoint(): boolean;
|
|
121
|
-
hasChild(_: number, node: SpatialFilterThematic): number | false;
|
|
122
|
-
onToggleClick(node: SpatialFilterThematic): void;
|
|
123
|
-
isAllSelected(node?: SpatialFilterThematic): boolean;
|
|
124
|
-
hasChildrenSelected(node: SpatialFilterThematic): boolean;
|
|
125
|
-
/**
|
|
126
|
-
* Apply header checkbox
|
|
127
|
-
*/
|
|
128
|
-
masterToggle(): void;
|
|
129
|
-
selectAll(node?: SpatialFilterThematic): void;
|
|
130
|
-
childrensToggle(node: SpatialFilterThematic): void;
|
|
131
|
-
/**
|
|
132
|
-
* Apply changes to the thematics selected tree and emit event
|
|
133
|
-
*/
|
|
134
|
-
onToggleChange(nodeSelected: SpatialFilterThematic): void;
|
|
135
|
-
onDrawControlChange(): void;
|
|
136
|
-
onfreehandControlChange(): void;
|
|
137
|
-
/**
|
|
138
|
-
* Launch search button
|
|
139
|
-
*/
|
|
140
|
-
toggleSearchButton(): void;
|
|
141
|
-
/**
|
|
142
|
-
* Launch clear button (clear store and map layers)
|
|
143
|
-
*/
|
|
144
|
-
clearButton(): void;
|
|
145
|
-
clearDrawZone(): void;
|
|
146
|
-
/**
|
|
147
|
-
* Launch clear search (clear field if type is predefined)
|
|
148
|
-
*/
|
|
149
|
-
clearSearch(): void;
|
|
150
|
-
/**
|
|
151
|
-
* Verify conditions of incomplete fields or busy service
|
|
152
|
-
*/
|
|
153
|
-
disableSearchButton(): boolean;
|
|
154
|
-
disabledClearSearch(): boolean;
|
|
155
|
-
/**
|
|
156
|
-
* Manage radius value at user change
|
|
157
|
-
*/
|
|
158
|
-
getRadius(): void;
|
|
159
|
-
toggleVisibleList(): void;
|
|
160
|
-
private createTableTemplate;
|
|
161
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterItemComponent, never>;
|
|
162
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterItemComponent, "igo-spatial-filter-item", never, { "map": { "alias": "map"; "required": false; }; "type": { "alias": "type"; "required": false; }; "queryType": { "alias": "queryType"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "store": { "alias": "store"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; "allLayers": { "alias": "allLayers"; "required": false; }; "thematicLength": { "alias": "thematicLength"; "required": false; }; }, { "toggleSearch": "toggleSearch"; "itemTypeChange": "itemTypeChange"; "thematicChange": "thematicChange"; "drawZoneEvent": "drawZoneEvent"; "bufferEvent": "bufferEvent"; "zoneWithBufferChange": "zoneWithBufferChange"; "measureUnitChange": "measureUnitChange"; "radiusEvent": "radiusEvent"; "freehandControl": "freehandControl"; "predefinedRadius": "predefinedRadius"; "clearButtonEvent": "clearButtonEvent"; "clearSearchEvent": "clearSearchEvent"; "export": "export"; "openWorkspace": "openWorkspace"; "entityChange": "entityChange"; }, never, never, true, never>;
|
|
163
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './spatial-filter-list.component';
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import { EntityStore } from '@igo2/common/entity';
|
|
4
|
-
import { MessageService } from '@igo2/core/message';
|
|
5
|
-
import { Subscription } from 'rxjs';
|
|
6
|
-
import { Feature } from '../../../feature';
|
|
7
|
-
import { AnyLayer } from '../../../layer';
|
|
8
|
-
import { MeasureLengthUnit } from '../../../measure/shared';
|
|
9
|
-
import { SpatialFilterQueryType } from './../../shared/spatial-filter.enum';
|
|
10
|
-
import { SpatialFilterService } from './../../shared/spatial-filter.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class SpatialFilterListComponent implements OnInit, OnDestroy {
|
|
13
|
-
private spatialFilterService;
|
|
14
|
-
private messageService;
|
|
15
|
-
store: EntityStore<Feature>;
|
|
16
|
-
get queryType(): SpatialFilterQueryType;
|
|
17
|
-
set queryType(queryType: SpatialFilterQueryType);
|
|
18
|
-
private _queryType;
|
|
19
|
-
get zone(): any;
|
|
20
|
-
set zone(value: any);
|
|
21
|
-
private _zone;
|
|
22
|
-
layers: AnyLayer[];
|
|
23
|
-
zoneWithBuffer: any;
|
|
24
|
-
selectedZone: any;
|
|
25
|
-
measureUnit: MeasureLengthUnit;
|
|
26
|
-
formControl: UntypedFormControl;
|
|
27
|
-
bufferFormControl: UntypedFormControl;
|
|
28
|
-
/**
|
|
29
|
-
* Available measure units for the measure type given
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
get measureUnits(): string[];
|
|
33
|
-
zoneChange: EventEmitter<Feature<Record<string, any>>>;
|
|
34
|
-
zoneWithBufferChange: EventEmitter<Feature<Record<string, any>>>;
|
|
35
|
-
bufferChange: EventEmitter<number>;
|
|
36
|
-
measureUnitChange: EventEmitter<MeasureLengthUnit>;
|
|
37
|
-
formValueChanges$$: Subscription;
|
|
38
|
-
bufferValueChanges$$: Subscription;
|
|
39
|
-
constructor(spatialFilterService: SpatialFilterService, messageService: MessageService);
|
|
40
|
-
ngOnInit(): void;
|
|
41
|
-
ngOnDestroy(): void;
|
|
42
|
-
displayFn(feature?: Feature): string | undefined;
|
|
43
|
-
onZoneChange(feature: any): void;
|
|
44
|
-
/**
|
|
45
|
-
* Set the measure unit
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
onMeasureUnitChange(unit: MeasureLengthUnit): void;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterListComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterListComponent, "igo-spatial-filter-list", never, { "store": { "alias": "store"; "required": false; }; "queryType": { "alias": "queryType"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; }, { "zoneChange": "zoneChange"; "zoneWithBufferChange": "zoneWithBufferChange"; "bufferChange": "bufferChange"; "measureUnitChange": "measureUnitChange"; }, never, never, true, never>;
|
|
51
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './spatial-filter-type.component';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import { EntityStore } from '@igo2/common/entity';
|
|
4
|
-
import { Feature } from '../../../feature';
|
|
5
|
-
import { AnyLayer } from '../../../layer';
|
|
6
|
-
import { MeasureLengthUnit } from '../../../measure';
|
|
7
|
-
import { SpatialFilterQueryType, SpatialFilterType } from '../../shared/spatial-filter.enum';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Spatial Filter Type
|
|
11
|
-
*/
|
|
12
|
-
export declare class SpatialFilterTypeComponent implements OnInit {
|
|
13
|
-
store: EntityStore<Feature>;
|
|
14
|
-
queryType: string[];
|
|
15
|
-
selectedTypeIndex: UntypedFormControl;
|
|
16
|
-
/**
|
|
17
|
-
* Reference to the SpatialFIlterType enum
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
spatialType: typeof SpatialFilterType;
|
|
21
|
-
activeDrawType: SpatialFilterType;
|
|
22
|
-
selectedQueryType: SpatialFilterQueryType;
|
|
23
|
-
zone: Feature;
|
|
24
|
-
layers: AnyLayer[];
|
|
25
|
-
type: SpatialFilterType;
|
|
26
|
-
eventType: EventEmitter<SpatialFilterType>;
|
|
27
|
-
eventQueryType: EventEmitter<SpatialFilterQueryType>;
|
|
28
|
-
zoneChange: EventEmitter<Feature<Record<string, any>>>;
|
|
29
|
-
zoneWithBufferChange: EventEmitter<Feature<Record<string, any>>>;
|
|
30
|
-
bufferChange: EventEmitter<number>;
|
|
31
|
-
measureUnitChange: EventEmitter<MeasureLengthUnit>;
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
onTypeChange(): void;
|
|
34
|
-
onDrawTypeChange(spatialType: SpatialFilterType): void;
|
|
35
|
-
onSelectionChange(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterTypeComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterTypeComponent, "igo-spatial-filter-type", never, { "store": { "alias": "store"; "required": false; }; "selectedQueryType": { "alias": "selectedQueryType"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; }, { "eventType": "eventType"; "eventQueryType": "eventQueryType"; "zoneChange": "zoneChange"; "zoneWithBufferChange": "zoneWithBufferChange"; "bufferChange": "bufferChange"; "measureUnitChange": "measureUnitChange"; }, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './time-filter-button.component';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TimeFilterableDataSourceOptions } from '../../datasource/shared/datasources/wms-datasource.interface';
|
|
3
|
-
import { Layer } from '../../layer';
|
|
4
|
-
import { IgoMap } from '../../map/shared/map';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TimeFilterButtonComponent implements OnInit {
|
|
7
|
-
options: TimeFilterableDataSourceOptions;
|
|
8
|
-
get badge(): number;
|
|
9
|
-
get layer(): Layer;
|
|
10
|
-
set layer(value: Layer);
|
|
11
|
-
private _layer;
|
|
12
|
-
map: IgoMap;
|
|
13
|
-
color: string;
|
|
14
|
-
header: boolean;
|
|
15
|
-
timeFilterCollapse: boolean;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterButtonComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterButtonComponent, "igo-time-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 './time-filter-form.component';
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { DateAdapter, ThemePalette } from '@angular/material/core';
|
|
3
|
-
import { Layer } from '../../layer';
|
|
4
|
-
import { TimeFilterStyle, TimeFilterType } from '../shared/time-filter.enum';
|
|
5
|
-
import { TimeFilterOptions } from '../shared/time-filter.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TimeFilterFormComponent implements OnInit {
|
|
8
|
-
private dateAdapter;
|
|
9
|
-
color: ThemePalette;
|
|
10
|
-
date: Date;
|
|
11
|
-
startDate: Date;
|
|
12
|
-
endDate: Date;
|
|
13
|
-
year: any;
|
|
14
|
-
startYear: any;
|
|
15
|
-
endYear: any;
|
|
16
|
-
initStartYear: any;
|
|
17
|
-
initEndYear: any;
|
|
18
|
-
listYears: string[];
|
|
19
|
-
startListYears: string[];
|
|
20
|
-
endListYears: string[];
|
|
21
|
-
interval: number;
|
|
22
|
-
playIcon: string;
|
|
23
|
-
resetIcon: string;
|
|
24
|
-
layer: Layer;
|
|
25
|
-
options: TimeFilterOptions;
|
|
26
|
-
set currentValue(value: string);
|
|
27
|
-
dateChange: EventEmitter<Date | [Date, Date]>;
|
|
28
|
-
yearChange: EventEmitter<string | [string, string]>;
|
|
29
|
-
mySlider: any;
|
|
30
|
-
get type(): TimeFilterType;
|
|
31
|
-
get isRange(): boolean;
|
|
32
|
-
get style(): TimeFilterStyle;
|
|
33
|
-
get step(): number;
|
|
34
|
-
get timeInterval(): number;
|
|
35
|
-
get min(): Date;
|
|
36
|
-
get max(): Date;
|
|
37
|
-
get is(): boolean;
|
|
38
|
-
get allYearsInterval(): string[];
|
|
39
|
-
constructor(dateAdapter: DateAdapter<Date>);
|
|
40
|
-
ngOnInit(): void;
|
|
41
|
-
storeCurrentFilterValue(): void;
|
|
42
|
-
private processSliderValue;
|
|
43
|
-
private processCalendarYearType;
|
|
44
|
-
private processCalendarDateType;
|
|
45
|
-
private getDateValue;
|
|
46
|
-
private checkCalendarValue;
|
|
47
|
-
private checkFilterValue;
|
|
48
|
-
handleDateChange(): void;
|
|
49
|
-
handleYearChange(): void;
|
|
50
|
-
private setUpYearsInterval;
|
|
51
|
-
dateToNumber(date: Date): number;
|
|
52
|
-
setSliderThumbLabel(label: string): void;
|
|
53
|
-
findThumbLabel(test: any[]): any;
|
|
54
|
-
toggleFilterState(): void;
|
|
55
|
-
resetFilter(): void;
|
|
56
|
-
playFilter(): void;
|
|
57
|
-
playYear(): void;
|
|
58
|
-
stopFilter(): void;
|
|
59
|
-
handleSliderDateChange(event: any): void;
|
|
60
|
-
handleSliderYearChange(event: any): void;
|
|
61
|
-
handleSliderValue(): number;
|
|
62
|
-
handleSliderTooltip(): string;
|
|
63
|
-
setupDateOutput(): void;
|
|
64
|
-
applyTypeChange(): void;
|
|
65
|
-
getRangeMinDate(): Date;
|
|
66
|
-
getRangeMaxDate(): Date;
|
|
67
|
-
/**
|
|
68
|
-
* Round date at a certain time, 10 minutes by Default
|
|
69
|
-
* @param date - Date to Round
|
|
70
|
-
* @param atMinute - round to closest 'atMinute' minute, rounded 10 by default
|
|
71
|
-
* @return the rounded date
|
|
72
|
-
*/
|
|
73
|
-
getRoundedDate(date: any, atMinute?: number): Date;
|
|
74
|
-
/**
|
|
75
|
-
* Get the step (period) definition from the layer dimension tag
|
|
76
|
-
* @param step The step as ISO 8601 example: PT10M for 10 Minutes
|
|
77
|
-
* @return the duration in milliseconds
|
|
78
|
-
*/
|
|
79
|
-
getStepDefinition(step: any): number;
|
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterFormComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterFormComponent, "igo-time-filter-form", never, { "layer": { "alias": "layer"; "required": false; }; "options": { "alias": "options"; "required": false; }; "currentValue": { "alias": "currentValue"; "required": false; }; }, { "dateChange": "dateChange"; "yearChange": "yearChange"; }, never, never, true, never>;
|
|
82
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './time-filter-item.component';
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { TimeFilterableDataSource } from '../../datasource/shared/datasources/wms-datasource';
|
|
4
|
-
import { Layer } from '../../layer';
|
|
5
|
-
import { TimeFilterService } from '../shared/time-filter.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TimeFilterItemComponent implements OnInit, OnDestroy {
|
|
8
|
-
private timeFilterService;
|
|
9
|
-
color: string;
|
|
10
|
-
showLegend$: BehaviorSubject<boolean>;
|
|
11
|
-
inResolutionRange$: BehaviorSubject<boolean>;
|
|
12
|
-
private resolution$$;
|
|
13
|
-
filtersCollapsed: boolean;
|
|
14
|
-
header: boolean;
|
|
15
|
-
layer: Layer;
|
|
16
|
-
get datasource(): TimeFilterableDataSource;
|
|
17
|
-
constructor(timeFilterService: TimeFilterService);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
handleYearChange(year: string | [string, string]): void;
|
|
21
|
-
handleDateChange(date: Date | [Date, Date]): void;
|
|
22
|
-
private reformDate;
|
|
23
|
-
private toggleLegend;
|
|
24
|
-
toggleLegendOnClick(): void;
|
|
25
|
-
setVisible(): void;
|
|
26
|
-
toggleFiltersCollapsed(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterItemComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterItemComponent, "igo-time-filter-item", never, { "header": { "alias": "header"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MapService } from '../../map/shared/map.service';
|
|
3
|
-
import { TimeFilterListComponent } from './time-filter-list.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TimeFilterListBindingDirective implements OnInit, OnDestroy {
|
|
6
|
-
private mapService;
|
|
7
|
-
private component;
|
|
8
|
-
private layers$$;
|
|
9
|
-
constructor(component: TimeFilterListComponent, mapService: MapService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterListBindingDirective, [{ self: true; }, null]>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TimeFilterListBindingDirective, "[igoTimeFilterListBinding]", never, {}, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { AnyLayer } from '../../layer';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TimeFilterListComponent {
|
|
4
|
-
layers: AnyLayer[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterListComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterListComponent, "igo-time-filter-list", never, { "layers": { "alias": "layers"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
package/lib/geo.module.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./download/download.module";
|
|
3
|
-
import * as i2 from "./filter/filter.module";
|
|
4
|
-
import * as i3 from "./import-export/import-export.module";
|
|
5
|
-
import * as i4 from "./layer/layer.module";
|
|
6
|
-
import * as i5 from "./metadata/metadata.module";
|
|
7
|
-
import * as i6 from "./query/query.module";
|
|
8
|
-
import * as i7 from "./directions/directions.module";
|
|
9
|
-
import * as i8 from "./search/search.module";
|
|
10
|
-
import * as i9 from "./toast/toast.module";
|
|
11
|
-
import * as i10 from "./workspace/workspace.module";
|
|
12
|
-
import * as i11 from "./style/style.module";
|
|
13
|
-
import * as i12 from "./wkt/wkt.module";
|
|
14
|
-
export declare class IgoGeoModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoGeoModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeoModule, never, never, [typeof i1.IgoDownloadModule, typeof i2.IgoFilterModule, typeof i3.IgoImportExportModule, typeof i4.IgoLayerModule, typeof i5.IgoMetadataModule, typeof i6.IgoQueryModule, typeof i7.IgoDirectionsModule, typeof i8.IgoSearchModule, typeof i9.IgoToastModule, typeof i10.IgoGeoWorkspaceModule, typeof i11.IgoStyleModule, typeof i12.IgoWktModule]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoGeoModule>;
|
|
18
|
-
}
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
4
|
-
import OlVectorSource from 'ol/source/Vector';
|
|
5
|
-
import * as OlStyle from 'ol/style';
|
|
6
|
-
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
7
|
-
import { IgoMap } from '../../map/shared/map';
|
|
8
|
-
import { DrawControl, ModifyControl } from '../shared/controls';
|
|
9
|
-
import { GeoJSONGeometry } from '../shared/geometry.interfaces';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* This input allows a user to draw a new geometry or to edit
|
|
13
|
-
* an existing one on a map. A text input is also displayed in the
|
|
14
|
-
* form with some instructions.
|
|
15
|
-
* This is still WIP.
|
|
16
|
-
*/
|
|
17
|
-
export declare class GeometryFormFieldInputComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
18
|
-
private cdRef;
|
|
19
|
-
ngControl: NgControl;
|
|
20
|
-
private olOverlayLayer;
|
|
21
|
-
private olGeoJSON;
|
|
22
|
-
private ready;
|
|
23
|
-
private drawControl;
|
|
24
|
-
private modifyControl;
|
|
25
|
-
private defaultDrawStyleRadius;
|
|
26
|
-
private olGeometryEnds$$;
|
|
27
|
-
private olGeometryChanges$$;
|
|
28
|
-
private olTooltip;
|
|
29
|
-
/**
|
|
30
|
-
* Active control
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
activeControl: DrawControl | ModifyControl;
|
|
34
|
-
/**
|
|
35
|
-
* The map to draw the geometry on
|
|
36
|
-
*/
|
|
37
|
-
map: IgoMap;
|
|
38
|
-
/**
|
|
39
|
-
* The geometry type
|
|
40
|
-
*/
|
|
41
|
-
set geometryType(value: Type);
|
|
42
|
-
get geometryType(): Type;
|
|
43
|
-
private _geometryType;
|
|
44
|
-
/**
|
|
45
|
-
* The drawGuide around the mouse pointer to help drawing
|
|
46
|
-
*/
|
|
47
|
-
drawGuide: number;
|
|
48
|
-
/**
|
|
49
|
-
* Whether a measure tooltip should be displayed
|
|
50
|
-
*/
|
|
51
|
-
measure: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* Whether draw control should be active or not
|
|
54
|
-
*/
|
|
55
|
-
get drawControlIsActive(): boolean;
|
|
56
|
-
set drawControlIsActive(value: boolean);
|
|
57
|
-
private _drawControlIsActive;
|
|
58
|
-
/**
|
|
59
|
-
* Whether freehand draw control should be active or not
|
|
60
|
-
*/
|
|
61
|
-
get freehandDrawIsActive(): boolean;
|
|
62
|
-
set freehandDrawIsActive(value: boolean);
|
|
63
|
-
private _freehandDrawIsActive;
|
|
64
|
-
/**
|
|
65
|
-
* Whether freehand draw control should be active or not
|
|
66
|
-
*/
|
|
67
|
-
get predefinedRadius(): boolean;
|
|
68
|
-
set predefinedRadius(value: boolean);
|
|
69
|
-
private _predefinedRadius;
|
|
70
|
-
/**
|
|
71
|
-
* Control options
|
|
72
|
-
*/
|
|
73
|
-
controlOptions: Record<string, any>;
|
|
74
|
-
/**
|
|
75
|
-
* Style for the draw control (applies while the geometry is being drawn)
|
|
76
|
-
*/
|
|
77
|
-
set drawStyle(value: OlStyleLike | OlStyle.RegularShape);
|
|
78
|
-
get drawStyle(): OlStyleLike | OlStyle.RegularShape;
|
|
79
|
-
private _drawStyle;
|
|
80
|
-
/**
|
|
81
|
-
* Style for the overlay layer (applies once the geometry is added to the map)
|
|
82
|
-
* If not specified, drawStyle applies
|
|
83
|
-
*/
|
|
84
|
-
set overlayStyle(value: OlStyleLike | OlStyle.RegularShape);
|
|
85
|
-
get overlayStyle(): OlStyleLike | OlStyle.RegularShape;
|
|
86
|
-
private _overlayStyle;
|
|
87
|
-
/**
|
|
88
|
-
* The geometry value (GeoJSON)
|
|
89
|
-
* Implemented as part of ControlValueAccessor.
|
|
90
|
-
*/
|
|
91
|
-
set value(value: GeoJSONGeometry);
|
|
92
|
-
get value(): GeoJSONGeometry;
|
|
93
|
-
private _value;
|
|
94
|
-
/**
|
|
95
|
-
* The vector source to add the geometry to
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
get olOverlaySource(): OlVectorSource;
|
|
99
|
-
set radius(value: any);
|
|
100
|
-
constructor(cdRef: ChangeDetectorRef, ngControl: NgControl);
|
|
101
|
-
/**
|
|
102
|
-
* Create an overlay layer, add the initial geometry to it (if any)
|
|
103
|
-
* and toggle the right interaction.
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
ngOnInit(): void;
|
|
107
|
-
/**
|
|
108
|
-
* Clear the overlay layer and any interaction added by this component.
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
ngOnDestroy(): void;
|
|
112
|
-
/**
|
|
113
|
-
* Implemented as part of ControlValueAccessor.
|
|
114
|
-
*/
|
|
115
|
-
registerOnChange(fn: () => void): void;
|
|
116
|
-
private onChange;
|
|
117
|
-
/**
|
|
118
|
-
* Implemented as part of ControlValueAccessor.
|
|
119
|
-
*/
|
|
120
|
-
registerOnTouched(fn: () => void): void;
|
|
121
|
-
private onTouched;
|
|
122
|
-
/**
|
|
123
|
-
* Implemented as part of ControlValueAccessor.
|
|
124
|
-
*/
|
|
125
|
-
writeValue(value: GeoJSONGeometry): void;
|
|
126
|
-
/**
|
|
127
|
-
* Add an overlay layer to the map
|
|
128
|
-
*/
|
|
129
|
-
private addOlOverlayLayer;
|
|
130
|
-
/**
|
|
131
|
-
* Create a draw control and subscribe to it's geometry
|
|
132
|
-
*/
|
|
133
|
-
private createDrawControl;
|
|
134
|
-
/**
|
|
135
|
-
* Create a modify control and subscribe to it's geometry
|
|
136
|
-
*/
|
|
137
|
-
private createModifyControl;
|
|
138
|
-
/**
|
|
139
|
-
* Toggle the proper control (draw or modify)
|
|
140
|
-
*/
|
|
141
|
-
private toggleControl;
|
|
142
|
-
/**
|
|
143
|
-
* Activate a given control
|
|
144
|
-
* @param control Control
|
|
145
|
-
*/
|
|
146
|
-
private activateControl;
|
|
147
|
-
/**
|
|
148
|
-
* Deactivate the active control
|
|
149
|
-
*/
|
|
150
|
-
private deactivateControl;
|
|
151
|
-
/**
|
|
152
|
-
* Update measures observables and map tooltips
|
|
153
|
-
* @param olGeometry Ol linestring or polygon
|
|
154
|
-
*/
|
|
155
|
-
private onOlGeometryEnds;
|
|
156
|
-
/**
|
|
157
|
-
* Update measures observables and map tooltips
|
|
158
|
-
* @param olGeometry Ol linestring or polygon
|
|
159
|
-
*/
|
|
160
|
-
private onOlGeometryChanges;
|
|
161
|
-
/**
|
|
162
|
-
* When drawing ends, convert the output value to GeoJSON and keep it.
|
|
163
|
-
* Restore the double click interaction.
|
|
164
|
-
* @param olGeometry OL geometry
|
|
165
|
-
*/
|
|
166
|
-
private setOlGeometry;
|
|
167
|
-
private circleToPoint;
|
|
168
|
-
/**
|
|
169
|
-
* Add a GeoJSON geometry to the overlay
|
|
170
|
-
* @param geometry GeoJSON geometry
|
|
171
|
-
*/
|
|
172
|
-
private addGeoJSONToOverlay;
|
|
173
|
-
/**
|
|
174
|
-
* Create the measure tooltip
|
|
175
|
-
*/
|
|
176
|
-
private createMeasureTooltip;
|
|
177
|
-
/**
|
|
178
|
-
* Update the measure tooltip of an OL geometry
|
|
179
|
-
* @param olGeometry OL Geometry
|
|
180
|
-
*/
|
|
181
|
-
private updateMeasureTooltip;
|
|
182
|
-
/**
|
|
183
|
-
* Remove the measure tooltip from the map
|
|
184
|
-
*/
|
|
185
|
-
private removeMeasureTooltip;
|
|
186
|
-
/**
|
|
187
|
-
* Adjust the draw style with the specified draw guide distance, if possible
|
|
188
|
-
* @param olStyle Draw style to update
|
|
189
|
-
* @param resolution Resolution (to make the screen size of symbol fit the drawGuide value)
|
|
190
|
-
*/
|
|
191
|
-
private updateDrawStyleWithDrawGuide;
|
|
192
|
-
/**
|
|
193
|
-
* Returns wether a given Open Layers style has a radius property that can be set (used to set draw guide)
|
|
194
|
-
* @param olStyle The style on which to perform the check
|
|
195
|
-
*/
|
|
196
|
-
private getGuideStyleFromDrawStyle;
|
|
197
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GeometryFormFieldInputComponent, [null, { optional: true; self: true; }]>;
|
|
198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeometryFormFieldInputComponent, "igo-geometry-form-field-input", never, { "map": { "alias": "map"; "required": false; }; "geometryType": { "alias": "geometryType"; "required": false; }; "drawGuide": { "alias": "drawGuide"; "required": false; }; "measure": { "alias": "measure"; "required": false; }; "drawControlIsActive": { "alias": "drawControlIsActive"; "required": false; }; "freehandDrawIsActive": { "alias": "freehandDrawIsActive"; "required": false; }; "predefinedRadius": { "alias": "predefinedRadius"; "required": false; }; "controlOptions": { "alias": "controlOptions"; "required": false; }; "drawStyle": { "alias": "drawStyle"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "value": { "alias": "value"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, true, never>;
|
|
199
|
-
}
|