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

📄 inclugeoh.h

📁 VC++开发广州市交通运输干线
💻 H
字号:
#include "GeoAnno.h"
#include "GeoObject.h"
#include "GeoPoint.h"
#include "GeoPolygon.h"
#include "GeoPolyline.h"
#include "GeoLayers.h"
#include "GeoGrid.h"
#include "GeoAttri.h"
//////////////////////////////////////////////////////////////////////////

#define GEO_PT_TYPE	1	//一个格网中用来标识地物类型的
#define GEO_PL_TYPE	2
#define GEO_PG_TYPE 3

#define CL_P_PEN	RGB(120,120,0)
#define CL_P_BRUSH	RGB(120,120,0)	//P层表示独立地物符号
#define CL_B_PEN	RGB(78,75,74)
#define CL_B_BRUSH	RGB(241,189,137)	//B层表示建筑物
#define CL_R_PEN	RGB(0,0,0)
#define CL_R_BRUSH	RGB(0,0,0)	//R层表示道路
#define CL_T_PEN	RGB(231,131,25)
#define CL_T_BRUSH	RGB(235,154,77)	//T层表示地貌
#define CL_F_PEN	RGB(250,0,0)
#define CL_F_BRUSH	RGB(250,0,0)	//F层表示境界
#define CL_V_PEN	RGB(132,195,38)
#define CL_V_BRUSH	RGB(232,255,177)	//V层表示绿化植被
#define CL_H_PEN	RGB(0,147,222)
#define CL_H_BRUSH	RGB(181,222,248)	//H层表示水系
#define CL_C_PEN	RGB(0,0,0)
#define CL_C_BRUSH	RGB(0,0,0)	//C层表示图幅控制网

#define HOR_GRIDS	96		//横纵向格网数
#define VER_GRIDS	96

⌨️ 快捷键说明

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