@vertigis/viewer-spec 56.24.0 → 56.26.0
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/analytics/AnalyticsContext.d.ts +29 -29
- package/analytics/AnalyticsContext.js +1 -1
- package/analytics/CommonAction.d.ts +90 -90
- package/analytics/CommonAction.js +1 -1
- package/analytics/MobileAction.d.ts +113 -113
- package/analytics/MobileAction.js +1 -1
- package/analytics/WebAction.d.ts +102 -102
- package/analytics/WebAction.js +1 -1
- package/app-config/AppConfig.d.ts +55 -55
- package/app-config/ItemConfig.d.ts +18 -18
- package/app-config/common/AnalyticsModelProperties.d.ts +10 -10
- package/app-config/common/ApplicationModelProperties.d.ts +15 -15
- package/app-config/common/BasemapPickerModelProperties.d.ts +6 -6
- package/app-config/common/BookmarksModelProperties.d.ts +17 -17
- package/app-config/common/BrandingColors.d.ts +102 -102
- package/app-config/common/BrandingModelProperties.d.ts +23 -23
- package/app-config/common/BrandingThemeProperties.d.ts +35 -35
- package/app-config/common/CompassModelProperties.d.ts +6 -6
- package/app-config/common/ComponentModelProperties.d.ts +14 -14
- package/app-config/common/CoordinateFormat.d.ts +4 -4
- package/app-config/common/CoordinateModelProperties.d.ts +43 -43
- package/app-config/common/DialogModelProperties.d.ts +6 -6
- package/app-config/common/EventListenerModelProperties.d.ts +44 -44
- package/app-config/common/ExpandModelProperties.d.ts +6 -6
- package/app-config/common/FeatureDetailsModelProperties.d.ts +27 -27
- package/app-config/common/GeolocationModelProperties.d.ts +6 -6
- package/app-config/common/HighlightModelProperties.d.ts +68 -68
- package/app-config/common/ImageModelProperties.d.ts +14 -14
- package/app-config/common/ItemRef.d.ts +4 -4
- package/app-config/common/LayerListModelProperties.d.ts +6 -6
- package/app-config/common/LayerPresetsModelProperties.d.ts +14 -14
- package/app-config/common/LayoutProperties.d.ts +33 -33
- package/app-config/common/LegendModelProperties.d.ts +6 -6
- package/app-config/common/LicensingModelProperties.d.ts +10 -10
- package/app-config/common/MapCoordinatesModelProperties.d.ts +6 -6
- package/app-config/common/MapModelProperties.d.ts +7 -7
- package/app-config/common/MenuModelProperties.d.ts +13 -13
- package/app-config/common/ModelProperties.d.ts +6 -6
- package/app-config/common/PanelModelProperties.d.ts +6 -6
- package/app-config/common/RegionModelProperties.d.ts +25 -25
- package/app-config/common/ResultsModelProperties.d.ts +13 -13
- package/app-config/common/ScalebarModelProperties.d.ts +6 -6
- package/app-config/common/SearchModelProperties.d.ts +26 -26
- package/app-config/common/ServiceModelProperties.d.ts +6 -6
- package/app-config/common/SplitModelProperties.d.ts +6 -6
- package/app-config/common/StackModelProperties.d.ts +6 -6
- package/app-config/common/TextModelProperties.d.ts +10 -10
- package/app-config/common/TranslatableText.d.ts +35 -35
- package/app-config/common/UserModelProperties.d.ts +6 -6
- package/app-config/common/WorkflowEventsProperties.d.ts +11 -11
- package/app-config/common/WorkflowModelProperties.d.ts +44 -44
- package/app-config/common/ZoomModelProperties.d.ts +6 -6
- package/app-config/common/colors.d.ts +6 -6
- package/app-config/index.d.ts +2 -2
- package/app-config/mobile/AddFeatureModelProperties.d.ts +6 -6
- package/app-config/mobile/AddRelatedFeatureModelProperties.d.ts +6 -6
- package/app-config/mobile/BasemapModelProperties.d.ts +11 -11
- package/app-config/mobile/CoordinateModelProperties.d.ts +10 -10
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +26 -26
- package/app-config/mobile/GeometryToolbarModelProperties.d.ts +6 -6
- package/app-config/mobile/GnssDeviceSelectionModelProperties.d.ts +6 -6
- package/app-config/mobile/GnssDeviceSettingsModelProperties.d.ts +6 -6
- package/app-config/mobile/GnssMetadataModelProperties.d.ts +6 -6
- package/app-config/mobile/MapModelProperties.d.ts +52 -52
- package/app-config/mobile/OfflineModelProperties.d.ts +48 -48
- package/app-config/mobile/PortalExtensionSettingsProperties.d.ts +27 -27
- package/app-config/mobile/ScrollModelProperties.d.ts +6 -6
- package/app-config/mobile/SearchModelProperties.d.ts +14 -14
- package/app-config/mobile/SelectLayerSettingsModelProperties.d.ts +11 -11
- package/app-config/mobile/TaskbarModelProperties.d.ts +6 -6
- package/app-config/mobile/UpdateFeatureModelProperties.d.ts +6 -6
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +67 -67
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/AddressModelProperties.d.ts +6 -6
- package/app-config/web/BasemapModelProperties.d.ts +10 -10
- package/app-config/web/BasemapPickerModelProperties.d.ts +7 -7
- package/app-config/web/BookmarksModelProperties.d.ts +7 -7
- package/app-config/web/BrandingModelProperties.d.ts +14 -14
- package/app-config/web/ChartModelProperties.d.ts +58 -58
- package/app-config/web/CompassModelProperties.d.ts +7 -7
- package/app-config/web/ComponentModelProperties.d.ts +12 -12
- package/app-config/web/CoordinateModelProperties.d.ts +50 -50
- package/app-config/web/DataLinkSourceProperties.d.ts +15 -15
- package/app-config/web/DialogModelProperties.d.ts +7 -7
- package/app-config/web/DrawModelProperties.d.ts +94 -94
- package/app-config/web/FeatureDetailsModelProperties.d.ts +19 -19
- package/app-config/web/FeatureInfoModelProperties.d.ts +38 -38
- package/app-config/web/FeatureListProperties.d.ts +12 -12
- package/app-config/web/FeatureSetProperties.d.ts +16 -16
- package/app-config/web/FeatureSummaryModelProperties.d.ts +27 -27
- package/app-config/web/GeolocationModelProperties.d.ts +7 -7
- package/app-config/web/GeometryModelProperties.d.ts +27 -27
- package/app-config/web/HasVisibilityFilters.d.ts +36 -36
- package/app-config/web/ImageModelProperties.d.ts +7 -7
- package/app-config/web/KpiCardModelProperties.d.ts +146 -146
- package/app-config/web/LayerListModelProperties.d.ts +18 -18
- package/app-config/web/LayerPresetsModelProperties.d.ts +7 -7
- package/app-config/web/LegendModelProperties.d.ts +7 -7
- package/app-config/web/Map3dToggleModelProperties.d.ts +6 -6
- package/app-config/web/MapCoordinatesModelProperties.d.ts +50 -50
- package/app-config/web/MapModelProperties.d.ts +93 -87
- package/app-config/web/MeasurementModelProperties.d.ts +36 -36
- package/app-config/web/MenuItemModelProperties.d.ts +7 -7
- package/app-config/web/MenuModelProperties.d.ts +13 -13
- package/app-config/web/ModelProperties.d.ts +7 -7
- package/app-config/web/PanelModelProperties.d.ts +7 -7
- package/app-config/web/PortalModelProperties.d.ts +11 -11
- package/app-config/web/PrintFormModelProperties.d.ts +42 -42
- package/app-config/web/PrintModelProperties.d.ts +11 -11
- package/app-config/web/ProjectModelProperties.d.ts +12 -12
- package/app-config/web/QueryBuilderModelProperties.d.ts +22 -22
- package/app-config/web/ReportModelProperties.d.ts +15 -15
- package/app-config/web/ResultsModelProperties.d.ts +101 -101
- package/app-config/web/ResultsServiceModelProperties.d.ts +48 -48
- package/app-config/web/ScaleInputModelProperties.d.ts +6 -6
- package/app-config/web/ScalebarModelProperties.d.ts +22 -22
- package/app-config/web/SearchModelProperties.d.ts +22 -22
- package/app-config/web/SearchServiceProperties.d.ts +25 -25
- package/app-config/web/SharedProjectsModelProperties.d.ts +53 -53
- package/app-config/web/SharedStorageModelProperties.d.ts +30 -30
- package/app-config/web/SnappingProperties.d.ts +101 -101
- package/app-config/web/SplitModelProperties.d.ts +7 -7
- package/app-config/web/StackModelProperties.d.ts +7 -7
- package/app-config/web/TabsModelProperties.d.ts +6 -6
- package/app-config/web/TextModelProperties.d.ts +7 -7
- package/app-config/web/TopologyProperties.d.ts +67 -0
- package/app-config/web/TopologyProperties.js +1 -0
- package/app-config/web/UserModelProperties.d.ts +12 -12
- package/app-config/web/UserPreferencesModelProperties.d.ts +10 -10
- package/app-config/web/VertigisWebModelProperties.d.ts +74 -74
- package/app-config/web/WorkflowModelProperties.d.ts +13 -13
- package/app-config/web/ZoomModelProperties.d.ts +7 -7
- package/messaging/Command.d.ts +76 -76
- package/messaging/CommandRegistry.d.ts +25 -25
- package/messaging/CommandRegistry.js +1 -1
- package/messaging/DotNetTypes.d.ts +4 -4
- package/messaging/Event.d.ts +26 -26
- package/messaging/EventRegistry.d.ts +25 -25
- package/messaging/EventRegistry.js +1 -1
- package/messaging/Message.d.ts +50 -50
- package/messaging/MessageBus.d.ts +54 -54
- package/messaging/Operation.d.ts +77 -77
- package/messaging/OperationRegistry.d.ts +26 -26
- package/messaging/OperationRegistry.js +1 -1
- package/messaging/common.d.ts +354 -354
- package/messaging/mobile.d.ts +6 -6
- package/messaging/registry/Commands.d.ts +78 -78
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.d.ts +62 -62
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.d.ts +69 -69
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app-config.d.ts +12 -12
- package/messaging/registry/app-config.js +1 -1
- package/messaging/registry/app.d.ts +264 -264
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/arcade.d.ts +115 -115
- package/messaging/registry/arcade.js +1 -1
- package/messaging/registry/auth.d.ts +151 -151
- package/messaging/registry/auth.js +1 -1
- package/messaging/registry/basemap.d.ts +74 -74
- package/messaging/registry/basemap.js +1 -1
- package/messaging/registry/bookmark.d.ts +42 -42
- package/messaging/registry/bookmark.js +1 -1
- package/messaging/registry/charts.d.ts +81 -81
- package/messaging/registry/charts.js +1 -1
- package/messaging/registry/debugConsole.d.ts +26 -26
- package/messaging/registry/debugConsole.js +1 -1
- package/messaging/registry/device.d.ts +28 -28
- package/messaging/registry/device.js +1 -1
- package/messaging/registry/display.d.ts +17 -17
- package/messaging/registry/display.js +1 -1
- package/messaging/registry/drawing.d.ts +149 -149
- package/messaging/registry/drawing.js +1 -1
- package/messaging/registry/edit.d.ts +371 -371
- package/messaging/registry/edit.js +1 -1
- package/messaging/registry/file.d.ts +156 -156
- package/messaging/registry/file.js +1 -1
- package/messaging/registry/filter-builder.d.ts +73 -73
- package/messaging/registry/filter-builder.js +1 -1
- package/messaging/registry/geocode.d.ts +87 -87
- package/messaging/registry/geocode.js +1 -1
- package/messaging/registry/geolocation.d.ts +499 -499
- package/messaging/registry/geolocation.js +1 -1
- package/messaging/registry/geometry-toolbar.d.ts +29 -29
- package/messaging/registry/geometry-toolbar.js +1 -1
- package/messaging/registry/geometry.d.ts +278 -278
- package/messaging/registry/geometry.js +1 -1
- package/messaging/registry/highlights.d.ts +86 -86
- package/messaging/registry/highlights.js +1 -1
- package/messaging/registry/input.d.ts +22 -22
- package/messaging/registry/input.js +1 -1
- package/messaging/registry/iwtm.d.ts +11 -11
- package/messaging/registry/iwtm.js +1 -1
- package/messaging/registry/kpi.d.ts +98 -98
- package/messaging/registry/kpi.js +1 -1
- package/messaging/registry/layer-comparison.d.ts +104 -104
- package/messaging/registry/layer-comparison.js +1 -1
- package/messaging/registry/layer-presets.d.ts +49 -49
- package/messaging/registry/layer-presets.js +1 -1
- package/messaging/registry/layers.d.ts +196 -196
- package/messaging/registry/layers.js +1 -1
- package/messaging/registry/layout.d.ts +49 -49
- package/messaging/registry/layout.js +1 -1
- package/messaging/registry/licensing.d.ts +38 -38
- package/messaging/registry/licensing.js +1 -1
- package/messaging/registry/location-marker.d.ts +171 -171
- package/messaging/registry/location-marker.js +1 -1
- package/messaging/registry/logViewer.d.ts +17 -17
- package/messaging/registry/logViewer.js +1 -1
- package/messaging/registry/map.d.ts +1275 -1275
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/measurement.d.ts +168 -168
- package/messaging/registry/measurement.js +1 -1
- package/messaging/registry/messaging.d.ts +23 -23
- package/messaging/registry/messaging.js +1 -1
- package/messaging/registry/network.d.ts +46 -46
- package/messaging/registry/network.js +1 -1
- package/messaging/registry/offline.d.ts +508 -507
- package/messaging/registry/offline.js +1 -1
- package/messaging/registry/panel.d.ts +115 -115
- package/messaging/registry/panel.js +1 -1
- package/messaging/registry/photos.d.ts +47 -47
- package/messaging/registry/photos.js +1 -1
- package/messaging/registry/portal.d.ts +94 -94
- package/messaging/registry/portal.js +1 -1
- package/messaging/registry/printing.d.ts +166 -166
- package/messaging/registry/printing.js +1 -1
- package/messaging/registry/project.d.ts +144 -144
- package/messaging/registry/project.js +1 -1
- package/messaging/registry/query-builder.d.ts +83 -83
- package/messaging/registry/query-builder.js +1 -1
- package/messaging/registry/region.d.ts +23 -23
- package/messaging/registry/region.js +1 -1
- package/messaging/registry/reports.d.ts +135 -135
- package/messaging/registry/reports.js +1 -1
- package/messaging/registry/results.d.ts +671 -671
- package/messaging/registry/results.js +1 -1
- package/messaging/registry/search.d.ts +74 -74
- package/messaging/registry/search.js +1 -1
- package/messaging/registry/settings.d.ts +38 -38
- package/messaging/registry/settings.js +1 -1
- package/messaging/registry/shortcut.d.ts +41 -41
- package/messaging/registry/shortcut.js +1 -1
- package/messaging/registry/sketching.d.ts +1019 -960
- package/messaging/registry/sketching.js +1 -1
- package/messaging/registry/studioAnalytics.d.ts +25 -25
- package/messaging/registry/studioAnalytics.js +1 -1
- package/messaging/registry/system.d.ts +277 -277
- package/messaging/registry/system.js +1 -1
- package/messaging/registry/tasks.d.ts +323 -323
- package/messaging/registry/tasks.js +1 -1
- package/messaging/registry/ui.d.ts +518 -518
- package/messaging/registry/ui.js +1 -1
- package/messaging/registry/viewer.d.ts +145 -145
- package/messaging/registry/viewer.js +1 -1
- package/messaging/registry/workflow.d.ts +170 -170
- package/messaging/registry/workflow.js +1 -1
- package/messaging/schema/common-action.schema.json +6437 -12158
- package/messaging/schema/common-event.schema.json +107 -803
- package/messaging/schema/mobile-action.schema.json +7719 -16138
- package/messaging/schema/mobile-event.schema.json +181 -2422
- package/messaging/schema/web-action.schema.json +8415 -23272
- package/messaging/schema/web-event.schema.json +183 -1937
- package/package.json +20 -20
- package/version.d.ts +4 -4
- package/version.js +4 -4
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
-
import type { LayerListModelProperties as CommonLayerListModelProperties } from "../common/LayerListModelProperties.js";
|
|
3
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
-
/**
|
|
5
|
-
* @inheritdoc
|
|
6
|
-
*/
|
|
7
|
-
export interface LayerListModelProperties extends CommonLayerListModelProperties, ComponentModelProperties {
|
|
8
|
-
/**
|
|
9
|
-
* Whether or not the layer list will allow the drawing order of layers to
|
|
10
|
-
* be changed. Defaults to true.
|
|
11
|
-
*/
|
|
12
|
-
canReorder?: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* A reference to a Menu containing layer actions (menu items that take a
|
|
15
|
-
* layer as context).
|
|
16
|
-
*/
|
|
17
|
-
layerActions?: ItemRef;
|
|
18
|
-
}
|
|
1
|
+
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
+
import type { LayerListModelProperties as CommonLayerListModelProperties } from "../common/LayerListModelProperties.js";
|
|
3
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
+
/**
|
|
5
|
+
* @inheritdoc
|
|
6
|
+
*/
|
|
7
|
+
export interface LayerListModelProperties extends CommonLayerListModelProperties, ComponentModelProperties {
|
|
8
|
+
/**
|
|
9
|
+
* Whether or not the layer list will allow the drawing order of layers to
|
|
10
|
+
* be changed. Defaults to true.
|
|
11
|
+
*/
|
|
12
|
+
canReorder?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* A reference to a Menu containing layer actions (menu items that take a
|
|
15
|
+
* layer as context).
|
|
16
|
+
*/
|
|
17
|
+
layerActions?: ItemRef;
|
|
18
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { LayerPresetsModelProperties as CommonLayerPresetsModelProperties } from "../common/LayerPresetsModelProperties.js";
|
|
2
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
-
/**
|
|
4
|
-
* @inheritdoc
|
|
5
|
-
*/
|
|
6
|
-
export interface LayerPresetsModelProperties extends CommonLayerPresetsModelProperties, ComponentModelProperties {
|
|
7
|
-
}
|
|
1
|
+
import type { LayerPresetsModelProperties as CommonLayerPresetsModelProperties } from "../common/LayerPresetsModelProperties.js";
|
|
2
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
+
/**
|
|
4
|
+
* @inheritdoc
|
|
5
|
+
*/
|
|
6
|
+
export interface LayerPresetsModelProperties extends CommonLayerPresetsModelProperties, ComponentModelProperties {
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { LegendModelProperties as CommonLegendModelProperties } from "../common/LegendModelProperties.js";
|
|
2
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
-
/**
|
|
4
|
-
* @inheritdoc
|
|
5
|
-
*/
|
|
6
|
-
export interface LegendModelProperties extends CommonLegendModelProperties, ComponentModelProperties {
|
|
7
|
-
}
|
|
1
|
+
import type { LegendModelProperties as CommonLegendModelProperties } from "../common/LegendModelProperties.js";
|
|
2
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
+
/**
|
|
4
|
+
* @inheritdoc
|
|
5
|
+
*/
|
|
6
|
+
export interface LegendModelProperties extends CommonLegendModelProperties, ComponentModelProperties {
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration for a 3D toggle component.
|
|
4
|
-
*/
|
|
5
|
-
export interface Map3dToggleModelProperties extends ComponentModelProperties {
|
|
6
|
-
}
|
|
1
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for a 3D toggle component.
|
|
4
|
+
*/
|
|
5
|
+
export interface Map3dToggleModelProperties extends ComponentModelProperties {
|
|
6
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import type { CoordinateFormat } from "../common/CoordinateFormat.js";
|
|
2
|
-
import type { MapCoordinatesModelProperties as CommonMapCoordinatesModelProperties } from "../common/MapCoordinatesModelProperties.js";
|
|
3
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
-
/**
|
|
5
|
-
* @inheritdoc
|
|
6
|
-
*/
|
|
7
|
-
export interface MapCoordinatesModelProperties extends CommonMapCoordinatesModelProperties, ComponentModelProperties {
|
|
8
|
-
/**
|
|
9
|
-
* The coordinate format that is displayed. The default is XY.
|
|
10
|
-
*
|
|
11
|
-
* @deprecated
|
|
12
|
-
*/
|
|
13
|
-
coordinateFormat?: CoordinateFormat;
|
|
14
|
-
/**
|
|
15
|
-
* The number of decimal places displayed for LAT_LONG coordinate formats.
|
|
16
|
-
* The value must be an integer between 0 and 8 (inclusive). The default is
|
|
17
|
-
* 4.
|
|
18
|
-
*
|
|
19
|
-
* @deprecated
|
|
20
|
-
*/
|
|
21
|
-
decimalPlacesLatLong?: number;
|
|
22
|
-
/**
|
|
23
|
-
* The number of decimal places displayed for the XY coordinate format. The
|
|
24
|
-
* value must be an integer between 0 and 8 (inclusive). The default is 2.
|
|
25
|
-
*
|
|
26
|
-
* @deprecated
|
|
27
|
-
*/
|
|
28
|
-
decimalPlacesXY?: number;
|
|
29
|
-
/**
|
|
30
|
-
* The precision with which to represent the coordinates, when using the
|
|
31
|
-
* MGRS format. The value must be an integer between 0 and 8 (inclusive).
|
|
32
|
-
* The default is 5.
|
|
33
|
-
*
|
|
34
|
-
* @deprecated
|
|
35
|
-
*/
|
|
36
|
-
precisionMGRS?: number;
|
|
37
|
-
/**
|
|
38
|
-
* The precision with which to represent the coordinates, when using the
|
|
39
|
-
* USNG format. The value must be an integer between 0 and 8 (inclusive).
|
|
40
|
-
* The default is 5.
|
|
41
|
-
*
|
|
42
|
-
* @deprecated
|
|
43
|
-
*/
|
|
44
|
-
precisionUSNG?: number;
|
|
45
|
-
/**
|
|
46
|
-
* Whether or not the corresponding component should render the coordinate
|
|
47
|
-
* format selector. The default is true.
|
|
48
|
-
*/
|
|
49
|
-
showCoordinateFormats?: boolean;
|
|
50
|
-
}
|
|
1
|
+
import type { CoordinateFormat } from "../common/CoordinateFormat.js";
|
|
2
|
+
import type { MapCoordinatesModelProperties as CommonMapCoordinatesModelProperties } from "../common/MapCoordinatesModelProperties.js";
|
|
3
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
+
/**
|
|
5
|
+
* @inheritdoc
|
|
6
|
+
*/
|
|
7
|
+
export interface MapCoordinatesModelProperties extends CommonMapCoordinatesModelProperties, ComponentModelProperties {
|
|
8
|
+
/**
|
|
9
|
+
* The coordinate format that is displayed. The default is XY.
|
|
10
|
+
*
|
|
11
|
+
* @deprecated
|
|
12
|
+
*/
|
|
13
|
+
coordinateFormat?: CoordinateFormat;
|
|
14
|
+
/**
|
|
15
|
+
* The number of decimal places displayed for LAT_LONG coordinate formats.
|
|
16
|
+
* The value must be an integer between 0 and 8 (inclusive). The default is
|
|
17
|
+
* 4.
|
|
18
|
+
*
|
|
19
|
+
* @deprecated
|
|
20
|
+
*/
|
|
21
|
+
decimalPlacesLatLong?: number;
|
|
22
|
+
/**
|
|
23
|
+
* The number of decimal places displayed for the XY coordinate format. The
|
|
24
|
+
* value must be an integer between 0 and 8 (inclusive). The default is 2.
|
|
25
|
+
*
|
|
26
|
+
* @deprecated
|
|
27
|
+
*/
|
|
28
|
+
decimalPlacesXY?: number;
|
|
29
|
+
/**
|
|
30
|
+
* The precision with which to represent the coordinates, when using the
|
|
31
|
+
* MGRS format. The value must be an integer between 0 and 8 (inclusive).
|
|
32
|
+
* The default is 5.
|
|
33
|
+
*
|
|
34
|
+
* @deprecated
|
|
35
|
+
*/
|
|
36
|
+
precisionMGRS?: number;
|
|
37
|
+
/**
|
|
38
|
+
* The precision with which to represent the coordinates, when using the
|
|
39
|
+
* USNG format. The value must be an integer between 0 and 8 (inclusive).
|
|
40
|
+
* The default is 5.
|
|
41
|
+
*
|
|
42
|
+
* @deprecated
|
|
43
|
+
*/
|
|
44
|
+
precisionUSNG?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Whether or not the corresponding component should render the coordinate
|
|
47
|
+
* format selector. The default is true.
|
|
48
|
+
*/
|
|
49
|
+
showCoordinateFormats?: boolean;
|
|
50
|
+
}
|
|
@@ -1,87 +1,93 @@
|
|
|
1
|
-
import type { FeatureJson } from "@vertigis/arcgis-extensions/json/FeatureJson.js";
|
|
2
|
-
import type { SymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
3
|
-
import type { ViewpointJson } from "@vertigis/arcgis-extensions/json/ViewpointJson.js";
|
|
4
|
-
import type { ItemRef } from "../common/ItemRef.js";
|
|
5
|
-
import type { MapModelProperties as CommonMapModelProperties } from "../common/MapModelProperties.js";
|
|
6
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
7
|
-
import type { SnappingProperties } from "./SnappingProperties.js";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
*
|
|
32
|
-
* the layer-comparison orientation is '
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
*
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
*
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
*
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
*
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
*
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
*
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
1
|
+
import type { FeatureJson } from "@vertigis/arcgis-extensions/json/FeatureJson.js";
|
|
2
|
+
import type { SymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
3
|
+
import type { ViewpointJson } from "@vertigis/arcgis-extensions/json/ViewpointJson.js";
|
|
4
|
+
import type { ItemRef } from "../common/ItemRef.js";
|
|
5
|
+
import type { MapModelProperties as CommonMapModelProperties } from "../common/MapModelProperties.js";
|
|
6
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
7
|
+
import type { SnappingProperties } from "./SnappingProperties.js";
|
|
8
|
+
import type { TopologyProperties } from "./TopologyProperties.js";
|
|
9
|
+
/**
|
|
10
|
+
* Direction in which the layer-comparison bar can slide.
|
|
11
|
+
*/
|
|
12
|
+
export type LayerComparisonDirection = "horizontal" | "vertical";
|
|
13
|
+
/**
|
|
14
|
+
* The position of the label relative to the slider bar.
|
|
15
|
+
*/
|
|
16
|
+
export type LayerComparisonLabelPosition = "start" | "center" | "end";
|
|
17
|
+
/**
|
|
18
|
+
* Properties for configuring a MapModel.
|
|
19
|
+
*/
|
|
20
|
+
export interface MapModelProperties extends CommonMapModelProperties, ComponentModelProperties {
|
|
21
|
+
/**
|
|
22
|
+
* The symbology for the map's context menu marker.
|
|
23
|
+
*/
|
|
24
|
+
contextMarkerSymbol?: Symbol | SymbolJson;
|
|
25
|
+
/**
|
|
26
|
+
* Whether or not to pulse new features that are dynamically added to the
|
|
27
|
+
* map's stream layers. The default is false.
|
|
28
|
+
*/
|
|
29
|
+
pulseNewStreamFeatures?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Layers used within the map's layer-comparison tool, positioned on the
|
|
32
|
+
* left if the layer-comparison orientation is 'horizontal' or on the top if
|
|
33
|
+
* the layer-comparison orientation is 'vertical'.
|
|
34
|
+
*/
|
|
35
|
+
leadingLayers?: ItemRef[];
|
|
36
|
+
/**
|
|
37
|
+
* The label shown on the map for the leading layers, when the
|
|
38
|
+
* layer-comparison tool is active.
|
|
39
|
+
*/
|
|
40
|
+
leadingLayersLabel?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Layers used within the map's layer-comparison tool, positioned on the
|
|
43
|
+
* right if the layer-comparison orientation is 'horizontal' or on the
|
|
44
|
+
* bottom if the layer-comparison orientation is 'vertical'.
|
|
45
|
+
*/
|
|
46
|
+
trailingLayers?: ItemRef[];
|
|
47
|
+
/**
|
|
48
|
+
* The label shown on the map for the trailing layers, when the
|
|
49
|
+
* layer-comparison tool is active.
|
|
50
|
+
*/
|
|
51
|
+
trailingLayersLabel?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Whether or not the layer-comparison tool is active on the map.
|
|
54
|
+
*/
|
|
55
|
+
layerComparisonIsActive?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* The direction in which the layer-comparison bar slides. 'horizontal'
|
|
58
|
+
* positions the leading layers on the left and trailing layers on the
|
|
59
|
+
* right; 'vertical' positions the leading layers on the top and the
|
|
60
|
+
* trailing layers on the bottom.
|
|
61
|
+
*/
|
|
62
|
+
layerComparisonDirection?: LayerComparisonDirection;
|
|
63
|
+
/**
|
|
64
|
+
* The position of the label relative to the slider bar. The default is
|
|
65
|
+
* "start".
|
|
66
|
+
*/
|
|
67
|
+
layerComparisonLabelPosition?: LayerComparisonLabelPosition;
|
|
68
|
+
/**
|
|
69
|
+
* Whether or not the leading and trailing layers are configurable from the
|
|
70
|
+
* label buttons on the map. The default is true.
|
|
71
|
+
*/
|
|
72
|
+
layerComparisonIsConfigurable?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* The viewpoint of the map. This property is only serialized to saved
|
|
75
|
+
* projects.
|
|
76
|
+
*/
|
|
77
|
+
viewpoint?: ViewpointJson;
|
|
78
|
+
/**
|
|
79
|
+
* The markup graphics currently present on the map. This property is only
|
|
80
|
+
* serialized to saved projects.
|
|
81
|
+
*/
|
|
82
|
+
markupGraphics?: FeatureJson[];
|
|
83
|
+
/**
|
|
84
|
+
* Specify the configuration to be used for snapping during drawing and
|
|
85
|
+
* editing when enabled.
|
|
86
|
+
*/
|
|
87
|
+
snappingConfiguration?: SnappingProperties;
|
|
88
|
+
/**
|
|
89
|
+
* Specify the configuration to be used for topology during drawing and
|
|
90
|
+
* editing, when enabled.
|
|
91
|
+
*/
|
|
92
|
+
topologyConfiguration?: TopologyProperties;
|
|
93
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import type { DrawModelBaseProperties } from "./DrawModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Properties used to create and config a MeasurementModel.
|
|
4
|
-
*/
|
|
5
|
-
export interface MeasurementModelProperties extends DrawModelBaseProperties {
|
|
6
|
-
/**
|
|
7
|
-
* The number of decimal places to use in measurement labels. The default is
|
|
8
|
-
* 2.
|
|
9
|
-
*/
|
|
10
|
-
decimalPlaces?: number;
|
|
11
|
-
/**
|
|
12
|
-
* The units used when creating measurement labels for polylines. When left
|
|
13
|
-
* undefined, measurement units will be intelligently assigned based on the
|
|
14
|
-
* locale. The default is undefined.
|
|
15
|
-
*/
|
|
16
|
-
lengthUnits?: LengthMeasurementUnits;
|
|
17
|
-
/**
|
|
18
|
-
* The units used when creating measurement labels for polygons. When left
|
|
19
|
-
* undefined, measurement units will be intelligently assigned based on the
|
|
20
|
-
* locale. The default is undefined.
|
|
21
|
-
*/
|
|
22
|
-
areaUnits?: AreaMeasurementUnits;
|
|
23
|
-
/**
|
|
24
|
-
* Whether measurements are geodesic. The default is true. If set to false,
|
|
25
|
-
* measurements will be planar.
|
|
26
|
-
*/
|
|
27
|
-
isGeodesic?: boolean;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* The units for area measurements supported by ArcGIS.
|
|
31
|
-
*/
|
|
32
|
-
export type AreaMeasurementUnits = "acres" | "ares" | "hectares" | "square-feet" | "square-meters" | "square-yards" | "square-kilometers" | "square-miles";
|
|
33
|
-
/**
|
|
34
|
-
* The units for length measurements supported by ArcGIS.
|
|
35
|
-
*/
|
|
36
|
-
export type LengthMeasurementUnits = "meters" | "feet" | "kilometers" | "miles" | "nautical-miles" | "yards";
|
|
1
|
+
import type { DrawModelBaseProperties } from "./DrawModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Properties used to create and config a MeasurementModel.
|
|
4
|
+
*/
|
|
5
|
+
export interface MeasurementModelProperties extends DrawModelBaseProperties {
|
|
6
|
+
/**
|
|
7
|
+
* The number of decimal places to use in measurement labels. The default is
|
|
8
|
+
* 2.
|
|
9
|
+
*/
|
|
10
|
+
decimalPlaces?: number;
|
|
11
|
+
/**
|
|
12
|
+
* The units used when creating measurement labels for polylines. When left
|
|
13
|
+
* undefined, measurement units will be intelligently assigned based on the
|
|
14
|
+
* locale. The default is undefined.
|
|
15
|
+
*/
|
|
16
|
+
lengthUnits?: LengthMeasurementUnits;
|
|
17
|
+
/**
|
|
18
|
+
* The units used when creating measurement labels for polygons. When left
|
|
19
|
+
* undefined, measurement units will be intelligently assigned based on the
|
|
20
|
+
* locale. The default is undefined.
|
|
21
|
+
*/
|
|
22
|
+
areaUnits?: AreaMeasurementUnits;
|
|
23
|
+
/**
|
|
24
|
+
* Whether measurements are geodesic. The default is true. If set to false,
|
|
25
|
+
* measurements will be planar.
|
|
26
|
+
*/
|
|
27
|
+
isGeodesic?: boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* The units for area measurements supported by ArcGIS.
|
|
31
|
+
*/
|
|
32
|
+
export type AreaMeasurementUnits = "acres" | "ares" | "hectares" | "square-feet" | "square-meters" | "square-yards" | "square-kilometers" | "square-miles";
|
|
33
|
+
/**
|
|
34
|
+
* The units for length measurements supported by ArcGIS.
|
|
35
|
+
*/
|
|
36
|
+
export type LengthMeasurementUnits = "meters" | "feet" | "kilometers" | "miles" | "nautical-miles" | "yards";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { MenuItemProperties } from "@vertigis/arcgis-extensions/menus/MenuItem";
|
|
2
|
-
import type { HasVisibilityFilters } from "./HasVisibilityFilters.js";
|
|
3
|
-
/**
|
|
4
|
-
* @inheritdoc
|
|
5
|
-
*/
|
|
6
|
-
export interface MenuItemModelProperties extends MenuItemProperties, HasVisibilityFilters {
|
|
7
|
-
}
|
|
1
|
+
import type { MenuItemProperties } from "@vertigis/arcgis-extensions/menus/MenuItem";
|
|
2
|
+
import type { HasVisibilityFilters } from "./HasVisibilityFilters.js";
|
|
3
|
+
/**
|
|
4
|
+
* @inheritdoc
|
|
5
|
+
*/
|
|
6
|
+
export interface MenuItemModelProperties extends MenuItemProperties, HasVisibilityFilters {
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
-
import type { MenuModelProperties as CommonMenuModelProperties } from "../common/MenuModelProperties.js";
|
|
3
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
-
import type { MenuItemModelProperties } from "./MenuItemModelProperties.js";
|
|
5
|
-
/**
|
|
6
|
-
* @inheritdoc
|
|
7
|
-
*/
|
|
8
|
-
export interface MenuModelProperties extends CommonMenuModelProperties, ComponentModelProperties {
|
|
9
|
-
/**
|
|
10
|
-
* Individual menu items for this menu.
|
|
11
|
-
*/
|
|
12
|
-
items: (ItemRef | MenuItemModelProperties)[];
|
|
13
|
-
}
|
|
1
|
+
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
+
import type { MenuModelProperties as CommonMenuModelProperties } from "../common/MenuModelProperties.js";
|
|
3
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
+
import type { MenuItemModelProperties } from "./MenuItemModelProperties.js";
|
|
5
|
+
/**
|
|
6
|
+
* @inheritdoc
|
|
7
|
+
*/
|
|
8
|
+
export interface MenuModelProperties extends CommonMenuModelProperties, ComponentModelProperties {
|
|
9
|
+
/**
|
|
10
|
+
* Individual menu items for this menu.
|
|
11
|
+
*/
|
|
12
|
+
items: (ItemRef | MenuItemModelProperties)[];
|
|
13
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { InitializableBaseProperties } from "@vertigis/arcgis-extensions/support/InitializableBase";
|
|
2
|
-
import type { ModelProperties as CommonModelProperties } from "../common/ModelProperties.js";
|
|
3
|
-
/**
|
|
4
|
-
* Properties that can be used to create or update a model.
|
|
5
|
-
*/
|
|
6
|
-
export interface ModelProperties extends CommonModelProperties, InitializableBaseProperties {
|
|
7
|
-
}
|
|
1
|
+
import type { InitializableBaseProperties } from "@vertigis/arcgis-extensions/support/InitializableBase";
|
|
2
|
+
import type { ModelProperties as CommonModelProperties } from "../common/ModelProperties.js";
|
|
3
|
+
/**
|
|
4
|
+
* Properties that can be used to create or update a model.
|
|
5
|
+
*/
|
|
6
|
+
export interface ModelProperties extends CommonModelProperties, InitializableBaseProperties {
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { PanelModelProperties as CommonPanelModelProperties } from "../common/PanelModelProperties.js";
|
|
2
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
-
/**
|
|
4
|
-
* @inheritdoc
|
|
5
|
-
*/
|
|
6
|
-
export interface PanelModelProperties extends CommonPanelModelProperties, ComponentModelProperties {
|
|
7
|
-
}
|
|
1
|
+
import type { PanelModelProperties as CommonPanelModelProperties } from "../common/PanelModelProperties.js";
|
|
2
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
+
/**
|
|
4
|
+
* @inheritdoc
|
|
5
|
+
*/
|
|
6
|
+
export interface PanelModelProperties extends CommonPanelModelProperties, ComponentModelProperties {
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { ModelProperties } from "../common/ModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Properties that are used for the Portal service.
|
|
4
|
-
*/
|
|
5
|
-
export interface PortalModelProperties extends ModelProperties {
|
|
6
|
-
/**
|
|
7
|
-
* Tags by which the Choose Layer modal will filter out the displayed
|
|
8
|
-
* layers.
|
|
9
|
-
*/
|
|
10
|
-
layerFilterTags?: string[];
|
|
11
|
-
}
|
|
1
|
+
import type { ModelProperties } from "../common/ModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Properties that are used for the Portal service.
|
|
4
|
+
*/
|
|
5
|
+
export interface PortalModelProperties extends ModelProperties {
|
|
6
|
+
/**
|
|
7
|
+
* Tags by which the Choose Layer modal will filter out the displayed
|
|
8
|
+
* layers.
|
|
9
|
+
*/
|
|
10
|
+
layerFilterTags?: string[];
|
|
11
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
-
import type { ReportModelProperties } from "./ReportModelProperties.js";
|
|
4
|
-
/**
|
|
5
|
-
* Properties that can be passed into the constructor for {@link PrintTemplate}.
|
|
6
|
-
*/
|
|
7
|
-
export interface PrintTemplateModelProperties extends ReportModelProperties {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* A spatial reference grid to use for printing.
|
|
11
|
-
*/
|
|
12
|
-
export interface SpatialReferenceGrid {
|
|
13
|
-
/**
|
|
14
|
-
* The name of the spatial reference.
|
|
15
|
-
*/
|
|
16
|
-
displayName: string;
|
|
17
|
-
/**
|
|
18
|
-
* The well-known ID if there is one.
|
|
19
|
-
*/
|
|
20
|
-
wkid?: number;
|
|
21
|
-
/**
|
|
22
|
-
* The well-known text if no well-known ID is provided.
|
|
23
|
-
*/
|
|
24
|
-
wkt?: string;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Configuration for a print form component.
|
|
28
|
-
*/
|
|
29
|
-
export interface PrintFormModelProperties extends ComponentModelProperties {
|
|
30
|
-
/**
|
|
31
|
-
* The templates to choose from.
|
|
32
|
-
*/
|
|
33
|
-
templates?: (ItemRef | PrintTemplateModelProperties)[];
|
|
34
|
-
/**
|
|
35
|
-
* The spatial reference grids to choose from.
|
|
36
|
-
*/
|
|
37
|
-
grids?: SpatialReferenceGrid[];
|
|
38
|
-
/**
|
|
39
|
-
* The supported print resolutions to choose from.
|
|
40
|
-
*/
|
|
41
|
-
resolutions?: number[];
|
|
42
|
-
}
|
|
1
|
+
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
+
import type { ReportModelProperties } from "./ReportModelProperties.js";
|
|
4
|
+
/**
|
|
5
|
+
* Properties that can be passed into the constructor for {@link PrintTemplate}.
|
|
6
|
+
*/
|
|
7
|
+
export interface PrintTemplateModelProperties extends ReportModelProperties {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* A spatial reference grid to use for printing.
|
|
11
|
+
*/
|
|
12
|
+
export interface SpatialReferenceGrid {
|
|
13
|
+
/**
|
|
14
|
+
* The name of the spatial reference.
|
|
15
|
+
*/
|
|
16
|
+
displayName: string;
|
|
17
|
+
/**
|
|
18
|
+
* The well-known ID if there is one.
|
|
19
|
+
*/
|
|
20
|
+
wkid?: number;
|
|
21
|
+
/**
|
|
22
|
+
* The well-known text if no well-known ID is provided.
|
|
23
|
+
*/
|
|
24
|
+
wkt?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Configuration for a print form component.
|
|
28
|
+
*/
|
|
29
|
+
export interface PrintFormModelProperties extends ComponentModelProperties {
|
|
30
|
+
/**
|
|
31
|
+
* The templates to choose from.
|
|
32
|
+
*/
|
|
33
|
+
templates?: (ItemRef | PrintTemplateModelProperties)[];
|
|
34
|
+
/**
|
|
35
|
+
* The spatial reference grids to choose from.
|
|
36
|
+
*/
|
|
37
|
+
grids?: SpatialReferenceGrid[];
|
|
38
|
+
/**
|
|
39
|
+
* The supported print resolutions to choose from.
|
|
40
|
+
*/
|
|
41
|
+
resolutions?: number[];
|
|
42
|
+
}
|