FeatureSet QML Type

Base type for types that are a collection of features. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Detailed Description

A feature set can be the result of a task, such as a query, or the input to a task, such as some geoprocessing tasks.

If the features in a feature set contain only attributes and no geometry, the feature set can be considered a simple table where each feature is a row in that table.

Property Documentation

fields : list<Field>

Returns a list of Field objects representing the fields in the FeatureSet (read-only).


geometryType : Enums.GeometryType

Returns the type of geometry of the features in the FeatureSet (read-only).

See also Enums.GeometryType.


iterator : FeatureIterator

Returns an iterator to iterate over features in the FeatureSet (read-only).


spatialReference : SpatialReference

Returns the spatial reference of the features in the FeatureSet (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close