tabmapobjpline.h

来自「linux下一款GIS程序源码」· C头文件 代码 · 共 30 行

H
30
字号
// tabmapobjpline.h: interface for the TABMAPObjPLine class.////////////////////////////////////////////////////////////////////////#ifndef  TABMAPObjPLine_H#define  TABMAPObjPLine_H#include "tabmapobjhdrwithcoord.h"class TABMAPObjPLine : public TABMAPObjHdrWithCoord  {public:    UGKInt16      m_numLineSections;  /* MULTIPLINE/REGION only. Not in PLINE */    UGKInt32      m_nLabelX;      /* Centroid/label location */    UGKInt32      m_nLabelY;    UGKInt32      m_nComprOrgX;   /* Present only in compressed coord. case */    UGKInt32      m_nComprOrgY;    UGKByte       m_nPenId;    UGKByte       m_nBrushId;    UGKBool       m_bSmooth;      /* TRUE if (m_nCoordDataSize & 0x80000000) */	TABMAPObjPLine(){};	virtual ~TABMAPObjPLine(){};	virtual int WriteObj(TABMAPObjectBlock *);	virtual int ReadObj(TABMAPObjectBlock *);};#endif 

⌨️ 快捷键说明

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