Show / Hide Table of Contents

Class FeatureQueryResult

The result of a query, select, or populate features operation made on a feature table or layer.

Inheritance
System.Object
FeatureQueryResult
Implements
IFeatureSet
System.Collections.Generic.IEnumerable<Feature>
System.Collections.IEnumerable
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureQueryResult : IFeatureSet, IEnumerable<Feature>, IEnumerable
Remarks

Operations that query, select and populate features, such as QueryFeaturesAsync(QueryParameters), SelectFeaturesAsync(QueryParameters, SelectionMode), GetSelectedFeaturesAsync(), or PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>), return their resulting features in a collection of FeatureQueryResult objects.

Each FeatureQueryResult provides a GeometryType, SpatialReference, and a collection of Field objects for each resulting feature.

Properties

Name Description
Fields

Gets the fields of the feature set.

GeometryType

Gets the geometry type stored in this feature set.

IsTransferLimitExceeded

Gets a value indicating whether the number of features returned exceeded the maximum transfer limit.

SpatialReference

Gets the spatial reference of the feature set.

Methods

Name Description
GetEnumerator()

Returns an enumerator that iterates through a collection of Feature.

Name Description
IEnumerable.GetEnumerator()

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

Relevant samples

Browse WFS layers: Browse a WFS service for layers and add them to the map.
Edit and sync features: Synchronize offline edits with a feature service.
In This Article
Back to top Copyright © 2022 Esri.