Service metadata for an Open Geospatial Consortium (OGC) Web Feature Service (WFS). More...
Header | #include <Wfs |
Since | Esri |
Public Functions
Wfs | |
Wfs | |
Wfs | |
~ | |
Q | description() const |
bool | is |
Q | keywords() const |
Q | layer |
Q | title() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
The WfsServiceInfo can be obtained from a loaded WfsService. The service info provides information for browsing the contents of the service.
Relevant samples:
- Browse WFS layers: Browse a WFS service for layers and add them to the map.
Member Function Documentation
WfsServiceInfo::WfsServiceInfo ()
Default constructor that will create an empty object.
See also isEmpty.
WfsServiceInfo::WfsServiceInfo (const Esri::ArcGISRuntime::WfsServiceInfo &other)
Copy constructor from other WfsServiceInfo.
[noexcept]
WfsServiceInfo::WfsServiceInfo (Esri::ArcGISRuntime::WfsServiceInfo &&other)
Move constructor from other WfsServiceInfo.
[noexcept]
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.
[noexcept]
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.