|
LuciadCPillar 2026.0
|
Encapsulates the capabilities of a WFS source. More...
#include <luciad/formats/wfs/WfsCapabilities.h>
Public Member Functions | |
| ~WfsCapabilities () | |
| const std::vector< std::shared_ptr< WfsFeatureType > > & | getFeatureTypes () const |
| Returns the feature types found during capabilities parsing. | |
| const std::string & | getServerUrl () const |
| Returns the entry url for the server. | |
Static Public Member Functions | |
| static luciad::expected< std::shared_ptr< WfsCapabilities >, ErrorInfo > | getCapabilities (const std::string &url) |
| Returns the capabilities of a given WFS url if it can be retrieved. | |
| static luciad::expected< std::shared_ptr< WfsCapabilities >, ErrorInfo > | getCapabilities (const std::string &url, const WfsModelDecoderOptions &options) |
| Returns the capabilities of a given WFS url if it can be retrieved. | |
Encapsulates the capabilities of a WFS source.
| luciad::WfsCapabilities::~WfsCapabilities | ( | ) |
|
static |
Returns the capabilities of a given WFS url if it can be retrieved.
| url | The source's base url from which capabilities have to be retrieved. |
|
static |
Returns the capabilities of a given WFS url if it can be retrieved.
| url | The source's base url from which capabilities have to be retrieved. |
| options | Options for decoding WFS data, e.g. an optional http client implementation to send HTTP requests when fetching WFS resources. |
| const std::vector< std::shared_ptr< WfsFeatureType > > & luciad::WfsCapabilities::getFeatureTypes | ( | ) | const |
Returns the feature types found during capabilities parsing.
| const std::string & luciad::WfsCapabilities::getServerUrl | ( | ) | const |
Returns the entry url for the server.