FeatureQueryResult Class

  • FeatureQueryResult
  • class Esri::ArcGISRuntime::FeatureQueryResult

    Contains the features that have been returned from a query. More...

    Header: #include <FeatureQueryResult.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object and Esri::ArcGISRuntime::FeatureSet

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    virtual ~FeatureQueryResult() override
    bool isTransferLimitExceeded() const

    Reimplemented Public Functions

    virtual QList<Esri::ArcGISRuntime::Field> fields() const override
    virtual Esri::ArcGISRuntime::GeometryType geometryType() const override
    virtual Esri::ArcGISRuntime::FeatureIterator iterator() const override
    virtual Esri::ArcGISRuntime::SpatialReference spatialReference() const override

    Detailed Description

    Member Function Documentation

    [override virtual] FeatureQueryResult::~FeatureQueryResult()

    Destructor

    [override virtual] QList<Esri::ArcGISRuntime::Field> FeatureQueryResult::fields() const

    Reimplements: FeatureSet::fields() const.

    Returns a list of Field objects representing the fields in this FeatureQueryResult.

    [override virtual] Esri::ArcGISRuntime::GeometryType FeatureQueryResult::geometryType() const

    Reimplements: FeatureSet::geometryType() const.

    Returns the type of geometry shared by all features in this FeatureQueryResult.

    bool FeatureQueryResult::isTransferLimitExceeded() const

    Returns true if the results do not include all the features matched by the query.

    Many ArcGIS services only return up to 1000 results even if the query matched more features. When that happened for the query that produced these results, this property is true.

    [override virtual] Esri::ArcGISRuntime::FeatureIterator FeatureQueryResult::iterator() const

    Reimplements: FeatureSet::iterator() const.

    Returns an iterator used to iterate over all features in this FeatureQueryResult

    [override virtual] Esri::ArcGISRuntime::SpatialReference FeatureQueryResult::spatialReference() const

    Reimplements: FeatureSet::spatialReference() const.

    Returns the spatial reference shared by all features in this FeatureQueryResult.

    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