⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tabmapobjmultipoint.h

📁 linux下一款GIS程序源码
💻 H
字号:
// tabmapobjmultipoint.h: interface for the TABMAPObjMultiPoint class.////////////////////////////////////////////////////////////////////////#ifndef  TABMAPObjMultiPoint_H#define  TABMAPObjMultiPoint_H#include "tabmapobjhdrwithcoord.h"class TABMAPObjMultiPoint : public TABMAPObjHdrWithCoord  {public:    UGKInt32      m_nNumPoints;    UGKInt32      m_nComprOrgX;   /* Present only in compressed coord. case */    UGKInt32      m_nComprOrgY;    UGKByte       m_nSymbolId;    UGKInt32      m_nLabelX;      /* Not sure if it's a label point, but */    UGKInt32      m_nLabelY;      /* it's similar to what we find in PLINE */	TABMAPObjMultiPoint(){};	virtual ~TABMAPObjMultiPoint(){};	virtual int WriteObj(TABMAPObjectBlock *);	virtual int ReadObj(TABMAPObjectBlock *);};#endif 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -