@vertigis/viewer-spec 42.12.0 → 42.16.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/app-config/common/ApplicationModelProperties.d.ts +15 -0
- package/app-config/common/ApplicationModelProperties.js +1 -0
- package/app-config/mobile/SearchModelProperties.d.ts +12 -0
- package/app-config/mobile/SearchModelProperties.js +1 -0
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +2 -2
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/VertigisWebModelProperties.d.ts +2 -11
- package/messaging/registry/map.d.ts +82 -0
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/sketching.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +1032 -65
- package/messaging/schema/common-event.schema.json +1002 -61
- package/messaging/schema/mobile-action.schema.json +1032 -65
- package/messaging/schema/mobile-event.schema.json +1002 -61
- package/messaging/schema/web-action.schema.json +1294 -158
- package/messaging/schema/web-event.schema.json +1002 -61
- package/package.json +19 -19
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
"description": "The initial geometry to add the point to. Can be null."
|
|
748
748
|
},
|
|
749
749
|
"geometryType": {
|
|
750
|
-
"description": "The type of geometry to create if the initial geometry is null. In
|
|
750
|
+
"description": "The type of geometry to create if the initial geometry is null. In Geocortex Mobile, this value must be 'polygon' or 'polyline'. In Geocortex Web, this value may also be null if the point being added is intended to be added to the active sketch.",
|
|
751
751
|
"type": "string"
|
|
752
752
|
},
|
|
753
753
|
"maps": {
|
|
@@ -1243,6 +1243,28 @@
|
|
|
1243
1243
|
],
|
|
1244
1244
|
"type": "object"
|
|
1245
1245
|
},
|
|
1246
|
+
"CreateMapNoteArgs": {
|
|
1247
|
+
"additionalProperties": false,
|
|
1248
|
+
"description": "Arguments for the map.create-note command.",
|
|
1249
|
+
"properties": {
|
|
1250
|
+
"features": {
|
|
1251
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
1252
|
+
"description": "Optionally the features that can be referenced for inserting snippets."
|
|
1253
|
+
},
|
|
1254
|
+
"geometry": {
|
|
1255
|
+
"$ref": "#/definitions/esri.Point",
|
|
1256
|
+
"description": "The location for the map note."
|
|
1257
|
+
},
|
|
1258
|
+
"maps": {
|
|
1259
|
+
"$ref": "MapsLike",
|
|
1260
|
+
"description": "The map that should show the created note."
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"required": [
|
|
1264
|
+
"geometry"
|
|
1265
|
+
],
|
|
1266
|
+
"type": "object"
|
|
1267
|
+
},
|
|
1246
1268
|
"CreateMeasurementGraphicsResult": {
|
|
1247
1269
|
"additionalProperties": false,
|
|
1248
1270
|
"description": "Result of the \"measurement.create-graphics\" operation.",
|
|
@@ -1540,6 +1562,28 @@
|
|
|
1540
1562
|
},
|
|
1541
1563
|
"type": "object"
|
|
1542
1564
|
},
|
|
1565
|
+
"EditMapNotesArgs": {
|
|
1566
|
+
"additionalProperties": false,
|
|
1567
|
+
"description": "Arguments for the map.edit-note command.",
|
|
1568
|
+
"properties": {
|
|
1569
|
+
"features": {
|
|
1570
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
1571
|
+
"description": "Optionally the features that can be referenced for inserting snippets."
|
|
1572
|
+
},
|
|
1573
|
+
"geometry": {
|
|
1574
|
+
"$ref": "#/definitions/esri.Point",
|
|
1575
|
+
"description": "The geometry from which to attempt to select the Note."
|
|
1576
|
+
},
|
|
1577
|
+
"maps": {
|
|
1578
|
+
"$ref": "MapsLike",
|
|
1579
|
+
"description": "The map on which to edit the result."
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"required": [
|
|
1583
|
+
"maps"
|
|
1584
|
+
],
|
|
1585
|
+
"type": "object"
|
|
1586
|
+
},
|
|
1543
1587
|
"EditSymbolArgs": {
|
|
1544
1588
|
"additionalProperties": false,
|
|
1545
1589
|
"description": "Arguments for the drawing.edit-symbol operation. Only available in Geocortex Web.",
|
|
@@ -2356,6 +2400,44 @@
|
|
|
2356
2400
|
],
|
|
2357
2401
|
"type": "object"
|
|
2358
2402
|
},
|
|
2403
|
+
"GetCoordinateArgs": {
|
|
2404
|
+
"additionalProperties": false,
|
|
2405
|
+
"description": "Arguments for the map.get-user-coordinates-input operation.",
|
|
2406
|
+
"properties": {
|
|
2407
|
+
"allowSelectFromMap": {
|
|
2408
|
+
"description": "Indicates if the user should be given the option to select a point from the map.",
|
|
2409
|
+
"type": "boolean"
|
|
2410
|
+
},
|
|
2411
|
+
"geometry": {
|
|
2412
|
+
"$ref": "#/definitions/esri.Point",
|
|
2413
|
+
"description": "An optional starting coordinate."
|
|
2414
|
+
},
|
|
2415
|
+
"maps": {
|
|
2416
|
+
"$ref": "MapsLike",
|
|
2417
|
+
"description": "The map on which to select the result."
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"type": "object"
|
|
2421
|
+
},
|
|
2422
|
+
"GetCoordinateResult": {
|
|
2423
|
+
"additionalProperties": false,
|
|
2424
|
+
"description": "The result of a map.get-user-coordinates-input operation.",
|
|
2425
|
+
"properties": {
|
|
2426
|
+
"geometry": {
|
|
2427
|
+
"$ref": "#/definitions/esri.Point",
|
|
2428
|
+
"description": "The result."
|
|
2429
|
+
},
|
|
2430
|
+
"maps": {
|
|
2431
|
+
"$ref": "MapsLike",
|
|
2432
|
+
"description": "The associated map."
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"required": [
|
|
2436
|
+
"geometry",
|
|
2437
|
+
"maps"
|
|
2438
|
+
],
|
|
2439
|
+
"type": "object"
|
|
2440
|
+
},
|
|
2359
2441
|
"GetDefaultSymbolArgs": {
|
|
2360
2442
|
"additionalProperties": false,
|
|
2361
2443
|
"description": "Arguments for the measurement.get-symbol operation. Only available in Geocortex Web.",
|
|
@@ -2840,10 +2922,15 @@
|
|
|
2840
2922
|
"id": {
|
|
2841
2923
|
"description": "The unique ID for this entity.",
|
|
2842
2924
|
"type": "string"
|
|
2925
|
+
},
|
|
2926
|
+
"itemType": {
|
|
2927
|
+
"description": "The item type for this entity when it participates in an App.",
|
|
2928
|
+
"type": "string"
|
|
2843
2929
|
}
|
|
2844
2930
|
},
|
|
2845
2931
|
"required": [
|
|
2846
|
-
"id"
|
|
2932
|
+
"id",
|
|
2933
|
+
"itemType"
|
|
2847
2934
|
],
|
|
2848
2935
|
"type": "object"
|
|
2849
2936
|
},
|
|
@@ -5453,6 +5540,10 @@
|
|
|
5453
5540
|
"description": "A string defining the character used to separate columns in a CSV file. You can set this property using any of the following: \",\", \" \", \";\", \"|\", \"\\t\". Used with CSV layers only.",
|
|
5454
5541
|
"type": "string"
|
|
5455
5542
|
},
|
|
5543
|
+
"disablePopup": {
|
|
5544
|
+
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
5545
|
+
"type": "boolean"
|
|
5546
|
+
},
|
|
5456
5547
|
"id": {
|
|
5457
5548
|
"description": "A unique identifying string for the layer.",
|
|
5458
5549
|
"type": "string"
|
|
@@ -6067,7 +6158,7 @@
|
|
|
6067
6158
|
"type": "array"
|
|
6068
6159
|
},
|
|
6069
6160
|
"fixedSymbols": {
|
|
6070
|
-
"description": "
|
|
6161
|
+
"description": "Only used for feature collections with a renderer. The feature's symbol is defined by the layer's renderer. Not implemented in JSAPI 4.x.",
|
|
6071
6162
|
"type": "boolean"
|
|
6072
6163
|
},
|
|
6073
6164
|
"labelingInfo": {
|
|
@@ -6081,6 +6172,10 @@
|
|
|
6081
6172
|
"$ref": "#/definitions/esri.rest-api.Renderer.Renderer",
|
|
6082
6173
|
"description": "A renderer object that provides the symbology for the layer."
|
|
6083
6174
|
},
|
|
6175
|
+
"scaleSymbols": {
|
|
6176
|
+
"description": "Boolean property indicating whether symbols should stay the same size in screen units as you zoom in. A value of false means the symbols stay the same size in screen units regardless of the map scale. Not implemented in JSAPI 4.x.",
|
|
6177
|
+
"type": "boolean"
|
|
6178
|
+
},
|
|
6084
6179
|
"showLabels": {
|
|
6085
6180
|
"description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
|
|
6086
6181
|
"type": "boolean"
|
|
@@ -6515,6 +6610,9 @@
|
|
|
6515
6610
|
"description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
|
|
6516
6611
|
"type": "string"
|
|
6517
6612
|
},
|
|
6613
|
+
"customParameters": {
|
|
6614
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
6615
|
+
},
|
|
6518
6616
|
"definitionEditor": {
|
|
6519
6617
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
6520
6618
|
"description": "Stores interactive filters."
|
|
@@ -6531,6 +6629,10 @@
|
|
|
6531
6629
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
|
|
6532
6630
|
"description": "Indicates the type of features in the feature collection. If featureCollectionType is missing, it means the feature collection is a regular single-layer or multi-layer feature collection."
|
|
6533
6631
|
},
|
|
6632
|
+
"formInfo": {
|
|
6633
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
|
|
6634
|
+
"description": "A formInfo object defining the content of the form when you are editing a feature."
|
|
6635
|
+
},
|
|
6534
6636
|
"id": {
|
|
6535
6637
|
"description": "A unique identifying string for the layer.",
|
|
6536
6638
|
"type": "string"
|
|
@@ -6590,6 +6692,13 @@
|
|
|
6590
6692
|
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
6591
6693
|
"type": "boolean"
|
|
6592
6694
|
},
|
|
6695
|
+
"subtypeCode": {
|
|
6696
|
+
"description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
|
|
6697
|
+
"type": [
|
|
6698
|
+
"string",
|
|
6699
|
+
"number"
|
|
6700
|
+
]
|
|
6701
|
+
},
|
|
6593
6702
|
"title": {
|
|
6594
6703
|
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
6595
6704
|
"type": "string"
|
|
@@ -6869,175 +6978,656 @@
|
|
|
6869
6978
|
],
|
|
6870
6979
|
"type": "object"
|
|
6871
6980
|
},
|
|
6872
|
-
"esri.rest-api.
|
|
6873
|
-
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
6874
|
-
"enum": [
|
|
6875
|
-
"dayShortMonthYear",
|
|
6876
|
-
"longDate",
|
|
6877
|
-
"longMonthDayYear",
|
|
6878
|
-
"longMonthYear",
|
|
6879
|
-
"shortDate",
|
|
6880
|
-
"shortDateLE",
|
|
6881
|
-
"shortDateLELongTime",
|
|
6882
|
-
"shortDateLELongTime24",
|
|
6883
|
-
"shortDateLEShortTime",
|
|
6884
|
-
"shortDateLEShortTime24",
|
|
6885
|
-
"shortDateLongTime",
|
|
6886
|
-
"shortDateLongTime24",
|
|
6887
|
-
"shortDateShortTime",
|
|
6888
|
-
"shortDateShortTime24",
|
|
6889
|
-
"shortMonthYear",
|
|
6890
|
-
"year"
|
|
6891
|
-
],
|
|
6892
|
-
"type": "string"
|
|
6893
|
-
},
|
|
6894
|
-
"esri.rest-api.Format.Format": {
|
|
6981
|
+
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
6895
6982
|
"additionalProperties": false,
|
|
6896
|
-
"description": "
|
|
6983
|
+
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
|
|
6897
6984
|
"properties": {
|
|
6898
|
-
"
|
|
6899
|
-
"
|
|
6900
|
-
"
|
|
6985
|
+
"attachmentKeyword": {
|
|
6986
|
+
"description": "A string to identify the attachment(s). When a file is attached using the form, this property is used to set the value of the keywords field for the attachment. When a form is displaying existing attachments, this property is used to query attachments using an exact match on the keywords field.",
|
|
6987
|
+
"type": "string"
|
|
6901
6988
|
},
|
|
6902
|
-
"
|
|
6903
|
-
"description": "A
|
|
6989
|
+
"description": {
|
|
6990
|
+
"description": "A string that describes the element in detail.",
|
|
6991
|
+
"type": "string"
|
|
6992
|
+
},
|
|
6993
|
+
"editable": {
|
|
6994
|
+
"description": "Indicates whether the attachments can be edited. If not present, the default is true.",
|
|
6904
6995
|
"type": "boolean"
|
|
6905
6996
|
},
|
|
6906
|
-
"
|
|
6907
|
-
"
|
|
6908
|
-
"
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
6917
|
-
|
|
6918
|
-
|
|
6919
|
-
|
|
6997
|
+
"inputType": {
|
|
6998
|
+
"additionalProperties": false,
|
|
6999
|
+
"description": "The input user interface to use for the attachment.",
|
|
7000
|
+
"properties": {
|
|
7001
|
+
"type": {
|
|
7002
|
+
"description": "The input type identifier.",
|
|
7003
|
+
"enum": [
|
|
7004
|
+
"attachment",
|
|
7005
|
+
"audio",
|
|
7006
|
+
"document",
|
|
7007
|
+
"image",
|
|
7008
|
+
"signature",
|
|
7009
|
+
"video"
|
|
7010
|
+
],
|
|
7011
|
+
"type": "string"
|
|
7012
|
+
}
|
|
7013
|
+
},
|
|
7014
|
+
"required": [
|
|
7015
|
+
"type"
|
|
7016
|
+
],
|
|
7017
|
+
"type": "object"
|
|
6920
7018
|
},
|
|
6921
|
-
"
|
|
6922
|
-
"description": "A
|
|
7019
|
+
"label": {
|
|
7020
|
+
"description": "A string value indicating what the element represents.",
|
|
6923
7021
|
"type": "string"
|
|
6924
7022
|
},
|
|
6925
|
-
"
|
|
6926
|
-
"description": "
|
|
7023
|
+
"type": {
|
|
7024
|
+
"description": "String value indicating which type of element to use.",
|
|
6927
7025
|
"enum": [
|
|
6928
|
-
"
|
|
7026
|
+
"attachment"
|
|
6929
7027
|
],
|
|
6930
7028
|
"type": "string"
|
|
6931
7029
|
},
|
|
6932
|
-
"
|
|
6933
|
-
"
|
|
6934
|
-
"
|
|
6935
|
-
}
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
|
|
6948
|
-
"opacity": {
|
|
6949
|
-
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
7030
|
+
"visibilityExpression": {
|
|
7031
|
+
"description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.",
|
|
7032
|
+
"type": "string"
|
|
7033
|
+
}
|
|
7034
|
+
},
|
|
7035
|
+
"required": [
|
|
7036
|
+
"type"
|
|
7037
|
+
],
|
|
7038
|
+
"type": "object"
|
|
7039
|
+
},
|
|
7040
|
+
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
7041
|
+
"additionalProperties": false,
|
|
7042
|
+
"description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
|
|
7043
|
+
"properties": {
|
|
7044
|
+
"maxLength": {
|
|
7045
|
+
"description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
6950
7046
|
"type": "number"
|
|
6951
7047
|
},
|
|
6952
|
-
"
|
|
6953
|
-
"
|
|
6954
|
-
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have points, this property is not added to the layer JSON."
|
|
6955
|
-
},
|
|
6956
|
-
"polygonSymbol": {
|
|
6957
|
-
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol",
|
|
6958
|
-
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON."
|
|
6959
|
-
},
|
|
6960
|
-
"refreshInterval": {
|
|
6961
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7048
|
+
"minLength": {
|
|
7049
|
+
"description": "This represents the minimum number of characters allowed. This only applies for string fields. If not supplied, the value is 0, meaning there is no minimum constraint.",
|
|
6962
7050
|
"type": "number"
|
|
6963
7051
|
},
|
|
6964
|
-
"showLegend": {
|
|
6965
|
-
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
6966
|
-
"type": "boolean"
|
|
6967
|
-
},
|
|
6968
|
-
"title": {
|
|
6969
|
-
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
6970
|
-
"type": "string"
|
|
6971
|
-
},
|
|
6972
7052
|
"type": {
|
|
6973
|
-
"description": "
|
|
7053
|
+
"description": "The input type identifier.",
|
|
6974
7054
|
"enum": [
|
|
6975
|
-
"
|
|
6976
|
-
"BingMapsHybrid",
|
|
6977
|
-
"BingMapsRoad",
|
|
6978
|
-
"CSV",
|
|
6979
|
-
"KML",
|
|
6980
|
-
"OpenStreetMap",
|
|
6981
|
-
"WMS",
|
|
6982
|
-
"WebTiledLayer"
|
|
7055
|
+
"barcode-scanner"
|
|
6983
7056
|
],
|
|
6984
7057
|
"type": "string"
|
|
6985
|
-
},
|
|
6986
|
-
"url": {
|
|
6987
|
-
"description": "The URL to the layer.",
|
|
6988
|
-
"type": "string"
|
|
6989
|
-
},
|
|
6990
|
-
"visibility": {
|
|
6991
|
-
"description": "Determines whether the layer is initially visible in the web map.",
|
|
6992
|
-
"type": "boolean"
|
|
6993
7058
|
}
|
|
6994
7059
|
},
|
|
6995
7060
|
"required": [
|
|
6996
|
-
"
|
|
7061
|
+
"type"
|
|
6997
7062
|
],
|
|
6998
7063
|
"type": "object"
|
|
6999
7064
|
},
|
|
7000
|
-
"esri.rest-api.
|
|
7001
|
-
"
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
"
|
|
7007
|
-
},
|
|
7008
|
-
{
|
|
7009
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
7065
|
+
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
7066
|
+
"additionalProperties": false,
|
|
7067
|
+
"description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
|
|
7068
|
+
"properties": {
|
|
7069
|
+
"noValueOptionLabel": {
|
|
7070
|
+
"description": "The text used to represent a null value.",
|
|
7071
|
+
"type": "string"
|
|
7010
7072
|
},
|
|
7011
|
-
{
|
|
7012
|
-
"
|
|
7073
|
+
"showNoValueOption": {
|
|
7074
|
+
"description": "Determines whether null value option is displayed. This only applies to fields that support null values. If not provided, the default value is false.",
|
|
7075
|
+
"type": "boolean"
|
|
7013
7076
|
},
|
|
7014
|
-
{
|
|
7015
|
-
"
|
|
7077
|
+
"type": {
|
|
7078
|
+
"description": "The input type identifier.",
|
|
7079
|
+
"enum": [
|
|
7080
|
+
"combo-box"
|
|
7081
|
+
],
|
|
7082
|
+
"type": "string"
|
|
7016
7083
|
}
|
|
7084
|
+
},
|
|
7085
|
+
"required": [
|
|
7086
|
+
"type"
|
|
7017
7087
|
],
|
|
7018
|
-
"
|
|
7088
|
+
"type": "object"
|
|
7019
7089
|
},
|
|
7020
|
-
"esri.rest-api.
|
|
7090
|
+
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
7021
7091
|
"additionalProperties": false,
|
|
7022
|
-
"description": "
|
|
7092
|
+
"description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
7023
7093
|
"properties": {
|
|
7024
|
-
"
|
|
7025
|
-
"
|
|
7026
|
-
"
|
|
7094
|
+
"includeTime": {
|
|
7095
|
+
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
7096
|
+
"type": "boolean"
|
|
7027
7097
|
},
|
|
7028
|
-
"
|
|
7029
|
-
"description": "
|
|
7030
|
-
"type": "
|
|
7098
|
+
"max": {
|
|
7099
|
+
"description": "The maximum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
|
|
7100
|
+
"type": "number"
|
|
7031
7101
|
},
|
|
7032
|
-
"
|
|
7033
|
-
"description": "
|
|
7102
|
+
"min": {
|
|
7103
|
+
"description": "The minimum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
|
|
7104
|
+
"type": "number"
|
|
7105
|
+
},
|
|
7106
|
+
"type": {
|
|
7107
|
+
"description": "The input type identifier.",
|
|
7034
7108
|
"enum": [
|
|
7035
|
-
"
|
|
7109
|
+
"datetime-picker"
|
|
7036
7110
|
],
|
|
7037
7111
|
"type": "string"
|
|
7038
|
-
}
|
|
7039
|
-
|
|
7040
|
-
|
|
7112
|
+
}
|
|
7113
|
+
},
|
|
7114
|
+
"required": [
|
|
7115
|
+
"type"
|
|
7116
|
+
],
|
|
7117
|
+
"type": "object"
|
|
7118
|
+
},
|
|
7119
|
+
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
7120
|
+
"additionalProperties": false,
|
|
7121
|
+
"description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
7122
|
+
"properties": {
|
|
7123
|
+
"expression": {
|
|
7124
|
+
"description": "The Arcade expression.",
|
|
7125
|
+
"type": "string"
|
|
7126
|
+
},
|
|
7127
|
+
"name": {
|
|
7128
|
+
"description": "Unique identifier for the expression.",
|
|
7129
|
+
"type": "string"
|
|
7130
|
+
},
|
|
7131
|
+
"returnType": {
|
|
7132
|
+
"description": "Return type of the Arcade expression. This can be determined by the authoring client by executing the expression using a sample feature(s), although it can be corrected by the user.",
|
|
7133
|
+
"enum": [
|
|
7134
|
+
"boolean"
|
|
7135
|
+
],
|
|
7136
|
+
"type": "string"
|
|
7137
|
+
},
|
|
7138
|
+
"title": {
|
|
7139
|
+
"description": "Title of the expression.",
|
|
7140
|
+
"type": "string"
|
|
7141
|
+
}
|
|
7142
|
+
},
|
|
7143
|
+
"type": "object"
|
|
7144
|
+
},
|
|
7145
|
+
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
7146
|
+
"additionalProperties": false,
|
|
7147
|
+
"description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
7148
|
+
"properties": {
|
|
7149
|
+
"description": {
|
|
7150
|
+
"description": "A string that describes the element in detail.",
|
|
7151
|
+
"type": "string"
|
|
7152
|
+
},
|
|
7153
|
+
"domain": {
|
|
7154
|
+
"$ref": "#/definitions/esri.rest-api.Domain.Domain",
|
|
7155
|
+
"description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
|
|
7156
|
+
},
|
|
7157
|
+
"editable": {
|
|
7158
|
+
"description": "A Boolean determining whether users can edit this form element. If not supplied, the editable state is derived from the editable property of referenced field in the service.",
|
|
7159
|
+
"type": "boolean"
|
|
7160
|
+
},
|
|
7161
|
+
"fieldName": {
|
|
7162
|
+
"description": "A string containing the field name as defined by the feature layer.",
|
|
7163
|
+
"type": "string"
|
|
7164
|
+
},
|
|
7165
|
+
"inputType": {
|
|
7166
|
+
"anyOf": [
|
|
7167
|
+
{
|
|
7168
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormBarcodeScannerInput"
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormComboBoxInput"
|
|
7172
|
+
},
|
|
7173
|
+
{
|
|
7174
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormDateTimePickerInput"
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormRadioButtonsInput"
|
|
7178
|
+
},
|
|
7179
|
+
{
|
|
7180
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormSwitchInput"
|
|
7181
|
+
},
|
|
7182
|
+
{
|
|
7183
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormTextAreaInput"
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormTextBoxInput"
|
|
7187
|
+
}
|
|
7188
|
+
],
|
|
7189
|
+
"description": "The input user interface to use for the element. If an input type is not supplied or the client application does not understand the supplied input type, the client application is responsible for defining the default user interface."
|
|
7190
|
+
},
|
|
7191
|
+
"label": {
|
|
7192
|
+
"description": "A string indicating what the element represents. If not supplied, the label is derived from the alias property in the referenced field in the service.",
|
|
7193
|
+
"type": "string"
|
|
7194
|
+
},
|
|
7195
|
+
"requiredExpression": {
|
|
7196
|
+
"description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true and the element is visible, the element must have a valid value in order for the feature to be created or edited. When the expression evaluates to false the element is not required. If no expression is provided, the default behavior is that the element is not required. If the referenced field is non-nullable, the required expression is ignored and the element is always required.",
|
|
7197
|
+
"type": "string"
|
|
7198
|
+
},
|
|
7199
|
+
"type": {
|
|
7200
|
+
"description": "A string indicating which type of element to use.",
|
|
7201
|
+
"enum": [
|
|
7202
|
+
"field"
|
|
7203
|
+
],
|
|
7204
|
+
"type": "string"
|
|
7205
|
+
},
|
|
7206
|
+
"visibilityExpression": {
|
|
7207
|
+
"description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed. Care must be taken when defining a visibility expression for a non-nullable field i.e. to make sure that such fields either have default values or are made visible to users so that they can provide a value before submitting the form.",
|
|
7208
|
+
"type": "string"
|
|
7209
|
+
}
|
|
7210
|
+
},
|
|
7211
|
+
"required": [
|
|
7212
|
+
"type"
|
|
7213
|
+
],
|
|
7214
|
+
"type": "object"
|
|
7215
|
+
},
|
|
7216
|
+
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
7217
|
+
"additionalProperties": false,
|
|
7218
|
+
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
|
|
7219
|
+
"properties": {
|
|
7220
|
+
"description": {
|
|
7221
|
+
"description": "A string that describes the element in detail.",
|
|
7222
|
+
"type": "string"
|
|
7223
|
+
},
|
|
7224
|
+
"formElements": {
|
|
7225
|
+
"description": "An array of Form Element objects that represent an ordered list of form elements. Nested group elements are not supported.",
|
|
7226
|
+
"items": {
|
|
7227
|
+
"anyOf": [
|
|
7228
|
+
{
|
|
7229
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
|
|
7233
|
+
},
|
|
7234
|
+
{
|
|
7235
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
|
|
7236
|
+
}
|
|
7237
|
+
]
|
|
7238
|
+
},
|
|
7239
|
+
"type": "array"
|
|
7240
|
+
},
|
|
7241
|
+
"initialState": {
|
|
7242
|
+
"description": "Defines if the group should be expanded or collapsed when the form is initially displayed. If not provided, the default value is expanded.",
|
|
7243
|
+
"enum": [
|
|
7244
|
+
"collapsed",
|
|
7245
|
+
"expanded"
|
|
7246
|
+
],
|
|
7247
|
+
"type": "string"
|
|
7248
|
+
},
|
|
7249
|
+
"label": {
|
|
7250
|
+
"description": "A string value indicating what the element represents.",
|
|
7251
|
+
"type": "string"
|
|
7252
|
+
},
|
|
7253
|
+
"type": {
|
|
7254
|
+
"description": "String value indicating which type of element to use.",
|
|
7255
|
+
"enum": [
|
|
7256
|
+
"group"
|
|
7257
|
+
],
|
|
7258
|
+
"type": "string"
|
|
7259
|
+
},
|
|
7260
|
+
"visibilityExpression": {
|
|
7261
|
+
"description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.",
|
|
7262
|
+
"type": "string"
|
|
7263
|
+
}
|
|
7264
|
+
},
|
|
7265
|
+
"required": [
|
|
7266
|
+
"type"
|
|
7267
|
+
],
|
|
7268
|
+
"type": "object"
|
|
7269
|
+
},
|
|
7270
|
+
"esri.rest-api.FormInfo.FormInfo": {
|
|
7271
|
+
"additionalProperties": false,
|
|
7272
|
+
"description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
7273
|
+
"properties": {
|
|
7274
|
+
"description": {
|
|
7275
|
+
"description": "A string that appears in the body of the form as a description.",
|
|
7276
|
+
"type": "string"
|
|
7277
|
+
},
|
|
7278
|
+
"expressionInfos": {
|
|
7279
|
+
"description": "List of Arcade expressions used in the form.",
|
|
7280
|
+
"items": {
|
|
7281
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormExpressionInfo"
|
|
7282
|
+
},
|
|
7283
|
+
"type": "array"
|
|
7284
|
+
},
|
|
7285
|
+
"formElements": {
|
|
7286
|
+
"description": "An array of formElement objects that represent an ordered list of form elements.",
|
|
7287
|
+
"items": {
|
|
7288
|
+
"anyOf": [
|
|
7289
|
+
{
|
|
7290
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
|
|
7291
|
+
},
|
|
7292
|
+
{
|
|
7293
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
|
|
7294
|
+
},
|
|
7295
|
+
{
|
|
7296
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormGroupElement"
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
|
|
7300
|
+
}
|
|
7301
|
+
]
|
|
7302
|
+
},
|
|
7303
|
+
"type": "array"
|
|
7304
|
+
},
|
|
7305
|
+
"title": {
|
|
7306
|
+
"description": "A string that appears at the top of the form as a title.",
|
|
7307
|
+
"type": "string"
|
|
7308
|
+
}
|
|
7309
|
+
},
|
|
7310
|
+
"type": "object"
|
|
7311
|
+
},
|
|
7312
|
+
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
7313
|
+
"additionalProperties": false,
|
|
7314
|
+
"description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
7315
|
+
"properties": {
|
|
7316
|
+
"noValueOptionLabel": {
|
|
7317
|
+
"description": "The text used to represent a null value.",
|
|
7318
|
+
"type": "string"
|
|
7319
|
+
},
|
|
7320
|
+
"showNoValueOption": {
|
|
7321
|
+
"description": "Determines whether null value option is displayed. This only applies to fields that support null values. If not provided, the default value is false.",
|
|
7322
|
+
"type": "boolean"
|
|
7323
|
+
},
|
|
7324
|
+
"type": {
|
|
7325
|
+
"description": "The input type identifier.",
|
|
7326
|
+
"enum": [
|
|
7327
|
+
"radio-buttons"
|
|
7328
|
+
],
|
|
7329
|
+
"type": "string"
|
|
7330
|
+
}
|
|
7331
|
+
},
|
|
7332
|
+
"required": [
|
|
7333
|
+
"type"
|
|
7334
|
+
],
|
|
7335
|
+
"type": "object"
|
|
7336
|
+
},
|
|
7337
|
+
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
7338
|
+
"additionalProperties": false,
|
|
7339
|
+
"description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
|
|
7340
|
+
"properties": {
|
|
7341
|
+
"description": {
|
|
7342
|
+
"description": "A string that describes the element in detail.",
|
|
7343
|
+
"type": "string"
|
|
7344
|
+
},
|
|
7345
|
+
"displayCount": {
|
|
7346
|
+
"description": "An integer that indicates the maximum number of records to display.",
|
|
7347
|
+
"type": "number"
|
|
7348
|
+
},
|
|
7349
|
+
"displayType": {
|
|
7350
|
+
"description": "A string that defines how the related records should be displayed.",
|
|
7351
|
+
"enum": [
|
|
7352
|
+
"list"
|
|
7353
|
+
],
|
|
7354
|
+
"type": "string"
|
|
7355
|
+
},
|
|
7356
|
+
"editable": {
|
|
7357
|
+
"description": "A Boolean determining whether users can edit this form element. If not supplied the default value is true.",
|
|
7358
|
+
"type": "boolean"
|
|
7359
|
+
},
|
|
7360
|
+
"label": {
|
|
7361
|
+
"description": "A string value indicating what the element represents.",
|
|
7362
|
+
"type": "string"
|
|
7363
|
+
},
|
|
7364
|
+
"type": {
|
|
7365
|
+
"description": "String value indicating which type of element to use.",
|
|
7366
|
+
"enum": [
|
|
7367
|
+
"relationship"
|
|
7368
|
+
],
|
|
7369
|
+
"type": "string"
|
|
7370
|
+
},
|
|
7371
|
+
"visibilityExpression": {
|
|
7372
|
+
"description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.",
|
|
7373
|
+
"type": "string"
|
|
7374
|
+
}
|
|
7375
|
+
},
|
|
7376
|
+
"required": [
|
|
7377
|
+
"type"
|
|
7378
|
+
],
|
|
7379
|
+
"type": "object"
|
|
7380
|
+
},
|
|
7381
|
+
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
7382
|
+
"additionalProperties": false,
|
|
7383
|
+
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
|
|
7384
|
+
"properties": {
|
|
7385
|
+
"offValue": {
|
|
7386
|
+
"description": "The coded value when switch state is off.",
|
|
7387
|
+
"type": [
|
|
7388
|
+
"string",
|
|
7389
|
+
"number"
|
|
7390
|
+
]
|
|
7391
|
+
},
|
|
7392
|
+
"onValue": {
|
|
7393
|
+
"description": "The coded value when switch state is on.",
|
|
7394
|
+
"type": [
|
|
7395
|
+
"string",
|
|
7396
|
+
"number"
|
|
7397
|
+
]
|
|
7398
|
+
},
|
|
7399
|
+
"type": {
|
|
7400
|
+
"description": "The input type identifier.",
|
|
7401
|
+
"enum": [
|
|
7402
|
+
"switch"
|
|
7403
|
+
],
|
|
7404
|
+
"type": "string"
|
|
7405
|
+
}
|
|
7406
|
+
},
|
|
7407
|
+
"required": [
|
|
7408
|
+
"type"
|
|
7409
|
+
],
|
|
7410
|
+
"type": "object"
|
|
7411
|
+
},
|
|
7412
|
+
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
7413
|
+
"additionalProperties": false,
|
|
7414
|
+
"description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
7415
|
+
"properties": {
|
|
7416
|
+
"maxLength": {
|
|
7417
|
+
"description": "This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
7418
|
+
"type": "number"
|
|
7419
|
+
},
|
|
7420
|
+
"minLength": {
|
|
7421
|
+
"description": "This represents the minimum number of characters allowed. If not supplied, the value is 0, meaning there is no minimum constraint.",
|
|
7422
|
+
"type": "number"
|
|
7423
|
+
},
|
|
7424
|
+
"type": {
|
|
7425
|
+
"description": "The input type identifier.",
|
|
7426
|
+
"enum": [
|
|
7427
|
+
"text-area"
|
|
7428
|
+
],
|
|
7429
|
+
"type": "string"
|
|
7430
|
+
}
|
|
7431
|
+
},
|
|
7432
|
+
"required": [
|
|
7433
|
+
"type"
|
|
7434
|
+
],
|
|
7435
|
+
"type": "object"
|
|
7436
|
+
},
|
|
7437
|
+
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
7438
|
+
"additionalProperties": false,
|
|
7439
|
+
"description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
7440
|
+
"properties": {
|
|
7441
|
+
"maxLength": {
|
|
7442
|
+
"description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
7443
|
+
"type": "number"
|
|
7444
|
+
},
|
|
7445
|
+
"minLength": {
|
|
7446
|
+
"description": "This represents the minimum number of characters allowed. This only applies for string fields. If not supplied, the value is 0, meaning there is no minimum constraint.",
|
|
7447
|
+
"type": "number"
|
|
7448
|
+
},
|
|
7449
|
+
"type": {
|
|
7450
|
+
"description": "The input type identifier.",
|
|
7451
|
+
"enum": [
|
|
7452
|
+
"text-box"
|
|
7453
|
+
],
|
|
7454
|
+
"type": "string"
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7457
|
+
"required": [
|
|
7458
|
+
"type"
|
|
7459
|
+
],
|
|
7460
|
+
"type": "object"
|
|
7461
|
+
},
|
|
7462
|
+
"esri.rest-api.Format.DateFormat": {
|
|
7463
|
+
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
7464
|
+
"enum": [
|
|
7465
|
+
"dayShortMonthYear",
|
|
7466
|
+
"longDate",
|
|
7467
|
+
"longMonthDayYear",
|
|
7468
|
+
"longMonthYear",
|
|
7469
|
+
"shortDate",
|
|
7470
|
+
"shortDateLE",
|
|
7471
|
+
"shortDateLELongTime",
|
|
7472
|
+
"shortDateLELongTime24",
|
|
7473
|
+
"shortDateLEShortTime",
|
|
7474
|
+
"shortDateLEShortTime24",
|
|
7475
|
+
"shortDateLongTime",
|
|
7476
|
+
"shortDateLongTime24",
|
|
7477
|
+
"shortDateShortTime",
|
|
7478
|
+
"shortDateShortTime24",
|
|
7479
|
+
"shortMonthYear",
|
|
7480
|
+
"year"
|
|
7481
|
+
],
|
|
7482
|
+
"type": "string"
|
|
7483
|
+
},
|
|
7484
|
+
"esri.rest-api.Format.Format": {
|
|
7485
|
+
"additionalProperties": false,
|
|
7486
|
+
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
7487
|
+
"properties": {
|
|
7488
|
+
"dateFormat": {
|
|
7489
|
+
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
7490
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link DateFormat}."
|
|
7491
|
+
},
|
|
7492
|
+
"digitSeparator": {
|
|
7493
|
+
"description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
|
|
7494
|
+
"type": "boolean"
|
|
7495
|
+
},
|
|
7496
|
+
"places": {
|
|
7497
|
+
"description": "An integer used with numerical fields to specify the number of supported decimal places that should appear in pop-up windows. Any places beyond this value are rounded.",
|
|
7498
|
+
"type": "number"
|
|
7499
|
+
}
|
|
7500
|
+
},
|
|
7501
|
+
"type": "object"
|
|
7502
|
+
},
|
|
7503
|
+
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
7504
|
+
"additionalProperties": false,
|
|
7505
|
+
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
7506
|
+
"properties": {
|
|
7507
|
+
"blendMode": {
|
|
7508
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
7509
|
+
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
7510
|
+
},
|
|
7511
|
+
"id": {
|
|
7512
|
+
"description": "A unique identifying string for the layer.",
|
|
7513
|
+
"type": "string"
|
|
7514
|
+
},
|
|
7515
|
+
"layerType": {
|
|
7516
|
+
"description": "The type of layer.",
|
|
7517
|
+
"enum": [
|
|
7518
|
+
"GeoRSS"
|
|
7519
|
+
],
|
|
7520
|
+
"type": "string"
|
|
7521
|
+
},
|
|
7522
|
+
"lineSymbol": {
|
|
7523
|
+
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol",
|
|
7524
|
+
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have lines, this property is not added to the layer JSON."
|
|
7525
|
+
},
|
|
7526
|
+
"listMode": {
|
|
7527
|
+
"$ref": "esri.ListMode",
|
|
7528
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
|
|
7529
|
+
},
|
|
7530
|
+
"maxScale": {
|
|
7531
|
+
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
7532
|
+
"type": "number"
|
|
7533
|
+
},
|
|
7534
|
+
"minScale": {
|
|
7535
|
+
"description": "A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.",
|
|
7536
|
+
"type": "number"
|
|
7537
|
+
},
|
|
7538
|
+
"opacity": {
|
|
7539
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
7540
|
+
"type": "number"
|
|
7541
|
+
},
|
|
7542
|
+
"pointSymbol": {
|
|
7543
|
+
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol",
|
|
7544
|
+
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have points, this property is not added to the layer JSON."
|
|
7545
|
+
},
|
|
7546
|
+
"polygonSymbol": {
|
|
7547
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol",
|
|
7548
|
+
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON."
|
|
7549
|
+
},
|
|
7550
|
+
"refreshInterval": {
|
|
7551
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7552
|
+
"type": "number"
|
|
7553
|
+
},
|
|
7554
|
+
"showLegend": {
|
|
7555
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
7556
|
+
"type": "boolean"
|
|
7557
|
+
},
|
|
7558
|
+
"title": {
|
|
7559
|
+
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
7560
|
+
"type": "string"
|
|
7561
|
+
},
|
|
7562
|
+
"type": {
|
|
7563
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
|
|
7564
|
+
"enum": [
|
|
7565
|
+
"BingMapsAerial",
|
|
7566
|
+
"BingMapsHybrid",
|
|
7567
|
+
"BingMapsRoad",
|
|
7568
|
+
"CSV",
|
|
7569
|
+
"KML",
|
|
7570
|
+
"OpenStreetMap",
|
|
7571
|
+
"WMS",
|
|
7572
|
+
"WebTiledLayer"
|
|
7573
|
+
],
|
|
7574
|
+
"type": "string"
|
|
7575
|
+
},
|
|
7576
|
+
"url": {
|
|
7577
|
+
"description": "The URL to the layer.",
|
|
7578
|
+
"type": "string"
|
|
7579
|
+
},
|
|
7580
|
+
"visibility": {
|
|
7581
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7582
|
+
"type": "boolean"
|
|
7583
|
+
}
|
|
7584
|
+
},
|
|
7585
|
+
"required": [
|
|
7586
|
+
"layerType"
|
|
7587
|
+
],
|
|
7588
|
+
"type": "object"
|
|
7589
|
+
},
|
|
7590
|
+
"esri.rest-api.Geometry.Geometry": {
|
|
7591
|
+
"anyOf": [
|
|
7592
|
+
{
|
|
7593
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
7600
|
+
},
|
|
7601
|
+
{
|
|
7602
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
7606
|
+
}
|
|
7607
|
+
],
|
|
7608
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
7609
|
+
},
|
|
7610
|
+
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
7611
|
+
"additionalProperties": false,
|
|
7612
|
+
"description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
7613
|
+
"properties": {
|
|
7614
|
+
"blendMode": {
|
|
7615
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
7616
|
+
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
7617
|
+
},
|
|
7618
|
+
"id": {
|
|
7619
|
+
"description": "A unique identifying string for the layer.",
|
|
7620
|
+
"type": "string"
|
|
7621
|
+
},
|
|
7622
|
+
"layerType": {
|
|
7623
|
+
"description": "String indicating the layer type. Value of this property must be GroupLayer.",
|
|
7624
|
+
"enum": [
|
|
7625
|
+
"GroupLayer"
|
|
7626
|
+
],
|
|
7627
|
+
"type": "string"
|
|
7628
|
+
},
|
|
7629
|
+
"layers": {
|
|
7630
|
+
"description": "List of child operationalLayers.",
|
|
7041
7631
|
"items": {
|
|
7042
7632
|
"anyOf": [
|
|
7043
7633
|
{
|
|
@@ -7331,6 +7921,9 @@
|
|
|
7331
7921
|
"description": "The attribution information for the layer. (not in the documentation).",
|
|
7332
7922
|
"type": "string"
|
|
7333
7923
|
},
|
|
7924
|
+
"customParameters": {
|
|
7925
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
7926
|
+
},
|
|
7334
7927
|
"definitionEditor": {
|
|
7335
7928
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
7336
7929
|
"description": "Stores interactive filters."
|
|
@@ -7474,6 +8067,9 @@
|
|
|
7474
8067
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
7475
8068
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
7476
8069
|
},
|
|
8070
|
+
"customParameters": {
|
|
8071
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
8072
|
+
},
|
|
7477
8073
|
"definitionEditor": {
|
|
7478
8074
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
7479
8075
|
"description": "Stores interactive filters."
|
|
@@ -7683,8 +8279,11 @@
|
|
|
7683
8279
|
"description": "Information on the source of the item and its copyright status.",
|
|
7684
8280
|
"type": "string"
|
|
7685
8281
|
},
|
|
8282
|
+
"advancedSettings": {
|
|
8283
|
+
"description": "<not in spec>."
|
|
8284
|
+
},
|
|
7686
8285
|
"appCategories": {
|
|
7687
|
-
"description": "
|
|
8286
|
+
"description": "An array that primarily applies to a list of categories that the application item is applicable to.",
|
|
7688
8287
|
"items": {
|
|
7689
8288
|
"type": "string"
|
|
7690
8289
|
},
|
|
@@ -7709,6 +8308,10 @@
|
|
|
7709
8308
|
"description": "Indicates if comments are allowed on the item.",
|
|
7710
8309
|
"type": "boolean"
|
|
7711
8310
|
},
|
|
8311
|
+
"contentOrigin": {
|
|
8312
|
+
"description": "<not in spec>.",
|
|
8313
|
+
"type": "string"
|
|
8314
|
+
},
|
|
7712
8315
|
"created": {
|
|
7713
8316
|
"description": "The date the item was created. Shown in UNIX time in milliseconds.",
|
|
7714
8317
|
"type": "number"
|
|
@@ -7721,6 +8324,9 @@
|
|
|
7721
8324
|
"description": "Item description.",
|
|
7722
8325
|
"type": "string"
|
|
7723
8326
|
},
|
|
8327
|
+
"documentation": {
|
|
8328
|
+
"description": "<not in spec>."
|
|
8329
|
+
},
|
|
7724
8330
|
"extent": {
|
|
7725
8331
|
"description": "The bounding rectangle of the item. Should always be in WGS84.",
|
|
7726
8332
|
"items": {
|
|
@@ -7731,6 +8337,9 @@
|
|
|
7731
8337
|
},
|
|
7732
8338
|
"type": "array"
|
|
7733
8339
|
},
|
|
8340
|
+
"groupDesignations": {
|
|
8341
|
+
"description": "<not in spec>."
|
|
8342
|
+
},
|
|
7734
8343
|
"guid": {
|
|
7735
8344
|
"description": "<not in spec>.",
|
|
7736
8345
|
"type": "string"
|
|
@@ -7746,6 +8355,10 @@
|
|
|
7746
8355
|
},
|
|
7747
8356
|
"type": "array"
|
|
7748
8357
|
},
|
|
8358
|
+
"isOrgItem": {
|
|
8359
|
+
"description": "<not in spec>.",
|
|
8360
|
+
"type": "boolean"
|
|
8361
|
+
},
|
|
7749
8362
|
"itemControl": {
|
|
7750
8363
|
"description": "Indicates user's control to the item. Values: admin (for item owner and org admin) | update (for members of groups with item update capability that the item is shared with).",
|
|
7751
8364
|
"enum": [
|
|
@@ -7806,7 +8419,7 @@
|
|
|
7806
8419
|
"type": "string"
|
|
7807
8420
|
},
|
|
7808
8421
|
"properties": {
|
|
7809
|
-
"description": "
|
|
8422
|
+
"description": "A JSON object that primarily applies to system requirements, Terms and Conditions, version, supported platforms, YouTube video ID, etc associated with the application.",
|
|
7810
8423
|
"type": "string"
|
|
7811
8424
|
},
|
|
7812
8425
|
"protected": {
|
|
@@ -7839,6 +8452,10 @@
|
|
|
7839
8452
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
7840
8453
|
"description": "The coordinate system of the item."
|
|
7841
8454
|
},
|
|
8455
|
+
"subInfo": {
|
|
8456
|
+
"description": "<not in spec>.",
|
|
8457
|
+
"type": "number"
|
|
8458
|
+
},
|
|
7842
8459
|
"tags": {
|
|
7843
8460
|
"description": "User defined tags that describe the item.",
|
|
7844
8461
|
"items": {
|
|
@@ -8104,14 +8721,15 @@
|
|
|
8104
8721
|
"description": "An Arcade expression evaluating to either a string or a number.",
|
|
8105
8722
|
"type": "string"
|
|
8106
8723
|
},
|
|
8724
|
+
"title": {
|
|
8725
|
+
"description": "The title of the expression.",
|
|
8726
|
+
"type": "string"
|
|
8727
|
+
},
|
|
8107
8728
|
"value": {
|
|
8108
|
-
"description": "Represents a simple template string.",
|
|
8729
|
+
"description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
|
|
8109
8730
|
"type": "string"
|
|
8110
8731
|
}
|
|
8111
8732
|
},
|
|
8112
|
-
"required": [
|
|
8113
|
-
"value"
|
|
8114
|
-
],
|
|
8115
8733
|
"type": "object"
|
|
8116
8734
|
},
|
|
8117
8735
|
"labelPlacement": {
|
|
@@ -8229,6 +8847,25 @@
|
|
|
8229
8847
|
},
|
|
8230
8848
|
"type": "object"
|
|
8231
8849
|
},
|
|
8850
|
+
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
8851
|
+
"additionalProperties": false,
|
|
8852
|
+
"description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
8853
|
+
"properties": {
|
|
8854
|
+
"alias": {
|
|
8855
|
+
"description": "A string containing the overridden field alias.",
|
|
8856
|
+
"type": "string"
|
|
8857
|
+
},
|
|
8858
|
+
"editable": {
|
|
8859
|
+
"description": "A Boolean determining whether users can edit this field.",
|
|
8860
|
+
"type": "boolean"
|
|
8861
|
+
},
|
|
8862
|
+
"name": {
|
|
8863
|
+
"description": "A string containing the field name as defined by the service.",
|
|
8864
|
+
"type": "string"
|
|
8865
|
+
}
|
|
8866
|
+
},
|
|
8867
|
+
"type": "object"
|
|
8868
|
+
},
|
|
8232
8869
|
"esri.rest-api.LayerDefinition.HtmlPopupType": {
|
|
8233
8870
|
"description": "The HTML popup type for the LayerDefinition.",
|
|
8234
8871
|
"enum": [
|
|
@@ -8294,6 +8931,13 @@
|
|
|
8294
8931
|
"$ref": "#/definitions/esri.rest-api.FeatureReduction.FeatureReduction",
|
|
8295
8932
|
"description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
|
|
8296
8933
|
},
|
|
8934
|
+
"fieldOverrides": {
|
|
8935
|
+
"description": "The layer-specific overrides of field properties. Used by SubtypeGroupLayer to modify field information for each subtype. Any field missing from this array should be hidden.",
|
|
8936
|
+
"items": {
|
|
8937
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.FieldOverride"
|
|
8938
|
+
},
|
|
8939
|
+
"type": "array"
|
|
8940
|
+
},
|
|
8297
8941
|
"fields": {
|
|
8298
8942
|
"description": "An array of Field objects containing information about the attribute fields for the feature collection or layer.",
|
|
8299
8943
|
"items": {
|
|
@@ -8301,6 +8945,20 @@
|
|
|
8301
8945
|
},
|
|
8302
8946
|
"type": "array"
|
|
8303
8947
|
},
|
|
8948
|
+
"floorInfo": {
|
|
8949
|
+
"additionalProperties": false,
|
|
8950
|
+
"description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
|
|
8951
|
+
"properties": {
|
|
8952
|
+
"floorField": {
|
|
8953
|
+
"description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
|
|
8954
|
+
"type": "string"
|
|
8955
|
+
}
|
|
8956
|
+
},
|
|
8957
|
+
"required": [
|
|
8958
|
+
"floorField"
|
|
8959
|
+
],
|
|
8960
|
+
"type": "object"
|
|
8961
|
+
},
|
|
8304
8962
|
"geometryType": {
|
|
8305
8963
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
8306
8964
|
"type": "string"
|
|
@@ -8357,6 +9015,13 @@
|
|
|
8357
9015
|
"description": "Indicates the name of the object ID field in the dataset.",
|
|
8358
9016
|
"type": "string"
|
|
8359
9017
|
},
|
|
9018
|
+
"orderBy": {
|
|
9019
|
+
"description": "Determines the display order of features on the map (currently undocumented in the web map spec but supported by Esri's viewer).",
|
|
9020
|
+
"items": {
|
|
9021
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
|
|
9022
|
+
},
|
|
9023
|
+
"type": "array"
|
|
9024
|
+
},
|
|
8360
9025
|
"overrideSymbols": {
|
|
8361
9026
|
"description": "Dictates whether a client can support having an end user modify symbols on individual features.",
|
|
8362
9027
|
"type": "boolean"
|
|
@@ -8418,24 +9083,170 @@
|
|
|
8418
9083
|
},
|
|
8419
9084
|
"type": "array"
|
|
8420
9085
|
},
|
|
9086
|
+
"timeInfo": {
|
|
9087
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerTimeInfo",
|
|
9088
|
+
"description": "The time info metadata of the layer. May be set for feature layers inside a feature collection item."
|
|
9089
|
+
},
|
|
8421
9090
|
"type": {
|
|
8422
9091
|
"description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
|
|
8423
9092
|
"type": "string"
|
|
8424
9093
|
},
|
|
8425
|
-
"typeIdField": {
|
|
8426
|
-
"description": "The name of the field holding the type ID for the features, if types exist for the dataset. Each available type has an ID, and each feature's typeIdField can be read to determine the type for each feature.",
|
|
8427
|
-
"type": "string"
|
|
9094
|
+
"typeIdField": {
|
|
9095
|
+
"description": "The name of the field holding the type ID for the features, if types exist for the dataset. Each available type has an ID, and each feature's typeIdField can be read to determine the type for each feature.",
|
|
9096
|
+
"type": "string"
|
|
9097
|
+
},
|
|
9098
|
+
"types": {
|
|
9099
|
+
"description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated. Types contain information about the combinations of attributes that are allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField.",
|
|
9100
|
+
"items": {
|
|
9101
|
+
"$ref": "#/definitions/esri.rest-api.Type.Type"
|
|
9102
|
+
},
|
|
9103
|
+
"type": "array"
|
|
9104
|
+
},
|
|
9105
|
+
"visibilityField": {
|
|
9106
|
+
"description": "String value indicating the attribute field that is used to control the visibility of a feature. If applicable, when rendering a feature the client should use this field to control visibility. The field's values are 0 = do not display, 1 = display.",
|
|
9107
|
+
"type": "string"
|
|
9108
|
+
}
|
|
9109
|
+
},
|
|
9110
|
+
"type": "object"
|
|
9111
|
+
},
|
|
9112
|
+
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
9113
|
+
"additionalProperties": false,
|
|
9114
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time. {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
9115
|
+
"properties": {
|
|
9116
|
+
"endTimeField": {
|
|
9117
|
+
"description": "The name of the attribute field that contains the end time information.",
|
|
9118
|
+
"type": "string"
|
|
9119
|
+
},
|
|
9120
|
+
"exportOptions": {
|
|
9121
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.TimeInfoExportOptions",
|
|
9122
|
+
"description": "The default time-related export options for this layer."
|
|
9123
|
+
},
|
|
9124
|
+
"hasLiveData": {
|
|
9125
|
+
"description": "Indicates whether service has live data.",
|
|
9126
|
+
"type": "boolean"
|
|
9127
|
+
},
|
|
9128
|
+
"startTimeField": {
|
|
9129
|
+
"description": "The name of the attribute field that contains the start time information.",
|
|
9130
|
+
"type": "string"
|
|
9131
|
+
},
|
|
9132
|
+
"timeExtent": {
|
|
9133
|
+
"additionalItems": {
|
|
9134
|
+
"anyOf": [
|
|
9135
|
+
{
|
|
9136
|
+
"type": "number"
|
|
9137
|
+
},
|
|
9138
|
+
{
|
|
9139
|
+
"type": "number"
|
|
9140
|
+
}
|
|
9141
|
+
]
|
|
9142
|
+
},
|
|
9143
|
+
"description": "The time extent for all the data in the layer.",
|
|
9144
|
+
"items": [
|
|
9145
|
+
{
|
|
9146
|
+
"type": "number"
|
|
9147
|
+
},
|
|
9148
|
+
{
|
|
9149
|
+
"type": "number"
|
|
9150
|
+
}
|
|
9151
|
+
],
|
|
9152
|
+
"minItems": 2,
|
|
9153
|
+
"type": "array"
|
|
9154
|
+
},
|
|
9155
|
+
"timeInterval": {
|
|
9156
|
+
"description": "Time interval of the data in the layer. Typically used for the TimeSlider when animating the layer.",
|
|
9157
|
+
"type": "number"
|
|
9158
|
+
},
|
|
9159
|
+
"timeIntervalUnits": {
|
|
9160
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
|
|
9161
|
+
"description": "Temporal unit in which the time interval is measured."
|
|
9162
|
+
},
|
|
9163
|
+
"timeReference": {
|
|
9164
|
+
"additionalProperties": false,
|
|
9165
|
+
"description": "Defines information about daylight savings time and the time zone in which data was collected. {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}.",
|
|
9166
|
+
"properties": {
|
|
9167
|
+
"respectsDaylightSaving": {
|
|
9168
|
+
"description": "Indicates whether the time reference takes into account daylight savings time.",
|
|
9169
|
+
"type": "boolean"
|
|
9170
|
+
},
|
|
9171
|
+
"timeZone": {
|
|
9172
|
+
"description": "The time zone in which the data was captured.",
|
|
9173
|
+
"type": "string"
|
|
9174
|
+
}
|
|
9175
|
+
},
|
|
9176
|
+
"required": [
|
|
9177
|
+
"respectsDaylightSaving"
|
|
9178
|
+
],
|
|
9179
|
+
"type": "object"
|
|
9180
|
+
},
|
|
9181
|
+
"trackIdField": {
|
|
9182
|
+
"description": "The field that contains the trackId.",
|
|
9183
|
+
"type": "string"
|
|
9184
|
+
}
|
|
9185
|
+
},
|
|
9186
|
+
"required": [
|
|
9187
|
+
"trackIdField"
|
|
9188
|
+
],
|
|
9189
|
+
"type": "object"
|
|
9190
|
+
},
|
|
9191
|
+
"esri.rest-api.LayerDefinition.OrderByClause": {
|
|
9192
|
+
"additionalProperties": false,
|
|
9193
|
+
"description": "A clause in a layer definition's `orderBy` property.",
|
|
9194
|
+
"properties": {
|
|
9195
|
+
"field": {
|
|
9196
|
+
"description": "The number or date field whose values will be used to sort features.",
|
|
9197
|
+
"type": "string"
|
|
9198
|
+
},
|
|
9199
|
+
"order": {
|
|
9200
|
+
"description": "The sort order.",
|
|
9201
|
+
"enum": [
|
|
9202
|
+
"asc",
|
|
9203
|
+
"desc"
|
|
9204
|
+
],
|
|
9205
|
+
"type": "string"
|
|
9206
|
+
},
|
|
9207
|
+
"valueExpression": {
|
|
9208
|
+
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
9209
|
+
"type": "string"
|
|
9210
|
+
}
|
|
9211
|
+
},
|
|
9212
|
+
"type": "object"
|
|
9213
|
+
},
|
|
9214
|
+
"esri.rest-api.LayerDefinition.TemporalUnit": {
|
|
9215
|
+
"description": "Temporal units in which a time value can be measured.",
|
|
9216
|
+
"enum": [
|
|
9217
|
+
"esriTimeUnitsCenturies",
|
|
9218
|
+
"esriTimeUnitsDays",
|
|
9219
|
+
"esriTimeUnitsDecades",
|
|
9220
|
+
"esriTimeUnitsHours",
|
|
9221
|
+
"esriTimeUnitsMilliseconds",
|
|
9222
|
+
"esriTimeUnitsMinutes",
|
|
9223
|
+
"esriTimeUnitsMonths",
|
|
9224
|
+
"esriTimeUnitsSeconds",
|
|
9225
|
+
"esriTimeUnitsUnknown",
|
|
9226
|
+
"esriTimeUnitsWeeks",
|
|
9227
|
+
"esriTimeUnitsYears"
|
|
9228
|
+
],
|
|
9229
|
+
"type": "string"
|
|
9230
|
+
},
|
|
9231
|
+
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
9232
|
+
"additionalProperties": false,
|
|
9233
|
+
"description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
|
|
9234
|
+
"properties": {
|
|
9235
|
+
"timeDataCumulative": {
|
|
9236
|
+
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
9237
|
+
"type": "boolean"
|
|
9238
|
+
},
|
|
9239
|
+
"timeOffset": {
|
|
9240
|
+
"description": "Time offset value for this layer so that it can be overlaid on the top of a previous or future time period.",
|
|
9241
|
+
"type": "number"
|
|
8428
9242
|
},
|
|
8429
|
-
"
|
|
8430
|
-
"
|
|
8431
|
-
"
|
|
8432
|
-
"$ref": "#/definitions/esri.rest-api.Type.Type"
|
|
8433
|
-
},
|
|
8434
|
-
"type": "array"
|
|
9243
|
+
"timeOffsetUnits": {
|
|
9244
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
|
|
9245
|
+
"description": "Temporal unit in which the time offset is measured."
|
|
8435
9246
|
},
|
|
8436
|
-
"
|
|
8437
|
-
"description": "
|
|
8438
|
-
"type": "
|
|
9247
|
+
"useTime": {
|
|
9248
|
+
"description": "If true, use the time extent specified by the time parameter.",
|
|
9249
|
+
"type": "boolean"
|
|
8439
9250
|
}
|
|
8440
9251
|
},
|
|
8441
9252
|
"type": "object"
|
|
@@ -8528,6 +9339,9 @@
|
|
|
8528
9339
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
8529
9340
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
8530
9341
|
},
|
|
9342
|
+
"customParameters": {
|
|
9343
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
9344
|
+
},
|
|
8531
9345
|
"id": {
|
|
8532
9346
|
"description": "A unique identifying string for the layer.",
|
|
8533
9347
|
"type": "string"
|
|
@@ -10309,6 +11123,10 @@
|
|
|
10309
11123
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
10310
11124
|
"description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
|
|
10311
11125
|
},
|
|
11126
|
+
"colorRamp": {
|
|
11127
|
+
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
11128
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols."
|
|
11129
|
+
},
|
|
10312
11130
|
"field": {
|
|
10313
11131
|
"$ref": "#/definitions/esri.rest-api.Field.Field",
|
|
10314
11132
|
"description": "Contains information about an attribute field."
|
|
@@ -10352,6 +11170,110 @@
|
|
|
10352
11170
|
],
|
|
10353
11171
|
"type": "string"
|
|
10354
11172
|
},
|
|
11173
|
+
"esri.rest-api.Renderer.ColorRamp": {
|
|
11174
|
+
"additionalProperties": false,
|
|
11175
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
|
|
11176
|
+
"properties": {
|
|
11177
|
+
"algorithm": {
|
|
11178
|
+
"description": "Algorithm used for calculating the ramp.",
|
|
11179
|
+
"enum": [
|
|
11180
|
+
"esriCIELabAlgorithm",
|
|
11181
|
+
"esriHSVAlgorithm",
|
|
11182
|
+
"esriLabLChAlgorithm"
|
|
11183
|
+
],
|
|
11184
|
+
"type": "string"
|
|
11185
|
+
},
|
|
11186
|
+
"colorRamps": {
|
|
11187
|
+
"description": "A multipart color ramp is defined by a list of constituent color ramps.",
|
|
11188
|
+
"items": {
|
|
11189
|
+
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp"
|
|
11190
|
+
},
|
|
11191
|
+
"type": "array"
|
|
11192
|
+
},
|
|
11193
|
+
"fromColor": {
|
|
11194
|
+
"additionalItems": {
|
|
11195
|
+
"anyOf": [
|
|
11196
|
+
{
|
|
11197
|
+
"type": "number"
|
|
11198
|
+
},
|
|
11199
|
+
{
|
|
11200
|
+
"type": "number"
|
|
11201
|
+
},
|
|
11202
|
+
{
|
|
11203
|
+
"type": "number"
|
|
11204
|
+
},
|
|
11205
|
+
{
|
|
11206
|
+
"type": "number"
|
|
11207
|
+
}
|
|
11208
|
+
]
|
|
11209
|
+
},
|
|
11210
|
+
"description": "Array representing the initial color to start the ramp from.",
|
|
11211
|
+
"items": [
|
|
11212
|
+
{
|
|
11213
|
+
"type": "number"
|
|
11214
|
+
},
|
|
11215
|
+
{
|
|
11216
|
+
"type": "number"
|
|
11217
|
+
},
|
|
11218
|
+
{
|
|
11219
|
+
"type": "number"
|
|
11220
|
+
},
|
|
11221
|
+
{
|
|
11222
|
+
"type": "number"
|
|
11223
|
+
}
|
|
11224
|
+
],
|
|
11225
|
+
"minItems": 4,
|
|
11226
|
+
"type": "array"
|
|
11227
|
+
},
|
|
11228
|
+
"toColor": {
|
|
11229
|
+
"additionalItems": {
|
|
11230
|
+
"anyOf": [
|
|
11231
|
+
{
|
|
11232
|
+
"type": "number"
|
|
11233
|
+
},
|
|
11234
|
+
{
|
|
11235
|
+
"type": "number"
|
|
11236
|
+
},
|
|
11237
|
+
{
|
|
11238
|
+
"type": "number"
|
|
11239
|
+
},
|
|
11240
|
+
{
|
|
11241
|
+
"type": "number"
|
|
11242
|
+
}
|
|
11243
|
+
]
|
|
11244
|
+
},
|
|
11245
|
+
"description": "Array representing the final color to end the ramp with.",
|
|
11246
|
+
"items": [
|
|
11247
|
+
{
|
|
11248
|
+
"type": "number"
|
|
11249
|
+
},
|
|
11250
|
+
{
|
|
11251
|
+
"type": "number"
|
|
11252
|
+
},
|
|
11253
|
+
{
|
|
11254
|
+
"type": "number"
|
|
11255
|
+
},
|
|
11256
|
+
{
|
|
11257
|
+
"type": "number"
|
|
11258
|
+
}
|
|
11259
|
+
],
|
|
11260
|
+
"minItems": 4,
|
|
11261
|
+
"type": "array"
|
|
11262
|
+
},
|
|
11263
|
+
"type": {
|
|
11264
|
+
"description": "Value indicating the type of colorRamp.",
|
|
11265
|
+
"enum": [
|
|
11266
|
+
"algorithmic",
|
|
11267
|
+
"multipart"
|
|
11268
|
+
],
|
|
11269
|
+
"type": "string"
|
|
11270
|
+
}
|
|
11271
|
+
},
|
|
11272
|
+
"required": [
|
|
11273
|
+
"type"
|
|
11274
|
+
],
|
|
11275
|
+
"type": "object"
|
|
11276
|
+
},
|
|
10355
11277
|
"esri.rest-api.Renderer.Renderer": {
|
|
10356
11278
|
"anyOf": [
|
|
10357
11279
|
{
|
|
@@ -10386,6 +11308,9 @@
|
|
|
10386
11308
|
},
|
|
10387
11309
|
{
|
|
10388
11310
|
"$ref": "#/definitions/esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle"
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.VectorFieldRenderer"
|
|
10389
11314
|
}
|
|
10390
11315
|
],
|
|
10391
11316
|
"description": "A renderer that uses one symbol only. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
|
|
@@ -10819,6 +11744,9 @@
|
|
|
10819
11744
|
"description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
|
|
10820
11745
|
"type": "string"
|
|
10821
11746
|
},
|
|
11747
|
+
"customParameters": {
|
|
11748
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
11749
|
+
},
|
|
10822
11750
|
"definitionEditor": {
|
|
10823
11751
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
10824
11752
|
"description": "Stores interactive filters."
|
|
@@ -10835,6 +11763,10 @@
|
|
|
10835
11763
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
|
|
10836
11764
|
"description": "Indicates the type of features in the feature collection. If featureCollectionType is missing, it means the feature collection is a regular single-layer or multi-layer feature collection."
|
|
10837
11765
|
},
|
|
11766
|
+
"formInfo": {
|
|
11767
|
+
"$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
|
|
11768
|
+
"description": "A formInfo object defining the content of the form when you are editing a feature."
|
|
11769
|
+
},
|
|
10838
11770
|
"id": {
|
|
10839
11771
|
"description": "A unique identifying string for the layer.",
|
|
10840
11772
|
"type": "string"
|
|
@@ -10894,6 +11826,13 @@
|
|
|
10894
11826
|
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
10895
11827
|
"type": "boolean"
|
|
10896
11828
|
},
|
|
11829
|
+
"subtypeCode": {
|
|
11830
|
+
"description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
|
|
11831
|
+
"type": [
|
|
11832
|
+
"string",
|
|
11833
|
+
"number"
|
|
11834
|
+
]
|
|
11835
|
+
},
|
|
10897
11836
|
"title": {
|
|
10898
11837
|
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
10899
11838
|
"type": "string"
|
|
@@ -10986,12 +11925,6 @@
|
|
|
10986
11925
|
"description": "The text weight. See {@link FontWeight}."
|
|
10987
11926
|
}
|
|
10988
11927
|
},
|
|
10989
|
-
"required": [
|
|
10990
|
-
"family",
|
|
10991
|
-
"size",
|
|
10992
|
-
"style",
|
|
10993
|
-
"weight"
|
|
10994
|
-
],
|
|
10995
11928
|
"type": "object"
|
|
10996
11929
|
},
|
|
10997
11930
|
"esri.rest-api.Symbol.FontStyle": {
|
|
@@ -11487,6 +12420,9 @@
|
|
|
11487
12420
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
11488
12421
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
11489
12422
|
},
|
|
12423
|
+
"customParameters": {
|
|
12424
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
12425
|
+
},
|
|
11490
12426
|
"id": {
|
|
11491
12427
|
"description": "A unique identifying string for the layer.",
|
|
11492
12428
|
"type": "string"
|
|
@@ -11571,6 +12507,9 @@
|
|
|
11571
12507
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
11572
12508
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
11573
12509
|
},
|
|
12510
|
+
"customParameters": {
|
|
12511
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
12512
|
+
},
|
|
11574
12513
|
"displayLevels": {
|
|
11575
12514
|
"description": "NOTE: Applicable if used as a baseMapLayer. Integer value(s) indicating the display levels of the basemap layer. Only applicable for TiledMapService layers. All tiled map service layers should share the same tiling scheme. This property cannot be set via the Map Viewer UI.",
|
|
11576
12515
|
"items": {
|
|
@@ -12020,6 +12959,113 @@
|
|
|
12020
12959
|
},
|
|
12021
12960
|
"type": "object"
|
|
12022
12961
|
},
|
|
12962
|
+
"esri.rest-api.VectorFieldRenderer.MagnitudeUnit": {
|
|
12963
|
+
"description": "Units of magnitude.",
|
|
12964
|
+
"enum": [
|
|
12965
|
+
"esriFeetPerSecond",
|
|
12966
|
+
"esriKilometersPerHour",
|
|
12967
|
+
"esriKnots",
|
|
12968
|
+
"esriMetersPerSecond",
|
|
12969
|
+
"esriMilesPerHour"
|
|
12970
|
+
],
|
|
12971
|
+
"type": "string"
|
|
12972
|
+
},
|
|
12973
|
+
"esri.rest-api.VectorFieldRenderer.VectorFieldRenderer": {
|
|
12974
|
+
"additionalProperties": false,
|
|
12975
|
+
"description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
|
|
12976
|
+
"properties": {
|
|
12977
|
+
"attributeField": {
|
|
12978
|
+
"description": "Name of the feature attribute field that contains the data value.",
|
|
12979
|
+
"enum": [
|
|
12980
|
+
"Magnitude"
|
|
12981
|
+
],
|
|
12982
|
+
"type": "string"
|
|
12983
|
+
},
|
|
12984
|
+
"authoringInfo": {
|
|
12985
|
+
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
12986
|
+
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
12987
|
+
},
|
|
12988
|
+
"flowRepresentation": {
|
|
12989
|
+
"description": "Sets the flow direction of the data.",
|
|
12990
|
+
"enum": [
|
|
12991
|
+
"flow_from",
|
|
12992
|
+
"flow_to"
|
|
12993
|
+
],
|
|
12994
|
+
"type": "string"
|
|
12995
|
+
},
|
|
12996
|
+
"inputUnit": {
|
|
12997
|
+
"$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
|
|
12998
|
+
"description": "Input unit for Magnitude."
|
|
12999
|
+
},
|
|
13000
|
+
"outputUnit": {
|
|
13001
|
+
"$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
|
|
13002
|
+
"description": "Output unit for Magnitude."
|
|
13003
|
+
},
|
|
13004
|
+
"rotationExpression": {
|
|
13005
|
+
"description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
|
|
13006
|
+
"type": "string"
|
|
13007
|
+
},
|
|
13008
|
+
"rotationType": {
|
|
13009
|
+
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
13010
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
|
|
13011
|
+
},
|
|
13012
|
+
"style": {
|
|
13013
|
+
"description": "A predefined style.",
|
|
13014
|
+
"enum": [
|
|
13015
|
+
"beaufort_ft",
|
|
13016
|
+
"beaufort_km",
|
|
13017
|
+
"beaufort_kn",
|
|
13018
|
+
"beaufort_m",
|
|
13019
|
+
"beaufort_mi",
|
|
13020
|
+
"classified_arrow",
|
|
13021
|
+
"ocean_current_kn",
|
|
13022
|
+
"ocean_current_m",
|
|
13023
|
+
"simple_scalar",
|
|
13024
|
+
"single_arrow",
|
|
13025
|
+
"wind_speed"
|
|
13026
|
+
],
|
|
13027
|
+
"type": "string"
|
|
13028
|
+
},
|
|
13029
|
+
"symbolTileSize": {
|
|
13030
|
+
"description": "Determines the density of the symbols. Larger tile size, fewer symbols appear in the display. The VectorFieldRenderer draws one symbol within a defined tile size (in pixels). The default is 50 pixels.",
|
|
13031
|
+
"type": "number"
|
|
13032
|
+
},
|
|
13033
|
+
"type": {
|
|
13034
|
+
"description": "The type of renderer. See {@link RendererType}.",
|
|
13035
|
+
"enum": [
|
|
13036
|
+
"vectorField"
|
|
13037
|
+
],
|
|
13038
|
+
"type": "string"
|
|
13039
|
+
},
|
|
13040
|
+
"visualVariables": {
|
|
13041
|
+
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
13042
|
+
"items": {
|
|
13043
|
+
"anyOf": [
|
|
13044
|
+
{
|
|
13045
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
13046
|
+
},
|
|
13047
|
+
{
|
|
13048
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
13049
|
+
},
|
|
13050
|
+
{
|
|
13051
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
13052
|
+
},
|
|
13053
|
+
{
|
|
13054
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
13055
|
+
}
|
|
13056
|
+
]
|
|
13057
|
+
},
|
|
13058
|
+
"type": "array"
|
|
13059
|
+
}
|
|
13060
|
+
},
|
|
13061
|
+
"required": [
|
|
13062
|
+
"attributeField",
|
|
13063
|
+
"flowRepresentation",
|
|
13064
|
+
"style",
|
|
13065
|
+
"type"
|
|
13066
|
+
],
|
|
13067
|
+
"type": "object"
|
|
13068
|
+
},
|
|
12023
13069
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
12024
13070
|
"additionalProperties": false,
|
|
12025
13071
|
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
@@ -12028,6 +13074,9 @@
|
|
|
12028
13074
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
12029
13075
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
12030
13076
|
},
|
|
13077
|
+
"customParameters": {
|
|
13078
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
13079
|
+
},
|
|
12031
13080
|
"id": {
|
|
12032
13081
|
"description": "A unique identifying string for the layer.",
|
|
12033
13082
|
"type": "string"
|
|
@@ -13675,6 +14724,24 @@
|
|
|
13675
14724
|
}
|
|
13676
14725
|
]
|
|
13677
14726
|
},
|
|
14727
|
+
"map.create-note": {
|
|
14728
|
+
"description": "Create a map note.",
|
|
14729
|
+
"enum": [
|
|
14730
|
+
"map.create-note"
|
|
14731
|
+
]
|
|
14732
|
+
},
|
|
14733
|
+
"map.create-note:input": {
|
|
14734
|
+
"$ref": "#/definitions/CreateMapNoteArgs"
|
|
14735
|
+
},
|
|
14736
|
+
"map.edit-note": {
|
|
14737
|
+
"description": "Edit an existing map note.",
|
|
14738
|
+
"enum": [
|
|
14739
|
+
"map.edit-note"
|
|
14740
|
+
]
|
|
14741
|
+
},
|
|
14742
|
+
"map.edit-note:input": {
|
|
14743
|
+
"$ref": "#/definitions/EditMapNotesArgs"
|
|
14744
|
+
},
|
|
13678
14745
|
"map.get-extent": {
|
|
13679
14746
|
"description": "Returns the extent from the specified map.",
|
|
13680
14747
|
"enum": [
|
|
@@ -13755,6 +14822,18 @@
|
|
|
13755
14822
|
"map.get-spatial-reference:output": {
|
|
13756
14823
|
"$ref": "#/definitions/esri.SpatialReference"
|
|
13757
14824
|
},
|
|
14825
|
+
"map.get-user-coordinates-input": {
|
|
14826
|
+
"description": "Prompts the user to enter and return a coordinate.",
|
|
14827
|
+
"enum": [
|
|
14828
|
+
"map.get-user-coordinates-input"
|
|
14829
|
+
]
|
|
14830
|
+
},
|
|
14831
|
+
"map.get-user-coordinates-input:input": {
|
|
14832
|
+
"$ref": "#/definitions/GetCoordinateArgs"
|
|
14833
|
+
},
|
|
14834
|
+
"map.get-user-coordinates-input:output": {
|
|
14835
|
+
"$ref": "#/definitions/GetCoordinateResult"
|
|
14836
|
+
},
|
|
13758
14837
|
"map.get-viewpoint": {
|
|
13759
14838
|
"description": "Returns the current viewpoint for the active map or scene of the specified map. If no map extension is specified, returns the viewpoint for the first available map.",
|
|
13760
14839
|
"enum": [
|
|
@@ -16462,6 +17541,38 @@
|
|
|
16462
17541
|
],
|
|
16463
17542
|
"type": "object"
|
|
16464
17543
|
},
|
|
17544
|
+
{
|
|
17545
|
+
"additionalProperties": false,
|
|
17546
|
+
"properties": {
|
|
17547
|
+
"arguments": {
|
|
17548
|
+
"$ref": "#/definitions/map.create-note:input"
|
|
17549
|
+
},
|
|
17550
|
+
"name": {
|
|
17551
|
+
"$ref": "#/definitions/map.create-note"
|
|
17552
|
+
}
|
|
17553
|
+
},
|
|
17554
|
+
"required": [
|
|
17555
|
+
"name",
|
|
17556
|
+
"arguments"
|
|
17557
|
+
],
|
|
17558
|
+
"type": "object"
|
|
17559
|
+
},
|
|
17560
|
+
{
|
|
17561
|
+
"additionalProperties": false,
|
|
17562
|
+
"properties": {
|
|
17563
|
+
"arguments": {
|
|
17564
|
+
"$ref": "#/definitions/map.edit-note:input"
|
|
17565
|
+
},
|
|
17566
|
+
"name": {
|
|
17567
|
+
"$ref": "#/definitions/map.edit-note"
|
|
17568
|
+
}
|
|
17569
|
+
},
|
|
17570
|
+
"required": [
|
|
17571
|
+
"name",
|
|
17572
|
+
"arguments"
|
|
17573
|
+
],
|
|
17574
|
+
"type": "object"
|
|
17575
|
+
},
|
|
16465
17576
|
{
|
|
16466
17577
|
"additionalProperties": false,
|
|
16467
17578
|
"properties": {
|
|
@@ -17597,6 +18708,12 @@
|
|
|
17597
18708
|
{
|
|
17598
18709
|
"$ref": "#/definitions/map.clear-markup"
|
|
17599
18710
|
},
|
|
18711
|
+
{
|
|
18712
|
+
"$ref": "#/definitions/map.create-note"
|
|
18713
|
+
},
|
|
18714
|
+
{
|
|
18715
|
+
"$ref": "#/definitions/map.edit-note"
|
|
18716
|
+
},
|
|
17600
18717
|
{
|
|
17601
18718
|
"$ref": "#/definitions/map.go-to-features"
|
|
17602
18719
|
},
|
|
@@ -18097,6 +19214,22 @@
|
|
|
18097
19214
|
],
|
|
18098
19215
|
"type": "object"
|
|
18099
19216
|
},
|
|
19217
|
+
{
|
|
19218
|
+
"additionalProperties": false,
|
|
19219
|
+
"properties": {
|
|
19220
|
+
"arguments": {
|
|
19221
|
+
"$ref": "#/definitions/map.get-user-coordinates-input:input"
|
|
19222
|
+
},
|
|
19223
|
+
"name": {
|
|
19224
|
+
"$ref": "#/definitions/map.get-user-coordinates-input"
|
|
19225
|
+
}
|
|
19226
|
+
},
|
|
19227
|
+
"required": [
|
|
19228
|
+
"name",
|
|
19229
|
+
"arguments"
|
|
19230
|
+
],
|
|
19231
|
+
"type": "object"
|
|
19232
|
+
},
|
|
18100
19233
|
{
|
|
18101
19234
|
"additionalProperties": false,
|
|
18102
19235
|
"properties": {
|
|
@@ -18706,6 +19839,9 @@
|
|
|
18706
19839
|
{
|
|
18707
19840
|
"$ref": "#/definitions/map.get-spatial-reference"
|
|
18708
19841
|
},
|
|
19842
|
+
{
|
|
19843
|
+
"$ref": "#/definitions/map.get-user-coordinates-input"
|
|
19844
|
+
},
|
|
18709
19845
|
{
|
|
18710
19846
|
"$ref": "#/definitions/map.get-viewpoint"
|
|
18711
19847
|
},
|