Crate versatiles_container
Source - tile_converter
- DirectoryTilesReader
- A reader for tiles stored in a directory structure.
The directory should be structured as follows:
- DirectoryTilesWriter
- A struct that provides functionality to write tile data to a directory structure.
- MBTilesReader
- A struct that provides functionality to read tile data from an MBTiles SQLite database.
- MBTilesWriter
- A writer for creating and populating MBTiles databases.
- PMTilesReader
- A struct that provides functionality to read tile data from a PMTiles container.
- PMTilesWriter
- A struct that provides functionality to write tile data to a PMTiles container.
- PipelineReader
- The
PipelineReader
struct is responsible for managing the tile reading process,
applying operations, and returning the composed tiles. - TarTilesReader
- A struct that provides functionality to read tile data from a tar archive.
- TarTilesWriter
- A struct that provides functionality to write tile data to a tar archive.
- TilesConvertReader
- A reader that converts tiles from one format to another.
- TilesConverterParameters
- Parameters for tile conversion.
- VersaTilesReader
VersaTilesReader
is responsible for reading tile data from a versatiles
container.- VersaTilesWriter
- A struct for writing tiles to a VersaTiles container.
- TilesWriterTrait
- Trait defining the behavior of a tile writer.
- convert_tiles_container
- Converts tiles from a given reader and writes them to a file.
- get_reader
- Get a reader for a given filename or URL.
- write_to_filename
- Write tiles from a reader to a file.