Builder for the WMS options.
More...
#include <luciad/formats/wms/WmsModelDecoderOptions.h>
Builder for the WMS options.
- Since
- 2023.0
◆ Builder() [1/2]
luciad::WmsModelDecoderOptions::Builder::Builder |
( |
const Builder & |
other | ) |
|
◆ Builder() [2/2]
luciad::WmsModelDecoderOptions::Builder::Builder |
( |
Builder && |
other | ) |
|
|
noexcept |
◆ ~Builder()
luciad::WmsModelDecoderOptions::Builder::~Builder |
( |
| ) |
|
◆ build()
Builds the options for the WMS model decoder.
- Returns
- the options for the WMS model decoder.
- Exceptions
-
◆ httpClient()
Builder & luciad::WmsModelDecoderOptions::Builder::httpClient |
( |
std::shared_ptr< IHttpClient > |
httpClient | ) |
|
Sets the http client to be used for fetching the data.
Calling this function is optional.
See related article for an example on how to customize HTTP requests when loading data.
- Parameters
-
httpClient | HTTP client implementation to fetch the WMS resources. When nullptr the decoder uses its own HTTP client. |
- Returns
- this builder.
◆ operator=()
Builder & luciad::WmsModelDecoderOptions::Builder::operator= |
( |
Builder |
other | ) |
|
|
noexcept |