提交 1ed8f78c783f4d5d7230f47851b78a1b1cb12b00

作者 LJH 李佳桓
1 个父辈 1cb0d522

add

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