Skip to content
  • UtilityAssociationFeatureCandidate
  • class Esri::ArcGISRuntime::UtilityAssociationFeatureCandidate

    Details of the feature obtained from querying a UtilityAssociationFeatureSource. More...

    Header: #include <UtilityAssociationFeatureCandidate.h>
    Since: Esri::ArcGISRuntime 300.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~UtilityAssociationFeatureCandidate() override
    Esri::ArcGISRuntime::ArcGISFeature *feature() const
    QString title() const

    Detailed Description

    The UtilityAssociationFeatureSource::queryFeaturesAsync operation returns the resulting features in a collection of UtilityAssociationFeatureCandidate objects.

    Each UtilityAssociationFeatureCandidate includes the ArcGISFeature itself and a title for display purposes.

    See also UtilityAssociationFeatureSource::queryFeaturesAsync and UtilityAssociationFeatureSourceQueryResult::candidates.

    Member Function Documentation

    [override virtual noexcept] UtilityAssociationFeatureCandidate::~UtilityAssociationFeatureCandidate()

    Destructor.

    Esri::ArcGISRuntime::ArcGISFeature *UtilityAssociationFeatureCandidate::feature() const

    Returns the ArcGISFeature this result represents.

    QString UtilityAssociationFeatureCandidate::title() const

    Returns the title to display for the feature.

    The title is determined in the following order of precedence:

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