VAPOR3 3.9.4
TMSUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include <vapor/common.h>
4#include <string>
5#include <vector>
6
7namespace Wasp {
8namespace TMSUtils {
9
10COMMON_API bool IsTMSFile(std::string path);
11COMMON_API std::string TilePath(std::string file, size_t tileX, size_t tileY, int lod);
12COMMON_API int GetNumTMSLODs(std::string file);
13
14} // namespace TMSUtils
15} // namespace Wasp
#define COMMON_API
Definition: common.h:72
COMMON_API int GetNumTMSLODs(std::string file)
COMMON_API bool IsTMSFile(std::string path)
COMMON_API std::string TilePath(std::string file, size_t tileX, size_t tileY, int lod)
Definition: CFuncs.h:31