正在显示
1 个修改的文件
包含
17 行增加
和
0 行删除
1 | +#ifndef __dmpcapabilitiesprovider_h__ | ||
2 | +#define __dmpcapabilitiesprovider_h__ | ||
3 | +#include <string> | ||
4 | +#include "dmpserverresponse.h" | ||
5 | + | ||
6 | +namespace DmpWmts | ||
7 | +{ | ||
8 | + class DmpCapabiliTilesProvider | ||
9 | + { | ||
10 | + public: | ||
11 | + virtual void WriteCapabilities(DmpServerResponse& respons) = 0; | ||
12 | + | ||
13 | + protected: | ||
14 | + std::string file_rootPath; | ||
15 | + }; | ||
16 | +} | ||
17 | +#endif |
请
注册
或
登录
后发表评论