正在显示
1 个修改的文件
包含
24 行增加
和
0 行删除
1 | +/************************************************************************** | |
2 | +* file: dmpesribundlev2provider.h | |
3 | + | |
4 | +* Author: wanzhongping | |
5 | +* Date: 2021-06-02 11:29:10 | |
6 | +* Email: zhongpingw@chinadci.com | |
7 | +* copyright: 广州城市信息研究所有限公司 | |
8 | +***************************************************************************/ | |
9 | + | |
10 | +#ifndef __dmpesribundlev2provider_h__ | |
11 | +#define __dmpesribundlev2provider_h__ | |
12 | +#include "dmptileprovider.h" | |
13 | +#include "dmpabstractesribundleprovider.h" | |
14 | +namespace DmpWmts | |
15 | +{ | |
16 | + class DmpEsriBundleV2Provider : public DmpAbstractEsriBundleProvider | |
17 | + { | |
18 | + public: | |
19 | + DmpEsriBundleV2Provider(); | |
20 | + void WriteTile(const int row, const int col, const int level, const std::string& format, DmpServerResponse& response) override; | |
21 | + }; | |
22 | +} | |
23 | + | |
24 | +#endif //__dmpesribundlev2provider_h__ | ... | ... |
请
注册
或
登录
后发表评论