Metadata for an OGC API - Features service. More...
Header | #include <Ogc |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Q | description() const |
Q | feature |
Q | 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 noexcept]
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.