FeatureSet QML Type
Base type for types that are a collection of features. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- FeatureSet is part of QML Type List.
Properties
- fields : list<Field>
- geometryType : Enums.GeometryType
- iterator : FeatureIterator
- spatialReference : SpatialReference
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).