Default constructor.
This constructor is provided for convenience only. It will construct an empty object.
See also isEmpty.
WfsLayerInfo::WfsLayerInfo(const Esri::ArcGISRuntime::WfsLayerInfo &other)Copy constructor from other WfsLayerInfo.
[noexcept]
WfsLayerInfo::WfsLayerInfo(Esri::ArcGISRuntime::WfsLayerInfo &&other)
Move constructor from other WfsLayerInfo.
[noexcept]
WfsLayerInfo::~WfsLayerInfo()
Destructor.
QString WfsLayerInfo::description() constReturns the layer's description (abstract).
A brief narrative description of the layer.
Esri::ArcGISRuntime::Envelope WfsLayerInfo::extent() constReturns the WFS layer's extent.
bool WfsLayerInfo::isEmpty() constReturns whether the object is empty.
QStringList WfsLayerInfo::keywords() constReturns the keywords describing the layer.
An unordered list of commonly used words to describe this dataset. This can be an empty list.
QString WfsLayerInfo::name() constReturns the layer's uniquely-identifying name.
This represents the "feature types" defined in the WFS standard. WFS layers have both a uniquely-identifying name and a human-readable title.
QList<Esri::ArcGISRuntime::SpatialReference> WfsLayerInfo::spatialReferences() constReturns the supported list of SpatialReferences.
QString WfsLayerInfo::title() constReturns the layer's title.
The title property is intended for use as a human-readable layer identification.
[noexcept]
Esri::ArcGISRuntime::WfsLayerInfo &WfsLayerInfo::operator=(Esri::ArcGISRuntime::WfsLayerInfo &&other)
Move operator from other WfsLayerInfo.
Esri::ArcGISRuntime::WfsLayerInfo &WfsLayerInfo::operator=(const Esri::ArcGISRuntime::WfsLayerInfo &other)Assignment operator from other WfsLayerInfo.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4