FeatureSet QML Type

  • Esri.ArcGISRuntime
  • FeatureSet
  • Base type for types that are a collection of features. More...

    Import Statement: import Esri.ArcGISRuntime
    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.