Information about an ArcGIS feature service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- allowGeometryUpdates : bool
- allowTrueCurvesUpdates : bool
- attribution : string
- description : string
- documentInfo : ServiceDocumentInfo
- editorTrackingInfo : EditorTrackingInfo
- featureServiceCapabilities : FeatureServiceCapabilities
- fullExtent : Envelope
- hasStaticData : bool
- hasVersionedData : bool
- initialExtent : Envelope
- layerInfos : list<IdInfo>
- maxRecordCount : string
- maxRecordCountAsInt : int
- onlyAllowTrueCurveUpdatesByTrueCurveClients : bool
- serviceDescription : string
- spatialReference : SpatialReference
- supportsDisconnectedEditing : bool
- supportsTrueCurve : bool
- syncCapabilities : SyncCapabilities
- syncEnabled : bool
- tableInfos : list<IdInfo>
- unit : Unit
- url : url
- version : string
- zDefault : double
- zDefaultsEnabled : bool
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Returns whether the layer allows geometries of features to be updated (read-only).
You should check this property before allowing the ability to update a feature's geometry in your app.
true
if the service allows curve geometries to be updated (read-only).
This property can only be true
if supportsTrueCurve is true
.
If this property is true
and onlyAllowTrueCurveUpdatesByTrueCurveClients is false
, features with curve geometries can be updated by any client. This includes cases where the client provides a densified geometry to update the curve geometry.
By default, Runtime clients do not indicate they are a true-curve-capable client. Use ArcGISRuntimeEnvironment::serviceCurveGeometryMode to change this behavior.
This property was introduced in Esri.ArcGISRuntime 100.12.
See also supportsTrueCurve and allowTrueCurvesUpdates.
documentInfo : ServiceDocumentInfo |
Returns information about the backing map document used to create the service (read-only).
editorTrackingInfo : EditorTrackingInfo |
Returns information about the service's editor tracking configuration (read-only).
featureServiceCapabilities : FeatureServiceCapabilities |
Returns the operations that are allowed by the service (read-only).
Operations include Query, Create, Delete, Update, Editing, and Sync.
fullExtent : Envelope |
Returns the full extent of geographic data available in the service (read-only).
initialExtent : Envelope |
Returns the default extent of geographic data available in the service (read-only).
layerInfos : list<IdInfo> |
Returns information about layers in the service (read-only).
Returns the maximum number of features that will be returned by the service for any query operation (read-only).
Applications should handle re-querying the omitted results when this limit is reached.
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also maxRecordCountAsInt.
The same as maxRecordCount but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.
true
if the service only allows curve geometries to be updated by client code that identifies itself as a true
curve capable client, indicating that client editing workflows account for curve segments correctly (read-only).
This property can only be true
if allowTrueCurvesUpdates is true
.
By default, Runtime clients do not indicate they are a true-curve-capable client. Use ArcGISRuntimeEnvironment::serviceCurveGeometryMode to change this behavior.
This property was introduced in Esri.ArcGISRuntime 100.12.
See also supportsTrueCurve and allowTrueCurvesUpdates.
spatialReference : SpatialReference |
Returns the spatial reference of geographic data available in the service (read-only).
Returns whether the service supports disconnected editing (read-only).
true
if the service supports curve segments in feature geometries (read-only).
Some services support storing feature geometries with curve segments. By default, these services return densified versions of the feature geometries instead. Use ArcGISRuntimeEnvironment::serviceCurveGeometryMode to change this behavior.
This property was introduced in Esri.ArcGISRuntime 100.12.
See also allowTrueCurvesUpdates and onlyAllowTrueCurveUpdatesByTrueCurveClients.
syncCapabilities : SyncCapabilities |
Returns information about sync related capabilities of the service (read-only).
This is null if the service does not support sync.
See also syncEnabled.
tableInfos : list<IdInfo> |
Returns information about tables in the service (read-only).
unit : Unit |
Returns the units used by the service (read-only).