Sublayer source that is a layer/table defined by a SQL query. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- geometryType : GeometryType
- objectIdFieldNames : list<string>
- spatialReference : SpatialReference
- sqlQuery : string
- workspaceId : string
Signals
- geometryTypeChanged()
- objectIdFieldNamesChanged()
- spatialReferenceChanged()
- sqlQueryChanged()
- workspaceIdChanged()
Detailed Description
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
SpatialReference | spatialReference |
Property Documentation
The list of ObjectID field names.
This property can be set only during instantiation.
spatialReference : SpatialReference |
The spatial reference.
The SQL query.
To obtain this string, you may need to contact your ArcGIS Server Administrator and/or author of the dynamic layer that was created with ArcGIS Desktop/ArcGIS Pro. It will look something like this:
"SELECT * FROM ss6.gdb.counties where state_name = 'Kentucky'";
This property can be set only during instantiation.
Signal Documentation
Emitted when the geometryType property changes.
Note: The corresponding handler is onGeometryTypeChanged
.
Emitted when the objectIdFieldNames property changes.
Note: The corresponding handler is onObjectIdFieldNamesChanged
.
Emitted when the spatialReference property changes.
Note: The corresponding handler is onSpatialReferenceChanged
.
Emitted when the sqlQuery property changes.
Note: The corresponding handler is onSqlQueryChanged
.
Emitted when the workspaceId property changes.
Note: The corresponding handler is onWorkspaceIdChanged
.