OgcFeatureCollectionInfo Class

  • OgcFeatureCollectionInfo
  • class Esri::ArcGISRuntime::OgcFeatureCollectionInfo

    Metadata of a layer (feature collection) in an OGC API - Features service. More...

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

    Public Functions

    virtual ~OgcFeatureCollectionInfo() override
    QString collectionId() const
    QString description() const
    Esri::ArcGISRuntime::Envelope extent() const
    QString title() const

    Detailed Description

    Provides metadata (such as id, title, and description) that describes an OGC API - Features feature-collection.

    Member Function Documentation

    [override virtual] OgcFeatureCollectionInfo::~OgcFeatureCollectionInfo()

    Destructor.

    QString OgcFeatureCollectionInfo::collectionId() const

    Returns a unique identifier for the OGC API - Features feature-collection.

    Collections from an OgcFeatureService, described by OgcFeatureCollectionInfo objects, represent the "feature collections" defined in the OGC API - Features standard. The OgcFeatureCollectionInfo::collectionId property is intended for use as a unique identifier for the collection. See OgcFeatureCollectionInfo::title for a human-readable name.

    QString OgcFeatureCollectionInfo::description() const

    Returns the OGC API - Features feature-collection's description.

    Esri::ArcGISRuntime::Envelope OgcFeatureCollectionInfo::extent() const

    Returns the minimum bounding extent that contains features in the OGC API - Features feature-collection.

    QString OgcFeatureCollectionInfo::title() const

    Returns a descriptive (human-readable) title for the OGC API - Features feature collection.

    Unlike OgcFeatureCollectionInfo::collectionId, the title property does not uniquely identify an OGC API - Features feature collection. Instead, it provides a human-readable name for the collection.

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