提交 699adcbf8579c9bfeac2084f212fec52a4de20c9

作者 LJH 李佳桓
1 个父辈 8dcdf792

add

  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__
注册登录 后发表评论