dmpxmlutils.h
691 Bytes
/**************************************************************************
* file: dmpxmlutils.h
* Author: wanzhongping
* Date: 2021-11-16 14:45:03
* Email: zhongpingw@chinadci.com
* copyright: 广州城市信息研究所有限公司
***************************************************************************/
#ifndef __dmpxmlutils_h__
#define __dmpxmlutils_h__
#include "dmap_core.h"
#include <boost/property_tree/ptree.hpp>
#include "dmprectangle.h"
class CORE_EXPORT DmpXmlUtils
{
public:
static DmpRectangle readRectangle(const boost::property_tree::ptree &pNode);
};
#endif // __dmpxmlutils_h__