Service metadata for an Open Geospatial Consortium (OGC) Web Feature Service (WFS). More...
| Header | #include <Wfs |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.5.
Public Functions
| Wfs | |
| Wfs | |
| Wfs | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | description() const |
| bool | is |
| QString | keywords() const |
| QList | layer |
| QString | title() const |
Detailed Description
The WfsServiceInfo can be obtained from a loaded WfsService. The service info provides information for browsing the contents of the service.
Member Function Documentation
WfsServiceInfo::WfsServiceInfo (Esri::ArcGISRuntime::WfsServiceInfo &&other)
Move constructor from other WfsServiceInfo.
WfsServiceInfo::WfsServiceInfo (const Esri::ArcGISRuntime::WfsServiceInfo &other)
Copy constructor from other WfsServiceInfo.
WfsServiceInfo::WfsServiceInfo ()
Default constructor that will create an empty object.
See also isEmpty.
Esri::ArcGISRuntime::WfsServiceInfo &WfsServiceInfo::operator=(Esri::ArcGISRuntime::WfsServiceInfo &&other)
Move operator from other WfsServiceInfo.
Esri::ArcGISRuntime::WfsServiceInfo &WfsServiceInfo::operator=(const Esri::ArcGISRuntime::WfsServiceInfo &other)
Assignment operator from other WfsServiceInfo.
WfsServiceInfo::~WfsServiceInfo ()
Destructor.
QString WfsServiceInfo::description() const
Returns the description of the service.
bool WfsServiceInfo::isEmpty () const
Returns whether the WfsServiceInfo object is empty.
QStringList WfsServiceInfo::keywords() const
Returns an unordered list of zero or more commonly used or formalized words or phrases used to describe this service's dataset.
QList<Esri::ArcGISRuntime::WfsLayerInfo > WfsServiceInfo::layerInfos () const
Returns the list of layer infos that are part of this service.
This property can be used to discover the layers (FeatureTypes) exposed by a WFS service in support of a browsing experience.
QString WfsServiceInfo::title() const
Returns the human-readable title of the WFS service.