OgcFeatureServiceInfo Class

  • OgcFeatureServiceInfo
  • class Esri::ArcGISRuntime::OgcFeatureServiceInfo

    Metadata for an OGC API - Features service. More...

    Header: #include <OgcFeatureServiceInfo.h>
    Since: Esri::ArcGISRuntime 100.9
    Inherits: Esri::ArcGISRuntime::Object

    This class was introduced in Esri::ArcGISRuntime 100.9.

    Public Functions

    virtual ~OgcFeatureServiceInfo() override
    QString description() const
    QList<Esri::ArcGISRuntime::OgcFeatureCollectionInfo *> featureCollectionInfos() const
    QString title() const

    Detailed Description

    Provides metadata (such as name, title, and description) for an OGC API - Features service and lists the feature collections it contains.

    Member Function Documentation

    [override virtual] OgcFeatureServiceInfo::~OgcFeatureServiceInfo()

    Destructor.

    QString OgcFeatureServiceInfo::description() const

    Returns a description of the service.

    QList<Esri::ArcGISRuntime::OgcFeatureCollectionInfo *> OgcFeatureServiceInfo::featureCollectionInfos() const

    Returns information about the feature collections provided by the service.

    This property can be used to discover the feature collections exposed by an OGC API - Features service in support of a browsing experience.

    QString OgcFeatureServiceInfo::title() const

    Returns a descriptive (human-readable) name for the service.

    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