正在显示
1 个修改的文件
包含
25 行增加
和
0 行删除
1 | +/************************************************************************** | ||
2 | +* file: dmpabstractesribundleprovider.h | ||
3 | + | ||
4 | +* Author: wanzhongping | ||
5 | +* Date: 2021-05-31 13:52:18 | ||
6 | +* Email: zhongpingw@chinadci.com | ||
7 | +* copyright: 广州城市信息研究所有限公司 | ||
8 | +***************************************************************************/ | ||
9 | + | ||
10 | +#ifndef __dmpabstractesribundleprovider_h__ | ||
11 | +#define __dmpabstractesribundleprovider_h__ | ||
12 | + | ||
13 | +#include "dmptileprovider.h" | ||
14 | +#include <string> | ||
15 | + | ||
16 | +namespace DmpWmts | ||
17 | +{ | ||
18 | + class DmpAbstractEsriBundleProvider : public DmpTileProvider | ||
19 | + { | ||
20 | + protected: | ||
21 | + std::string GetBundlePath(int level, int rGroup, int cGroup); | ||
22 | + const int _packetSize = 128; | ||
23 | + }; | ||
24 | +} | ||
25 | +#endif //__dmpabstractesribundleprovider_h__ |
请
注册
或
登录
后发表评论