UtilityCategoryComparison Class

  • UtilityCategoryComparison
  • class Esri::ArcGISRuntime::UtilityCategoryComparison

    A condition evaluating whether a particular UtilityCategory exists on a feature in the trace. More...

    Header: #include <UtilityCategoryComparison.h>
    Since: Esri::ArcGISRuntime 100.7
    Inherits: Esri::ArcGISRuntime::UtilityTraceConditionalExpression

    This class was introduced in Esri::ArcGISRuntime 100.7.

    Public Functions

    UtilityCategoryComparison(Esri::ArcGISRuntime::UtilityCategory *category, Esri::ArcGISRuntime::UtilityCategoryComparisonOperator comparisonOperator, QObject *parent = nullptr)
    virtual ~UtilityCategoryComparison() override
    Esri::ArcGISRuntime::UtilityCategory *category() const
    Esri::ArcGISRuntime::UtilityCategoryComparisonOperator comparisonOperator() const

    Detailed Description

    Member Function Documentation

    UtilityCategoryComparison::UtilityCategoryComparison(Esri::ArcGISRuntime::UtilityCategory *category, Esri::ArcGISRuntime::UtilityCategoryComparisonOperator comparisonOperator, QObject *parent = nullptr)

    Creates a condition evaluating whether a UtilityCategory exists on a feature.

    • category - The UtilityCategory to evaluate as part of the condition.
    • comparisonOperator - The type of comparison to do between the UtilityCategory and each feature in the trace.
    • parent - The optional parent QObject.

    [override virtual] UtilityCategoryComparison::~UtilityCategoryComparison()

    Destructor.

    Esri::ArcGISRuntime::UtilityCategory *UtilityCategoryComparison::category() const

    Returns the category to evaluate as part of the condition.

    Esri::ArcGISRuntime::UtilityCategoryComparisonOperator UtilityCategoryComparison::comparisonOperator() const

    Returns the type of comparison to do between the UtilityCategory and each feature in the trace.

    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