Metadata about an individual layer in a Web Feature Service (WFS). More...
Header | #include <Wfs |
Since | Esri |
Public Functions
Wfs | |
Wfs | |
Wfs | |
~ | |
Q | description() const |
Esri | extent() const |
bool | is |
Q | keywords() const |
Q | name() const |
Q | spatial |
Q | title() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Relevant samples:
- Browse WFS layers: Browse a WFS service for layers and add them to the map.
Member Function Documentation
WfsLayerInfo::WfsLayerInfo ()
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() const
Returns the layer's description (abstract).
A brief narrative description of the layer.
Esri::ArcGISRuntime::Envelope WfsLayerInfo::extent() const
Returns the WFS layer's extent.
bool WfsLayerInfo::isEmpty () const
Returns whether the object is empty.
QStringList WfsLayerInfo::keywords() const
Returns 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() const
Returns 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 () const
Returns the supported list of SpatialReferences.
QString WfsLayerInfo::title() const
Returns 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.