提交 0ef2c7e2ab39c37186fb6931ccbf82f9043974e4

作者 LJH 李佳桓
1 个父辈 fa334ffb

add

  1 +/**************************************************************************
  2 +* file: dmpesribundlev1provider.h
  3 +
  4 +* Author: wanzhongping
  5 +* Date: 2021-05-31 10:55:40
  6 +* Email: zhongpingw@chinadci.com
  7 +* copyright: 广州城市信息研究所有限公司
  8 +***************************************************************************/
  9 +
  10 +#ifndef __dmpesribundlev1provider_h__
  11 +#define __dmpesribundlev1provider_h__
  12 +#include "dmptileprovider.h"
  13 +#include "dmpabstractesribundleprovider.h"
  14 +namespace DmpWmts
  15 +{
  16 + class DmpEsriBundleV1Provider : public DmpAbstractEsriBundleProvider
  17 + {
  18 + public:
  19 + DmpEsriBundleV1Provider();
  20 + void WriteTile(const int row, const int col, const int level, const std::string& format, DmpServerResponse& response) override;
  21 + };
  22 +}
  23 +#endif //__dmpesribundlev1provider_h__
注册登录 后发表评论