Details of the feature obtained from querying a UtilityAssociationFeatureSource. More...
| Header | #include <Utility |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| Esri | 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:
- If available, the title is derived from the FeatureFormDefinition.
- If a FeatureFormDefinition is not available, the title is derived from the display field name.
- If neither the FeatureFormDefinition nor the display field name is available, the title defaults to the ObjectID of the feature.