Metadata for an OGC API - Features service. More...
|  Header |  #include <Ogc | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.9.
Public Functions
| virtual | ~ | 
| QString | description() const | 
|  QList | feature | 
| 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.