@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,17 +0,0 @@
|
|
|
1
|
-
export declare enum GeometryType {
|
|
2
|
-
Point = "Point",
|
|
3
|
-
LineString = "LineString",
|
|
4
|
-
Polygon = "Polygon",
|
|
5
|
-
Circle = "Circle"
|
|
6
|
-
}
|
|
7
|
-
export declare enum LabelType {
|
|
8
|
-
Coordinates = "Coordinates",
|
|
9
|
-
Length = "Length",
|
|
10
|
-
Area = "Area",
|
|
11
|
-
Predefined = "Predefined",
|
|
12
|
-
Custom = "Custom"
|
|
13
|
-
}
|
|
14
|
-
export declare enum CoordinatesUnit {
|
|
15
|
-
DecimalDegree = "DD",
|
|
16
|
-
DegreesMinutesSeconds = "DMS"
|
|
17
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
2
|
-
import { FeatureStore } from '../../feature/shared/store';
|
|
3
|
-
import { DrawControl } from '../../geometry/shared/controls/draw';
|
|
4
|
-
import { IgoMap } from '../../map/shared/map';
|
|
5
|
-
import { MeasureAreaUnit, MeasureLengthUnit } from '../../measure/shared/measure.enum';
|
|
6
|
-
import { CoordinatesUnit, LabelType } from '../shared/draw.enum';
|
|
7
|
-
export interface DrawOptions {
|
|
8
|
-
icons?: string[];
|
|
9
|
-
}
|
|
10
|
-
export interface Draw {
|
|
11
|
-
area?: number;
|
|
12
|
-
length?: number;
|
|
13
|
-
lengths?: number[];
|
|
14
|
-
}
|
|
15
|
-
export interface DrawingStyle {
|
|
16
|
-
fill?: string;
|
|
17
|
-
stroke?: string;
|
|
18
|
-
}
|
|
19
|
-
export type FeatureWithDraw = Feature<FeatureWithDrawProperties>;
|
|
20
|
-
export interface FeatureWithDrawProperties {
|
|
21
|
-
id: string;
|
|
22
|
-
draw: string;
|
|
23
|
-
longitude: number;
|
|
24
|
-
latitude: number;
|
|
25
|
-
rad: number;
|
|
26
|
-
fontStyle: string;
|
|
27
|
-
drawingStyle: DrawingStyle;
|
|
28
|
-
offsetX: number;
|
|
29
|
-
offsetY: number;
|
|
30
|
-
labelType: LabelType;
|
|
31
|
-
measureUnit: MeasureLengthUnit | MeasureAreaUnit | CoordinatesUnit;
|
|
32
|
-
}
|
|
33
|
-
export interface FeatureStoreDrawStrategyOptions {
|
|
34
|
-
map: IgoMap;
|
|
35
|
-
}
|
|
36
|
-
export interface StoreAndDrawControl {
|
|
37
|
-
store: FeatureStore<FeatureWithDraw>;
|
|
38
|
-
drawControl: DrawControl;
|
|
39
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import OlOverlay from 'ol/Overlay';
|
|
2
|
-
import { Coordinate } from 'ol/coordinate';
|
|
3
|
-
import OlCircle from 'ol/geom/Circle';
|
|
4
|
-
import OlLineString from 'ol/geom/LineString';
|
|
5
|
-
import OlPoint from 'ol/geom/Point';
|
|
6
|
-
import OlPolygon from 'ol/geom/Polygon';
|
|
7
|
-
import * as Olstyle from 'ol/style';
|
|
8
|
-
import { CoordinatesUnit } from './draw.enum';
|
|
9
|
-
/**
|
|
10
|
-
* Create a default style
|
|
11
|
-
* @param fillColor the fill color
|
|
12
|
-
* @param strokeColor the stroke color
|
|
13
|
-
* @param strokeWidth the stroke width
|
|
14
|
-
* @param label a label
|
|
15
|
-
* @returns OL style
|
|
16
|
-
*/
|
|
17
|
-
export declare function createInteractionStyle(fillColor?: string, strokeColor?: string, strokeWidth?: number): Olstyle.Style;
|
|
18
|
-
/**
|
|
19
|
-
* Add an OL overlay at each midpoint and return an array of those overlays
|
|
20
|
-
* @param olGeometry OL Geometry
|
|
21
|
-
* @returns OL overlays
|
|
22
|
-
*/
|
|
23
|
-
export declare function updateOlTooltipsDrawAtMidpoints(olGeometry: OlPoint | OlLineString | OlPolygon | OlCircle): OlOverlay[];
|
|
24
|
-
/**
|
|
25
|
-
* Add an OL overlay at the center of a geometry and return that overlay
|
|
26
|
-
* @param olGeometry OL Geometry
|
|
27
|
-
* @returns OL overlay
|
|
28
|
-
*/
|
|
29
|
-
export declare function updateOlTooltipDrawAtCenter(olGeometry: OlLineString | OlPolygon): OlOverlay;
|
|
30
|
-
/**
|
|
31
|
-
* Create an OL overlay at a point and bind the overlay to the point
|
|
32
|
-
* @param olPoint OL Point
|
|
33
|
-
* @returns OL overlay
|
|
34
|
-
*/
|
|
35
|
-
export declare function createOlTooltipDrawAtPoint(olPoint: OlPoint): OlOverlay;
|
|
36
|
-
export declare function DDtoDMS(value: Coordinate, unit: CoordinatesUnit): string[] | undefined;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { DOMOptions } from '@igo2/common/dom';
|
|
2
|
-
import { DepotOptions } from '@igo2/common/environment';
|
|
3
|
-
import { CatalogServiceOptions } from '../catalog/shared/catalog.interface';
|
|
4
|
-
import { OptionsApiOptions } from '../datasource/shared/options/options-api.interface';
|
|
5
|
-
import { DirectionsSourceOptions } from '../directions/directions-sources/directions-source.interface';
|
|
6
|
-
import { DrawOptions } from '../draw/shared/draw.interface';
|
|
7
|
-
import { SpatialFilterOptions } from '../filter/shared/spatial-filter.interface';
|
|
8
|
-
import { ImportExportServiceOptions } from '../import-export/shared/import.interface';
|
|
9
|
-
import { LayerConfig } from '../layer';
|
|
10
|
-
import { HomeExtentButtonOptions } from '../map/home-extent-button/home-extent-button.interface';
|
|
11
|
-
import { GeolocationOptions } from '../map/shared/controllers/geolocation.interface';
|
|
12
|
-
import { Projection } from '../map/shared/projection.interfaces';
|
|
13
|
-
import { SearchSourceOptions, StoredQueriesReverseSearchSourceOptions, StoredQueriesSearchSourceOptions } from '../search';
|
|
14
|
-
import { OverlayStyleOptions } from '../style';
|
|
15
|
-
export interface EnvironmentOptions {
|
|
16
|
-
catalog?: CatalogServiceOptions;
|
|
17
|
-
context?: {
|
|
18
|
-
url?: string;
|
|
19
|
-
basePath?: string;
|
|
20
|
-
contextListFile?: string;
|
|
21
|
-
defaultContextUri?: string;
|
|
22
|
-
};
|
|
23
|
-
layer?: LayerConfig;
|
|
24
|
-
depot?: DepotOptions;
|
|
25
|
-
directionsSources?: DirectionsSourceOptions;
|
|
26
|
-
dom?: DOMOptions[];
|
|
27
|
-
drawingTool?: DrawOptions;
|
|
28
|
-
edition?: unknown;
|
|
29
|
-
emailAddress?: string;
|
|
30
|
-
geolocate?: GeolocationOptions;
|
|
31
|
-
homeExtentButton?: HomeExtentButtonOptions;
|
|
32
|
-
importExport?: ImportExportServiceOptions;
|
|
33
|
-
importWithStyle?: boolean;
|
|
34
|
-
menu?: {
|
|
35
|
-
button: {
|
|
36
|
-
useThemeColor: boolean;
|
|
37
|
-
visible?: boolean;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
optionsApi?: OptionsApiOptions;
|
|
41
|
-
projections?: Projection[];
|
|
42
|
-
queryOverlayStyle?: OverlayStyleOptions;
|
|
43
|
-
searchOverlayStyle?: OverlayStyleOptions;
|
|
44
|
-
searchSources?: {
|
|
45
|
-
showResultsCount?: boolean;
|
|
46
|
-
[key: string]: SearchSourceOptions | StoredQueriesSearchSourceOptions | StoredQueriesReverseSearchSourceOptions | boolean;
|
|
47
|
-
};
|
|
48
|
-
searchBar?: {
|
|
49
|
-
showSearchButton?: boolean;
|
|
50
|
-
showSearchBar?: boolean;
|
|
51
|
-
};
|
|
52
|
-
spatialFilter?: SpatialFilterOptions;
|
|
53
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './environment.interface';
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { Clipboard } from '@angular/cdk/clipboard';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
4
|
-
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
5
|
-
import type { Toolbox } from '@igo2/common/tool';
|
|
6
|
-
import { ConfigService } from '@igo2/core/config';
|
|
7
|
-
import { MessageService } from '@igo2/core/message';
|
|
8
|
-
import { NetworkService } from '@igo2/core/network';
|
|
9
|
-
import { IgoMap } from '../../map/shared/map';
|
|
10
|
-
import { SearchSource } from '../../search/shared/sources/source';
|
|
11
|
-
import { Feature } from '../shared';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
|
|
14
|
-
private clipboard;
|
|
15
|
-
private http;
|
|
16
|
-
private cdRef;
|
|
17
|
-
private sanitizer;
|
|
18
|
-
private networkService;
|
|
19
|
-
private messageService;
|
|
20
|
-
private configService;
|
|
21
|
-
private state;
|
|
22
|
-
private unsubscribe$;
|
|
23
|
-
ready: boolean;
|
|
24
|
-
get source(): SearchSource;
|
|
25
|
-
set source(value: SearchSource);
|
|
26
|
-
map: IgoMap;
|
|
27
|
-
toolbox: Toolbox;
|
|
28
|
-
get feature(): Feature;
|
|
29
|
-
set feature(value: Feature);
|
|
30
|
-
private _feature;
|
|
31
|
-
private _source;
|
|
32
|
-
routeEvent: EventEmitter<boolean>;
|
|
33
|
-
selectFeature: EventEmitter<boolean>;
|
|
34
|
-
htmlDisplayEvent: EventEmitter<boolean>;
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
get title(): string;
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
get icon(): string;
|
|
43
|
-
constructor(clipboard: Clipboard, http: HttpClient, cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService, messageService: MessageService, configService: ConfigService);
|
|
44
|
-
ngOnInit(): void;
|
|
45
|
-
ngOnDestroy(): void;
|
|
46
|
-
urlSanitizer(value: any): SafeResourceUrl;
|
|
47
|
-
isHtmlDisplay(): boolean;
|
|
48
|
-
htmlSanitizer(value: any): SafeResourceUrl;
|
|
49
|
-
isObject(value: any): boolean;
|
|
50
|
-
openSecureUrl(value: any): void;
|
|
51
|
-
isUrl(value: any): boolean;
|
|
52
|
-
isDoc(value: any): boolean;
|
|
53
|
-
isImg(value: any): boolean;
|
|
54
|
-
isEmbeddedLink(value: any): boolean;
|
|
55
|
-
getEmbeddedLinkText(value: any): string;
|
|
56
|
-
filterFeatureProperties(feature: any): Record<string, any>;
|
|
57
|
-
/**
|
|
58
|
-
* Copy the url to a clipboard
|
|
59
|
-
*/
|
|
60
|
-
copyTextToClipboard(value: string): void;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": { "alias": "source"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toolbox": { "alias": "toolbox"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never, true, never>;
|
|
63
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { FeatureDetailsComponent } from './feature-details.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FeatureDetailsDirective implements OnInit {
|
|
6
|
-
private el;
|
|
7
|
-
private component;
|
|
8
|
-
get feature(): import("@igo2/geo").Feature<Record<string, any>>;
|
|
9
|
-
feature$: BehaviorSubject<any>;
|
|
10
|
-
routingEvent: EventEmitter<void>;
|
|
11
|
-
setFeature(): void;
|
|
12
|
-
constructor(component: FeatureDetailsComponent, el: ElementRef);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
bindClicking(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsDirective, [{ self: true; }, null]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureDetailsDirective, "[igoFeatureDetailsDirective]", never, {}, { "routingEvent": "routingEvent"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FeatureDetailsComponent } from './feature-details.component';
|
|
2
|
-
import { FeatureDetailsDirective } from './feature-details.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./feature-details.component";
|
|
5
|
-
import * as i2 from "./feature-details.directive";
|
|
6
|
-
export declare const FEATURE_DETAILS_DIRECTIVES: readonly [typeof FeatureDetailsComponent, typeof FeatureDetailsDirective];
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import the FeatureDetailsComponent, FeatureDetailsDirective directly or the FEATURE_DETAILS_DIRECTIVES for all
|
|
9
|
-
*/
|
|
10
|
-
export declare class IgoFeatureDetailsModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureDetailsModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureDetailsModule, never, [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective], [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureDetailsModule>;
|
|
14
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { Form, FormComponent } from '@igo2/common/form';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { Feature } from '../shared/feature.interfaces';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* A configurable form, optionnally bound to a feature.
|
|
8
|
-
* This component creates an entity form and, on submit,
|
|
9
|
-
* returns a feature made out of the submitted data. It also
|
|
10
|
-
* does things like managing the feature visibility while it's being updated
|
|
11
|
-
* as well as disabling the selection of another feature.
|
|
12
|
-
*/
|
|
13
|
-
export declare class FeatureFormComponent {
|
|
14
|
-
/**
|
|
15
|
-
* Form
|
|
16
|
-
*/
|
|
17
|
-
form: Form;
|
|
18
|
-
/**
|
|
19
|
-
* Feature to update
|
|
20
|
-
*/
|
|
21
|
-
set feature(value: Feature | undefined);
|
|
22
|
-
get feature(): Feature | undefined;
|
|
23
|
-
readonly feature$: BehaviorSubject<Feature<Record<string, any>>>;
|
|
24
|
-
/**
|
|
25
|
-
* Event emitted when the form is submitted
|
|
26
|
-
*/
|
|
27
|
-
submitForm: EventEmitter<Feature<Record<string, any>>>;
|
|
28
|
-
igoForm: FormComponent;
|
|
29
|
-
/**
|
|
30
|
-
* Transform the form data to a feature and emit an event
|
|
31
|
-
* @param event Form submit event
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
onSubmit(data: Record<string, any>): void;
|
|
35
|
-
getData(): Feature;
|
|
36
|
-
/**
|
|
37
|
-
* Transform the form data to a feature
|
|
38
|
-
* @param data Form data
|
|
39
|
-
* @returns A feature
|
|
40
|
-
*/
|
|
41
|
-
private formDataToFeature;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFormComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFormComponent, "igo-feature-form", never, { "form": { "alias": "form"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"], true, never>;
|
|
44
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./feature-form.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the FeatureFormComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoFeatureFormModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureFormModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureFormModule, never, [typeof i1.FeatureFormComponent], [typeof i1.FeatureFormComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureFormModule>;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FeatureFormComponent } from './feature-form/feature-form.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./feature-details/feature-details.component";
|
|
4
|
-
import * as i2 from "./feature-details/feature-details.directive";
|
|
5
|
-
import * as i3 from "./feature-form/feature-form.component";
|
|
6
|
-
export declare const FEATURE_DIRECTIVES: readonly [typeof import("./feature-details").FeatureDetailsComponent, typeof import("./feature-details").FeatureDetailsDirective, typeof FeatureFormComponent];
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import the components directly or the FEATURE_DIRECTIVES for the set
|
|
9
|
-
*/
|
|
10
|
-
export declare class IgoFeatureModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFeatureModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFeatureModule, never, [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective, typeof i3.FeatureFormComponent], [typeof i1.FeatureDetailsComponent, typeof i2.FeatureDetailsDirective, typeof i3.FeatureFormComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFeatureModule>;
|
|
14
|
-
}
|
package/lib/feature/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VectorLayer } from '../../layer/shared/layers/vector-layer';
|
|
2
|
-
import type { FeatureStore } from './store';
|
|
3
|
-
/**
|
|
4
|
-
* Try to bind a layer to a store if none is bound already.
|
|
5
|
-
* The layer will also be added to the store's map.
|
|
6
|
-
* If no layer is given to that function, a basic one will be created.
|
|
7
|
-
* @param store The store to bind the layer
|
|
8
|
-
* @param layer An optional VectorLayer
|
|
9
|
-
*/
|
|
10
|
-
export declare function tryBindStoreLayer(store: FeatureStore, layer?: VectorLayer): VectorLayer;
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { UntypedFormGroup } from '@angular/forms';
|
|
2
|
-
import { EntityKey, EntityStoreOptions, EntityStoreStrategyOptions } from '@igo2/common/entity';
|
|
3
|
-
import OlFeature from 'ol/Feature';
|
|
4
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
5
|
-
import OlRenderFeature from 'ol/render/Feature';
|
|
6
|
-
import { Geometry } from 'geojson';
|
|
7
|
-
import { SourceFieldsOptionsParams } from '../../datasource/shared/datasources';
|
|
8
|
-
import type { VectorLayer } from '../../layer/shared/layers/vector-layer';
|
|
9
|
-
import type { IgoMap } from '../../map/shared/map';
|
|
10
|
-
import { FeatureMotion } from './feature.enums';
|
|
11
|
-
export interface Feature<P = Record<string, any>> {
|
|
12
|
-
type: string;
|
|
13
|
-
projection?: string;
|
|
14
|
-
geometry?: FeatureGeometry;
|
|
15
|
-
properties: P;
|
|
16
|
-
extent?: [number, number, number, number];
|
|
17
|
-
meta?: FeatureMeta;
|
|
18
|
-
ol?: OlFeature<OlGeometry> | OlRenderFeature;
|
|
19
|
-
sourceId?: string;
|
|
20
|
-
}
|
|
21
|
-
export interface FeatureMeta {
|
|
22
|
-
id: EntityKey;
|
|
23
|
-
title?: string;
|
|
24
|
-
mapTitle?: string;
|
|
25
|
-
sourceTitle?: string;
|
|
26
|
-
order?: number;
|
|
27
|
-
icon?: string;
|
|
28
|
-
style?: Record<string, any>;
|
|
29
|
-
alias?: Record<string, string>;
|
|
30
|
-
revision?: number;
|
|
31
|
-
excludeAttribute?: string[];
|
|
32
|
-
excludeAttributeOffline?: string[];
|
|
33
|
-
}
|
|
34
|
-
export type FeatureGeometry = {
|
|
35
|
-
coordinates: any[];
|
|
36
|
-
} & Geometry;
|
|
37
|
-
export interface FeatureStoreOptions extends EntityStoreOptions {
|
|
38
|
-
map: IgoMap;
|
|
39
|
-
layer?: VectorLayer;
|
|
40
|
-
}
|
|
41
|
-
export interface FeatureStoreStrategyOptions extends EntityStoreStrategyOptions {
|
|
42
|
-
viewScale?: [number, number, number, number];
|
|
43
|
-
areaRatio?: number;
|
|
44
|
-
}
|
|
45
|
-
export interface FeatureStoreLoadingStrategyOptions extends FeatureStoreStrategyOptions {
|
|
46
|
-
getFeatureId?: (Feature: any) => EntityKey;
|
|
47
|
-
motion?: FeatureMotion;
|
|
48
|
-
}
|
|
49
|
-
export interface FeatureStorePropertyTypeStrategyOptions extends FeatureStoreStrategyOptions {
|
|
50
|
-
map: IgoMap;
|
|
51
|
-
}
|
|
52
|
-
/** @deprecated use FeatureStoreStrategyOptions*/
|
|
53
|
-
export type FeatureStoreInMapExtentStrategyOptions = FeatureStoreStrategyOptions;
|
|
54
|
-
/** @deprecated use FeatureStoreStrategyOptions*/
|
|
55
|
-
export type FeatureStoreInMapResolutionStrategyOptions = FeatureStoreStrategyOptions;
|
|
56
|
-
/** @deprecated use FeatureStoreStrategyOptions*/
|
|
57
|
-
export type FeatureStoreLoadingLayerStrategyOptions = FeatureStoreStrategyOptions;
|
|
58
|
-
export interface FeatureStoreSearchIndexStrategyOptions extends EntityStoreStrategyOptions {
|
|
59
|
-
sourceFields?: SourceFieldsOptionsParams[];
|
|
60
|
-
percentDistinctValueRatio?: number;
|
|
61
|
-
}
|
|
62
|
-
export interface FeatureStoreSelectionStrategyOptions extends FeatureStoreStrategyOptions {
|
|
63
|
-
map: IgoMap;
|
|
64
|
-
getFeatureId?: (Feature: any) => EntityKey;
|
|
65
|
-
motion?: FeatureMotion;
|
|
66
|
-
layer?: VectorLayer;
|
|
67
|
-
many?: boolean;
|
|
68
|
-
hitTolerance?: number;
|
|
69
|
-
dragBox?: boolean;
|
|
70
|
-
}
|
|
71
|
-
export interface FeatureFormSubmitEvent {
|
|
72
|
-
form: UntypedFormGroup;
|
|
73
|
-
feature: Feature | undefined;
|
|
74
|
-
data: Feature;
|
|
75
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { EntityKey } from '@igo2/common/entity';
|
|
2
|
-
import OlFeature from 'ol/Feature';
|
|
3
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
4
|
-
import OlLayer from 'ol/layer/Layer';
|
|
5
|
-
import * as olproj from 'ol/proj';
|
|
6
|
-
import OlRenderFeature from 'ol/render/Feature';
|
|
7
|
-
import OlSource from 'ol/source/Source';
|
|
8
|
-
import { MapViewController } from '../../map/shared/controllers/view';
|
|
9
|
-
import { MapExtent } from '../../map/shared/map.interface';
|
|
10
|
-
import { FeatureMotion } from './feature.enums';
|
|
11
|
-
import { Feature } from './feature.interfaces';
|
|
12
|
-
/**
|
|
13
|
-
* Create an Openlayers feature object out of a feature definition.
|
|
14
|
-
* The output object has a reference to the feature id.
|
|
15
|
-
* @param feature Feature definition
|
|
16
|
-
* @param projectionOut Feature object projection
|
|
17
|
-
* @returns OpenLayers feature object
|
|
18
|
-
*/
|
|
19
|
-
export declare function featureToOl(feature: Feature, projectionOut: string, getId?: (Feature: any) => EntityKey): OlFeature<OlGeometry>;
|
|
20
|
-
export declare function renderFeatureFromOl(olRenderFeature: OlRenderFeature, projectionIn: string, olLayer?: OlLayer<OlSource>, projectionOut?: string): Feature;
|
|
21
|
-
/**
|
|
22
|
-
* Create a feature object out of an OL feature
|
|
23
|
-
* The output object has a reference to the feature id.
|
|
24
|
-
* @param olFeature OL Feature
|
|
25
|
-
* @param projectionIn OL feature projection
|
|
26
|
-
* @param olLayer OL Layer
|
|
27
|
-
* @param projectionOut Feature projection
|
|
28
|
-
* @returns Feature
|
|
29
|
-
*/
|
|
30
|
-
export declare function featureFromOl(olFeature: OlFeature<OlGeometry>, projectionIn: string, olLayer?: OlLayer<OlSource>, projectionOut?: string): Feature;
|
|
31
|
-
/**
|
|
32
|
-
* Compute an OL feature extent in it's map projection
|
|
33
|
-
* @param map Map
|
|
34
|
-
* @param olFeature OL feature
|
|
35
|
-
* @returns Extent in the map projection
|
|
36
|
-
*/
|
|
37
|
-
export declare function computeOlFeatureExtent(olFeature: OlFeature<OlGeometry>, projection: olproj.Projection): [number, number, number, number];
|
|
38
|
-
/**
|
|
39
|
-
* Compute a multiple OL features extent in their map projection
|
|
40
|
-
* @param map Map
|
|
41
|
-
* @param olFeatures OL features
|
|
42
|
-
* @returns Extent in the map projection
|
|
43
|
-
*/
|
|
44
|
-
export declare function computeOlFeaturesExtent(olFeatures: OlFeature<OlGeometry>[], projection: olproj.Projection): [number, number, number, number];
|
|
45
|
-
/**
|
|
46
|
-
* Scale an extent.
|
|
47
|
-
* @param extent Extent
|
|
48
|
-
* @param Scaling factors for top, right, bottom and left directions, in that order
|
|
49
|
-
* @returns Scaled extent
|
|
50
|
-
*/
|
|
51
|
-
export declare function scaleExtent(extent: [number, number, number, number], scale: [number, number, number, number]): [number, number, number, number];
|
|
52
|
-
/**
|
|
53
|
-
* Return true if features are out of view.
|
|
54
|
-
* If features are too close to the edge, they are considered out of view.
|
|
55
|
-
* By default, we define the edge as 5% (0.05) of the extent size.
|
|
56
|
-
* @param map Map
|
|
57
|
-
* @param featuresExtent The features's extent
|
|
58
|
-
* @param edgeRatio Number or Number[] Single value OR an array =>
|
|
59
|
-
* [top,right,bottom,left] directions, in that order
|
|
60
|
-
* @returns Return true if features are out of view
|
|
61
|
-
*/
|
|
62
|
-
export declare function featuresAreOutOfView(extent: MapExtent, featuresExtent: [number, number, number, number], edgeRatio?: number | number[]): boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Return true if features are too deep into the view. This results
|
|
65
|
-
* in features being too small.
|
|
66
|
-
* Features are considered too small if their extent occupies less than
|
|
67
|
-
* 1% of the map extent.
|
|
68
|
-
* @param map Map
|
|
69
|
-
* @param featuresExtent The features's extent
|
|
70
|
-
* @param areaRatio The features extent to view extent acceptable ratio
|
|
71
|
-
* @returns Return true if features are too deep in the view
|
|
72
|
-
*/
|
|
73
|
-
export declare function featuresAreTooDeepInView(viewController: MapViewController, featuresExtent: [number, number, number, number], areaRatio?: number): boolean;
|
|
74
|
-
/**
|
|
75
|
-
* Fit view to include the features extent.
|
|
76
|
-
* By default, this method will let the features occupy about 50% of the viewport.
|
|
77
|
-
* @param map Map
|
|
78
|
-
* @param olFeatures OL features
|
|
79
|
-
* @param motion To motion to the new map view
|
|
80
|
-
* @param scale If this is defined, the original view will be scaled
|
|
81
|
-
* by that factor before any logic is applied.
|
|
82
|
-
*/
|
|
83
|
-
export declare function moveToOlFeatures(viewController: MapViewController, olFeatures: OlFeature | OlFeature[], motion?: FeatureMotion, scale?: [number, number, number, number], areaRatio?: number): void;
|
|
84
|
-
/**
|
|
85
|
-
* Hide an OL feature
|
|
86
|
-
* @param olFeature OL feature
|
|
87
|
-
*/
|
|
88
|
-
export declare function hideOlFeature(olFeature: OlFeature<OlGeometry>): void;
|
|
89
|
-
/**
|
|
90
|
-
* Compute a diff between a source array of Ol features and a target array
|
|
91
|
-
* @param source Source array of OL features
|
|
92
|
-
* @param starget Target array of OL features
|
|
93
|
-
* @returns Features to add and remove
|
|
94
|
-
*/
|
|
95
|
-
export declare function computeOlFeaturesDiff(source: OlFeature<OlGeometry>[], target: OlFeature<OlGeometry>[]): {
|
|
96
|
-
add: OlFeature<OlGeometry>[];
|
|
97
|
-
remove: OlFeature<OlGeometry>[];
|
|
98
|
-
};
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { EntityKey, EntityStore } from '@igo2/common/entity';
|
|
2
|
-
import OlFeature from 'ol/Feature';
|
|
3
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
4
|
-
import { Document } from 'flexsearch';
|
|
5
|
-
import { FeatureDataSource } from '../../datasource/shared/datasources';
|
|
6
|
-
import { VectorLayer } from '../../layer/shared/layers/vector-layer';
|
|
7
|
-
import type { IgoMap } from '../../map/shared';
|
|
8
|
-
import { FeatureMotion } from './feature.enums';
|
|
9
|
-
import { Feature, FeatureStoreOptions } from './feature.interfaces';
|
|
10
|
-
/**
|
|
11
|
-
* The class is a specialized version of an EntityStore that stores
|
|
12
|
-
* features and the map layer to display them on. Synchronization
|
|
13
|
-
* between the store and the layer is handled by strategies.
|
|
14
|
-
*/
|
|
15
|
-
export declare class FeatureStore<T extends Feature = Feature> extends EntityStore<T> {
|
|
16
|
-
/**
|
|
17
|
-
* Vector layer to display the features on
|
|
18
|
-
*/
|
|
19
|
-
layer: VectorLayer;
|
|
20
|
-
/**
|
|
21
|
-
* The map the layer is bound to
|
|
22
|
-
*/
|
|
23
|
-
readonly map: IgoMap;
|
|
24
|
-
/**
|
|
25
|
-
* The layer's data source
|
|
26
|
-
*/
|
|
27
|
-
get source(): FeatureDataSource;
|
|
28
|
-
/**
|
|
29
|
-
* The searchable index of loaded feature. Computed if strategy is provided
|
|
30
|
-
*/
|
|
31
|
-
set searchDocument(v: Document<T>);
|
|
32
|
-
get searchDocument(): Document<T>;
|
|
33
|
-
private _searchDocument;
|
|
34
|
-
constructor(entities: T[], options: FeatureStoreOptions);
|
|
35
|
-
/**
|
|
36
|
-
* Bind this store to a vector layer
|
|
37
|
-
* @param layer Vector layer
|
|
38
|
-
* @returns Feature store
|
|
39
|
-
*/
|
|
40
|
-
bindLayer(layer: VectorLayer): FeatureStore;
|
|
41
|
-
/**
|
|
42
|
-
* Set the layer's features and perform a motion to make them visible. Strategies
|
|
43
|
-
* make extensive use of that method.
|
|
44
|
-
* @param features Features
|
|
45
|
-
* @param motion Optional: The type of motion to perform
|
|
46
|
-
*/
|
|
47
|
-
setLayerFeatures(features: Feature[], motion?: FeatureMotion, viewScale?: [number, number, number, number], areaRatio?: number, getId?: (Feature: any) => EntityKey): void;
|
|
48
|
-
/**
|
|
49
|
-
* Set the store's features from an array of OL features.
|
|
50
|
-
* @param olFeatures Ol features
|
|
51
|
-
*/
|
|
52
|
-
setStoreOlFeatures(olFeatures: OlFeature<OlGeometry>[]): void;
|
|
53
|
-
/**
|
|
54
|
-
* Remove all features from the layer
|
|
55
|
-
*/
|
|
56
|
-
clearLayer(): void;
|
|
57
|
-
/**
|
|
58
|
-
* Check wether a layer is bound or not and throw an error if not.
|
|
59
|
-
*/
|
|
60
|
-
private checkLayer;
|
|
61
|
-
/**
|
|
62
|
-
* Set the layer's features and perform a motion to make them visible.
|
|
63
|
-
* @param features Openlayers feature objects
|
|
64
|
-
* @param motion Optional: The type of motion to perform
|
|
65
|
-
*/
|
|
66
|
-
setLayerOlFeatures(olFeatures: OlFeature<OlGeometry>[], motion?: FeatureMotion, viewScale?: [number, number, number, number], areaRatio?: number): void;
|
|
67
|
-
setLayerExtent(): void;
|
|
68
|
-
/**
|
|
69
|
-
* Add features to the the layer
|
|
70
|
-
* @param features Openlayers feature objects
|
|
71
|
-
*/
|
|
72
|
-
private addOlFeaturesToLayer;
|
|
73
|
-
/**
|
|
74
|
-
* Remove features from the the layer
|
|
75
|
-
* @param features Openlayers feature objects
|
|
76
|
-
*/
|
|
77
|
-
private removeOlFeaturesFromLayer;
|
|
78
|
-
}
|