|
LuciadCPillar C# 2026.0.03
|
Options for decoding MBTiles data. More...
Classes | |
| class | Builder |
Builder for the MBTiles options. More... | |
Public Member Functions | |
| void | Dispose () |
Static Public Member Functions | |
| static Luciad.Formats.MbTiles.MbTilesModelDecoderOptions.Builder | NewBuilder () |
| Returns a new builder for creating a MbTilesModelDecoderOptions. | |
Properties | |
| string | FeatureIdProperty [get] |
| The property used as feature id. | |
| Luciad.Net.Http.IHttpClient | HttpClient [get] |
The http client implementation to send HTTP requests. | |
| Luciad.Formats.MbTiles.? MbTilesType | MbTilesType [get] |
The MBTiles type. | |
| uint? | TileHeight [get] |
| The expected tile height in pixels. | |
| uint? | TileWidth [get] |
| The expected tile width in pixels. | |
Options for decoding MBTiles data.
|
inline |
|
inlinestatic |
Returns a new builder for creating a MbTilesModelDecoderOptions.
|
get |
The property used as feature id.
Returns the property used as feature id.
|
get |
The http client implementation to send HTTP requests.
Returns the http client implementation to send HTTP requests.
|
get |
|
get |
The expected tile height in pixels.
Returns the expected tile height in pixels.
|
get |
The expected tile width in pixels.
Returns the expected tile width in pixels.