Class GeoprocessingFeatures
A features (or records) input or output parameter.
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoprocessingFeatures : GeoprocessingParameter
Remarks
Corresponds to GPRecordSet and GPFeatureRecordSetLayer parameter types on the service.
A feature contains a Geometry and may contains extra attributes on Attributes collection.
A record (or a row) does not contain Geometry and information is stored in attributes on
Attributes collection.
When Features are returned as an output parameter the returned results are provided as a read-only
list of Features using Geoprocessing
Constructors
Name | Description |
---|---|
Geoprocessing |
Initializes a new instance of the Geoprocessing |
Geoprocessing |
Initializes a new instance of the Geoprocessing |
Geoprocessing |
Initializes a new instance of the Geoprocessing |
Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether features can be returned from the service of an output parameter. |
Features | Gets or sets the features that are sent to or returned from the geoprocessing service. |
Source | Gets or sets the input URL that will be sent to the geoprocessing service to get features. |
Methods
Name | Description |
---|---|
Get |
Starts a request to get output features from the service. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |