tabmapobjhdrwithcoord.h

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

H
22
字号
// tabmapobjhdrwithcoord.h: interface for the TABMAPObjHdrWithCoord class.////////////////////////////////////////////////////////////////////////#ifndef  TABMAPObjHdrWithCoord_H#define  TABMAPObjHdrWithCoord_H#include "tabmapobjhdr.h"class TABMAPObjHdrWithCoord : public TABMAPObjHdr  {  public:    UGKInt32      m_nCoordBlockPtr;  //对象对应的坐标块的起始位置    UGKInt32      m_nCoordDataSize;  //坐标块的数据长度     /* Eventually this class may have methods to help maintaining refs to     * coord. blocks when splitting object blocks.     */};#endif 

⌨️ 快捷键说明

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