#include <M3DAsset.h>
|
std::string | getVersion () const |
|
void | setVersion (const std::string &version) |
|
std::string | getTilesetVersion () const |
|
void | setTilesetVersion (const std::string &tilesetVersion) |
|
const std::map< std::string, std::string > & | getExtras () const |
|
void | setExtra (const std::string &key, const std::string &val) |
|
std::string | getExtra (const std::string &key) const |
|
|
std::string | _version |
|
std::string | _tilesetVersion |
|
std::map< std::string, std::string > | _extras |
|
Asset - Metadata about the entire tileset.
◆ getTilesetVersion()
std::string Maria3D::Tiles3D::Asset::getTilesetVersion |
( |
| ) |
const |
|
inline |
Application-specific version of this tileset, e.g., for when an existing tileset is updated.
◆ getVersion()
std::string Maria3D::Tiles3D::Asset::getVersion |
( |
| ) |
const |
|
inline |
The 3D Tiles version. The version defines the JSON schema for the tileset JSON and the base set of tile formats.
◆ setTilesetVersion()
void Maria3D::Tiles3D::Asset::setTilesetVersion |
( |
const std::string & |
tilesetVersion | ) |
|
|
inline |
Application-specific version of this tileset, e.g., for when an existing tileset is updated.
◆ setVersion()
void Maria3D::Tiles3D::Asset::setVersion |
( |
const std::string & |
version | ) |
|
|
inline |
The 3D Tiles version. The version defines the JSON schema for the tileset JSON and the base set of tile formats.
The documentation for this class was generated from the following files:
- Native/MariaNative/M3DGlobe/3dtiles/M3DAsset.h
- Native/MariaNative/M3DGlobe/3dtiles/M3DAsset.cpp