UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1,128 lines 662 kB
{ "$ref": "#/definitions/viewer-spec.Event", "definitions": { "@arcgis.core.unionTypes.GeometryUnion": { "anyOf": [ { "$ref": "#/definitions/esri.Extent" }, { "$ref": "#/definitions/esri.Multipoint" }, { "$ref": "#/definitions/esri.Point" }, { "$ref": "#/definitions/esri.Polygon" }, { "$ref": "#/definitions/esri.Polyline" }, { "$ref": "#/definitions/esri.Mesh" } ], "description": "Union of all geometries.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html#GeometryUnion Read more...}" }, "@vertigis.arcgis-extensions.FailureMode.FailureMode": { "description": "Possible modes of failure when there is an error resolving or initializing an item.", "enum": [ "error", "ignore", "warn" ], "type": "string" }, "@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties": { "additionalProperties": false, "description": "A hyperlink associated with a feature or layer.", "properties": { "iconUrl": { "description": "See {@link Hyperlink.iconUrl}.", "type": "string" }, "target": { "description": "See {@link Hyperlink.target}.", "type": "string" }, "text": { "description": "See {@link Hyperlink.text}.", "type": "string" }, "tooltip": { "description": "See {@link Hyperlink.tooltip}.", "type": "string" }, "url": { "description": "See {@link Hyperlink.url}.", "type": "string" } }, "required": [ "text", "url" ], "type": "object" }, "@vertigis.arcgis-extensions.data.Feature.FeatureProperties": { "additionalProperties": false, "description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.", "properties": { "attributes": { "anyOf": [ {}, { "$ref": "Map" } ], "description": "The feature's attributes, keyed by field name." }, "failureMode": { "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode", "description": "See {@link support /InitializableBase!InitializableBase.failureMode}." }, "geometry": { "anyOf": [ { "$ref": "#/definitions/esri.Extent" }, { "$ref": "#/definitions/esri.Multipoint" }, { "$ref": "#/definitions/esri.Point" }, { "$ref": "#/definitions/esri.Polygon" }, { "$ref": "#/definitions/esri.Polyline" }, { "$ref": "#/definitions/esri.Mesh" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson" } ], "description": "The feature's geometry." }, "id": { "description": "The unique ID to assign to the entity. If not specified, one will be generated.", "type": "string" }, "schema": { "$ref": "#/definitions/@vertigis.arcgis-extensions.data.Schema.SchemaProperties", "description": "Metadata about the feature, such as fields, domains, geometry type, etc." }, "settings": { "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties", "description": "Settings for this feature." }, "source": { "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource", "description": "The source of the feature." } }, "type": "object" }, "@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": { "additionalProperties": false, "description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.", "properties": { "formatSettings": { "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties", "description": "Settings affecting how feature attributes are formatted." }, "hyperlinkTemplates": { "description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in `{}`, which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.", "items": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties" }, { "$ref": "@vertigis.arcgis-extensions.Hyperlink.Hyperlink" } ] }, "type": "array" }, "maxAllowableOffset": { "description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.", "type": "number" }, "outFields": { "description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.", "items": { "type": "string" }, "type": "array" }, "outSpatialReference": { "$ref": "#/definitions/esri.SpatialReference", "description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}." }, "popupContentExtensions": { "description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.", "items": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties" }, { "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension" } ] }, "type": "array" }, "popupTemplate": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson" }, { "$ref": "#/definitions/esri.PopupTemplate" } ], "description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one." }, "returnGeometry": { "description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.", "type": "boolean" }, "showRelatedRecordsWhenUnconfigured": { "description": "See {@link data /FeatureSettings!FeatureSettings.showRelatedRecordsWhenUnconfigured}.", "type": "boolean" }, "zoomFactor": { "description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.", "type": "number" }, "zoomScale": { "description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.", "type": "number" } }, "type": "object" }, "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": { "additionalProperties": false, "description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.", "properties": { "failureMode": { "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode", "description": "See {@link support /InitializableBase!InitializableBase.failureMode}." }, "field": { "anyOf": [ { "$ref": "#/definitions/esri.Field" }, { "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties" }, { "type": "string" } ], "description": "The Esri Field object being extended." }, "format": { "description": "The field format specifier. This is a standard .NET-style format string containing a `{0}` placeholder that will be replaced by the actual field value.", "type": "string" }, "formatSettings": { "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties", "description": "Settings that affect how values are formatted. Depending on the type of field, some or all of these settings may not be applicable." }, "id": { "description": "The unique ID to assign to the entity. If not specified, one will be generated.", "type": "string" }, "searchable": { "description": "Whether the field is searchable or not.", "type": "boolean" } }, "type": "object" }, "@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties": { "additionalProperties": false, "description": "Properties that extend the ArcGis portal representation of a Field.", "properties": { "$ref": { "description": "A field name referring to an existing field in a schema. The field extension will attempt to find an existing field in its parent schema.", "type": "string" }, "alias": { "description": "The field alias (human-readable name).", "type": "string" }, "domain": { "$ref": "#/definitions/DomainJson", "description": "A domain object that provides the attribute domain information for the field, if a domain exists." }, "editable": { "description": "Whether this field is editable.", "type": "boolean" }, "exactMatch": { "description": "A Boolean defining whether or not the field is an exact match.", "type": "boolean" }, "length": { "description": "A number defining how many characters are allowed in a string field.", "type": "number" }, "name": { "description": "A string defining the field name.", "type": "string" }, "nullable": { "description": "Whether this field can have a null value.", "type": "boolean" }, "type": { "$ref": "FieldJsonType", "description": "Type of the Field. See {@link FieldJsonType}." }, "visible": { "description": "<not in spec>.", "type": "boolean" } }, "type": "object" }, "@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties": { "additionalProperties": false, "description": "Properties that extend the ArcGis portal representation of a PopupContent.", "properties": { "$ref": { "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.ContentRef", "description": "A popupContent name referring to an existing popupContent in a featureSettings. The popupContent extension will attempt to find an existing popupContent in its parent featureSettings." }, "attributes": { "description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements." }, "description": { "description": "An optional string value describing the element in detail. This property does not apply when the type is text or expression.", "type": "string" }, "displayCount": { "description": "This property applies to elements of type relationship. An integer that indicates the maximum number of records to display.", "type": "number" }, "displayType": { "description": "This property applies to elements of type attachments and relationship. A string value indicating how to display the attachment. Possible values are, 'preview', and 'list' for attachments types, and 'list' for relationship types. If list is specified, attachments show as links.", "type": "string" }, "expressionInfo": { "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupExpressionInfoJson", "description": "This property applies to elements of type expression. An Arcade expression that defines the pop-up element content." }, "fieldInfos": { "description": "This property applies to elements of type fields. It is an array of popupInfo.fieldInfo objects representing a field/value pair displayed as a table within the popupElement. If the fieldInfos property is not provided, the popupElement will display whatever is specified directly in the popupInfo.fieldInfos property.", "items": { "$ref": "#/definitions/esri.rest-api.PopupInfoJson.FieldInfoJson" }, "type": "array" }, "mediaInfos": { "description": "This property applies to elements of type media. An array of popupInfo.mediaInfo objects representing an image or chart for display. If no mediaInfos property is provided, the popupElement will display whatever is specified in the popupInfo.mediaInfo property.", "items": { "$ref": "#/definitions/esri.rest-api.PopupInfoJson.MediaInfoJson" }, "type": "array" }, "orderByFields": { "description": "This property applies to elements of type relationship. Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.", "items": { "$ref": "#/definitions/esri.rest-api.PopupInfoJson.OrderByFieldsJson" }, "type": "array" }, "relationshipId": { "description": "This property applies to elements of type relationship. The id of the relationship as defined in the feature layer definition.", "type": "number" }, "text": { "description": "This property applies to elements of type text. This is string value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is specified in the popupInfo.description property.", "type": "string" }, "title": { "description": "An optional string value indicating what the element represents. This property does not apply when the type is text or expression.", "type": "string" }, "type": { "description": "String value indicating which element to use.", "enum": [ "attachments", "expression", "fields", "media", "relationship", "text" ], "type": "string" } }, "type": "object" }, "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": { "additionalProperties": false, "description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.", "properties": { "content": { "anyOf": [ { "$ref": "#/definitions/esri.Content" }, { "$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties" } ], "description": "The ESRI Content instance to be extended." }, "failureMode": { "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode", "description": "See {@link support /InitializableBase!InitializableBase.failureMode}." }, "id": { "description": "The unique ID to assign to the entity. If not specified, one will be generated.", "type": "string" }, "summaryHiddenFields": { "description": "Names of fields that will be hidden when displayed in the a summary view. This property is only applied to \"fields\" Content types.", "items": { "type": "string" }, "type": "array" }, "visibleInSummary": { "description": "Whether the Content is visible when being displayed in a summary view.", "type": "boolean" } }, "type": "object" }, "@vertigis.arcgis-extensions.data.Schema.SchemaProperties": { "additionalProperties": false, "description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.", "properties": { "displayField": { "description": "See {@link data /Schema!Schema.displayField}.", "type": "string" }, "fieldExtensions": { "description": "See {@link data /Schema!Schema.fieldExtensions}.", "items": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties" }, { "$ref": "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtension" } ] }, "type": "array" }, "fields": { "description": "See {@link data /Schema!Schema.fields}.", "items": { "anyOf": [ { "$ref": "#/definitions/esri.Field" }, { "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson" } ] }, "type": "array" }, "geometryType": { "$ref": "esri.rest-api.GeometryJson.GeometryJsonType", "description": "See {@link data /Schema!Schema.geometryType}." }, "primaryKeyField": { "description": "See {@link data /Schema!Schema.primaryKeyField}.", "type": "string" }, "spatialReference": { "$ref": "#/definitions/esri.SpatialReference", "description": "See {@link data /Schema!Schema.spatialReference}." }, "timeZone": { "description": "See {@link data /Schema!Schema.timeZone}.", "type": "string" }, "typeIdField": { "description": "See {@link data /Schema!Schema.typeIdField}.", "type": "string" }, "types": { "description": "See {@link data /Schema!Schema.types}.", "items": { "anyOf": [ { "$ref": "#/definitions/esri.FeatureType" }, { "$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson" } ] }, "type": "array" } }, "type": "object" }, "@vertigis.arcgis-extensions.data._TableExtension.TableReference": { "additionalProperties": false, "description": "Matches an existing table in a map.", "properties": { "id": { "description": "The table's ID.", "type": "string" }, "title": { "description": "The table's title.", "type": "string" } }, "type": "object" }, "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference": { "additionalProperties": false, "description": "Matches an existing layer.", "properties": { "id": { "description": "The layer's ID.", "type": "string" }, "path": { "description": "The path to the geodatabase used by an MMAP layer. Mobile only.", "type": "string" }, "subtype": { "description": "The Layer's type, used for Layer types with multiple possible layer extension mappings.", "type": "string" }, "title": { "description": "The layer's title.", "type": "string" }, "url": { "description": "The layer's url.", "type": "string" } }, "type": "object" }, "@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": { "additionalProperties": false, "description": "Properties that can be passed into the constructor for {@link FormatSettings}.", "properties": { "currency": { "description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.", "type": "string" }, "dateFormat": { "description": "The default format for date values. Either a {@link utilities /format/formats!DateFormat} constant, or a custom date format string.", "type": "string" }, "fractionalDigits": { "description": "The number of digits to show after the decimal point. If unspecified, an appropriate value is determined based on the locale and currency.", "type": "number" }, "locale": { "description": "The locale to use when formatting values.", "type": "string" }, "numberFormat": { "description": "The default format for number values. Either a {@link utilities /format/formats!NumberFormat} constant, or a custom number format string.", "type": "string" }, "timeFormat": { "description": "The default format for time values. Either a {@link utilities /format/formats!DateFormat} constant, or a custom time format string.", "type": "string" }, "timeZone": { "description": "The time zone to display date/time data in. The default will be the user's local time zone.", "type": "string" }, "useFieldInfo": { "description": "Whether to use formatting from the field info if it is specified.", "type": "boolean" } }, "type": "object" }, "AddShortcutArgs": { "additionalProperties": false, "description": "The arguments for the \"shortcut.added\" event.", "properties": { "key": { "$ref": "ConsoleKeyInfo", "description": "The key combination this shortcut uses." }, "operation": { "$ref": "Message", "description": "The command or operation assigned to the corresponding shortcut." }, "requiresMapFocus": { "description": "Indicates whether the map must be focused for the message to be executed.", "type": "boolean" } }, "required": [ "key", "operation", "requiresMapFocus" ], "type": "object" }, "ArcGISPortalIdentity": { "additionalProperties": false, "type": "object" }, "AreaActivatedEventArgs": { "additionalProperties": false, "description": "Arguments for the \"offline.area-activated\" event.", "properties": { "activeArea": { "$ref": "OfflineAreaBase", "description": "The area that is now active." }, "previouslyActiveArea": { "$ref": "OfflineAreaBase", "description": "The area that was previously active. Can be null if there was no previously active offline area." } }, "required": [ "activeArea", "previouslyActiveArea" ], "type": "object" }, "AreaEditsSubmitStartedEventArgs": { "additionalProperties": false, "description": "Arguments for the \"offline.area-edits-submit-started\" event.", "properties": { "adds": { "description": "The number of add edits that are being submitted.", "type": "number" }, "deletes": { "description": "The number of delete edits that are being submitted.", "type": "number" }, "offlineArea": { "$ref": "OfflineAreaBase", "description": "The offline area that is related to this event." }, "updates": { "description": "The number of update edits that are being submitted.", "type": "number" } }, "required": [ "adds", "deletes", "offlineArea", "updates" ], "type": "object" }, "AreaOperationEndedEventArgs": { "additionalProperties": false, "description": "Arguments for events that signify the end of an offline area operation.", "properties": { "offlineArea": { "$ref": "OfflineAreaBase", "description": "The offline area that is related to this event." }, "offlineAreaStatus": { "$ref": "OfflineAreaStatus", "description": "The status of the offline area related to this event." } }, "required": [ "offlineArea", "offlineAreaStatus" ], "type": "object" }, "AttachmentEventArgs": { "additionalProperties": false, "description": "Event args for attachment events.", "properties": { "attachment": { "$ref": "@vertigis.arcgis-extensions.data.Attachment.Attachment", "description": "The attachment this event relates to." }, "feature": { "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature", "description": "The feature to which the attachment belongs." } }, "required": [ "attachment", "feature" ], "type": "object" }, "AuthenticationType": { "description": "A type of authentication.", "enum": [ "Network", "OAuth2", "Token", "Unknown" ], "type": "string" }, "BookmarkEventArgs": { "additionalProperties": false, "description": "Arguments for the bookmark events.", "properties": { "isEditable": { "description": "Indicates whether the bookmark is editable.", "type": "boolean" }, "name": { "description": "The name of the bookmark.", "type": "string" } }, "required": [ "isEditable", "name" ], "type": "object" }, "DataSourceJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson" }, { "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.QueryTableDataSourceJson" }, { "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.RasterDataSourceJson" }, { "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TableDataSourceJson" } ], "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}." }, "DeviceOrientationChangedEventArgs": { "additionalProperties": false, "description": "Arguments for the \"device.orientation-changed\" event.", "type": "object" }, "DomainJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.DomainJson.CodedValueDomainJson" }, { "$ref": "#/definitions/esri.rest-api.DomainJson.InheritedDomainJson" }, { "$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson" } ], "description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}." }, "EdgesJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.SymbolJson.SketchEdgesJson" }, { "$ref": "#/definitions/esri.rest-api.SymbolJson.SolidEdgesJson" } ], "description": "Edges describe additional styles applied to visually important edges of 3D objects." }, "EffectFunctionJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.LayerJson.HueRotateEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.BlurEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.DropShadowEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.BloomEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.BrightnessEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.ContrastEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.GrayscaleEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.InvertEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.OpacityEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.SaturateEffectFunctionJson" }, { "$ref": "#/definitions/esri.rest-api.LayerJson.SepiaEffectFunctionJson" } ], "description": "Effect functions that can be combined to build a layer effect." }, "EffectJson": { "anyOf": [ { "items": { "$ref": "#/definitions/esri.rest-api.LayerJson.ScaleDependentEffectJson" }, "type": "array" }, { "items": { "$ref": "#/definitions/EffectFunctionJson" }, "type": "array" } ], "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work." }, "ElementTranslationStartedArgs": { "additionalProperties": false, "description": "Arguments for the \"display.overlap-element-translate-started\" event.", "type": "object" }, "Error": { "additionalProperties": false, "properties": { "cause": {}, "message": { "type": "string" }, "name": { "type": "string" }, "stack": { "type": "string" } }, "required": [ "message", "name" ], "type": "object" }, "ExportMapImageArgs": { "additionalProperties": false, "description": "Arguments for the \"map.export-image\" operation.", "properties": { "fileName": { "description": "The name of the file to export to.", "type": "string" }, "keepFile": { "description": "If true, then the file will be stored permanently in a user accessible directory. If false, a temporary file will be created.", "type": "boolean" }, "maps": { "$ref": "MapsLike", "description": "The map to export. If more than one map is specified, the first will be used. If no maps are specified, a default will be used." } }, "type": "object" }, "FeatureDetailsEvent": { "additionalProperties": false, "description": "Event args for feature detail events.", "properties": { "feature": { "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature", "description": "The feature." } }, "required": [ "feature" ], "type": "object" }, "FeatureReductionJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionClusterJson" }, { "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson" } ], "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen." }, "Features": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature" }, { "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet" }, { "$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList" }, { "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream" }, { "items": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties" }, { "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature" } ] }, "type": "array" }, { "$ref": "#/definitions/Results" } ], "description": "One or more features, or an object that has features." }, "FeaturesLike": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature" }, { "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet" }, { "$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList" }, { "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream" }, { "items": { "anyOf": [ { "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties" }, { "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature" } ] }, "type": "array" } ], "description": "Represents one or more features." }, "FilterModeJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson" }, { "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeWireFrameJson" } ], "description": "Filter mode represents the way elements draw when participating in a filter block." }, "FixQuality": { "description": "The quality of the GNSS fix.", "enum": [ "DgpsFix", "Estimated", "FloatRtk", "GpsFix", "Invalid", "ManualInput", "PpsFix", "Rtk", "Simulation" ], "type": "string" }, "GenericAppsListedArgs": { "additionalProperties": false, "description": "Arguments for the app.generic.apps-listed event. Only available in VertiGIS Studio Mobile.", "properties": { "devApps": { "description": "The number of dev apps available.", "type": "number" }, "productionApps": { "description": "The number of production apps available.", "type": "number" }, "stagingApps": { "description": "The number of staging apps available.", "type": "number" }, "testApps": { "description": "The number of test apps available.", "type": "number" }, "totalApps": { "description": "The total number of apps available.", "type": "number" } }, "required": [ "devApps", "productionApps", "stagingApps", "testApps", "totalApps" ], "type": "object" }, "GeolocateAccuracyChangedEventArgs": { "additionalProperties": false, "description": "Arguments for the \"geolocation.accuracy-changed\" event.", "properties": { "accuracy": { "description": "The current geolocation accuracy, in meters.", "type": "number" } }, "required": [ "accuracy" ], "type": "object" }, "GeolocateMetadataChangedEventArgs": { "additionalProperties": false, "description": "Arguments for the \"geolocation.metadata-changed\" event.", "properties": { "nmeaProperties": { "$ref": "#/definitions/NmeaProperties", "description": "The GNSS position metadata." } }, "required": [ "nmeaProperties" ], "type": "object" }, "GeolocateState": { "description": "The geolocation state / mode.", "enum": [ "Disabled", "Enabled", "Recentering", "RecenteringAndReorienting" ], "type": "string" }, "GeolocationEvent": { "additionalProperties": false, "description": "Arguments for geolocation events such as \"geolocation.position-acquired\" and \"geolocation.position-lost\".", "properties": { "gnssDeviceConnectionInfo": { "$ref": "#/definitions/GnssDeviceConnectionInfo", "description": "The GNSS source associated with the raised geolocation event. Mobile only." } }, "type": "object" }, "GeolocationStatusChangedEventArgs": { "additionalProperties": false, "description": "Arguments for the \"geolocation.status-changed\" event.", "properties": { "isEnabled": { "description": "Indicates whether the geolocation is now enabled.", "type": "boolean" } }, "required": [ "isEnabled" ], "type": "object" }, "GeometryJson": { "anyOf": [ { "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson" }, { "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson" } ], "description": "A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}." }, "GnssDeviceAntennaHeightEventArgs": { "additionalProperties": false, "description": "Event args for the geolocation.gnss-antenna-height-changed event.", "properties": { "height": { "description": "The antenna height.", "type": "number" } }, "required": [ "height" ], "type": "object" }, "GnssDeviceConnectionInfo": { "additionalProperties": false, "description": "A geolocation source.", "properties": { "deviceFullName": { "description": "Full name of the GNSS device.", "type": "string" }, "deviceName": { "description": "Name of the GNSS device.", "type": "string" }, "deviceType": { "$ref": "#/definitions/GnssDeviceType", "description": "The type of the device. Options are Integrated, Bluetooth, USB, and Emulator." }, "settings": { "$ref": "GnssDeviceSettings", "description": "The device settings, including the correction service's