Metadata for an OGC API - Features service. More...
Header: | #include <OgcFeatureServiceInfo.h> |
Since: | Esri::ArcGISRuntime 100.9 |
Inherits: | Esri::ArcGISRuntime::Object |
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.
Relevant samples:
- Browse OGC API Feature Service: Browse an OGC API feature service for layers and add them to the map.
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.