gre/lrmapgrd.h File Reference

<gre/lrmapgrd.h> GRE_LAYER_MAPGRID class definitions. More...

#include <mi32/gre.h>

Include dependency graph for lrmapgrd.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  GRE_LAYER_MAPGRID
 GRE layer class for viewing Map Grid. More...

class  GRE_LAYER_MAPGRID::DISPPARM

Defines

#define MAPGRIDDISPFLAG_SizeRelative   (0x00000001)
#define MAPGRIDDISPFLAG_ShowBorderTicksExt   (0x00000002)
#define MAPGRIDDISPFLAG_ShowBorderTicksInt   (0x00000004)
#define MAPGRIDDISPFLAG_ShowGrid   (0x00000010)
#define MAPGRIDDISPFLAG_ShowBorderTicks   (0x00000020)
#define MAPGRIDDISPFLAG_ShowCoordText2D   (0x00000040)
#define MAPGRIDDISPFLAG_ShowBorder   (0x00000080)
#define MAPGRIDDISPFLAG_ShowInteriorTicks   (0x00000100)
#define MAPGRIDDISPFLAG_ShowCoordText3D   (0x00000200)
#define MAPGRIDDISPFLAG_ShowBorderBottom3D   (0x00000400)
#define MAPGRIDDISPFLAG_ShowBorderTop3D   (0x00000800)
#define MAPGRIDDISPFLAG_BorderRelative   (0x00001000)
#define MAPGRIDDISPFLAG_ShowVerticalTicks   (0x00002000)
#define MAPGRIDDISPFLAG_LayoutScale   (0x00004000)
#define MAPGRIDDISPFLAG_ShowVerticalScale   (0x00008000)
#define MAPGRIDDISPFLAG_ShowMinSec0   (0x00010000)
#define MAPGRIDDISPFLAG_ShowDegOnlyIfMin0   (0x00020000)
#define MAPGRIDDISPFLAG_ShowCornerText2D   (0x00040000)
#define MAPGRIDDISPFLAG_ShowCornerText3D   (0x00080000)
#define MAPGRIDDISPFLAGS_ShowBorderTicksAny   (MAPGRIDDISPFLAG_ShowBorderTicks | MAPGRIDDISPFLAG_ShowBorderTicksExt | MAPGRIDDISPFLAG_ShowBorderTicksInt)
#define MAPGRID_COORDFMTLATLON_MASK   0x000F
#define MAPGRID_COORDFMTLATLON_DDMMSS   0x0000
#define MAPGRID_COORDFMTLATLON_DDdddd   0x0001
#define MAPGRID_COORDFMTLATLON_DDMMmmm   0x0002
#define MAPGRID_COORDFMTLATLON_DDMMSSss   0x0003
#define MAPGRID_COORDFMTLATLON_DDMMSSs   0x0004
#define MAPGRID_COORDFMTLATLON_None   0x000F
#define MAPGRID_COORDFMTLATLON_NoSymbol   0x0020
#define MAPGRID_COORDFMTLATLON_AddSpace   0x0040
#define MAPGRID_COORDFMTLATLON_Leading0Deg   0x0080
#define MAPGRID_COORDFMTLATLON_Leading0MS   0x0100
#define MAPGRID_COORDFMTLATLON_DirFirst   0x0200
#define MAPGRID_COORDFMTLATLON_DirLast   0x0400
#define MAPGRID_COORDFMTPROJ_Space   0
#define MAPGRID_COORDFMTPROJ_Comma   1
#define MAPGRID_COORDFMTPROJ_Period   2
#define MAPGRID_COORDFMTPROJ_NoSpace   3
#define MAPGRID_COORDFMTPROJ_xXXxxxN   4
#define MAPGRID_COORDFMTPROJ_xXXxxx   5
#define MAPGRID_COORDFMTPROJ_xXXxxx_XX   6
#define MAPGRID_COORDFMTPROJ_xXXxxxN_XX   7
#define MAPGRID_COORDFMTPROJ_xXXxxxNp_XX   8
#define MAPGRID_COORDORIENT_Horizontal   0
#define MAPGRID_COORDORIENT_Parallel   1
#define MAPGRID_COORDORIENT_Perpendicular   2
#define MAPGRID_COORDORIENT_AlongTick   3
#define MAPGRID_COORDORIENT_Vertical   4
#define MAPGRID_VERTICALAXES_None   0
#define MAPGRID_VERTICALAXES_Farthest1   1
#define MAPGRID_VERTICALAXES_Farthest2   2
#define MAPGRID_VERTICALAXES_Farthest3   3
#define MAPGRID_VERTICALAXES_All   4


Detailed Description

<gre/lrmapgrd.h> GRE_LAYER_MAPGRID class definitions.

Definition in file lrmapgrd.h.


Define Documentation

#define MAPGRID_COORDFMTLATLON_AddSpace   0x0040
 

Definition at line 297 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DDdddd   0x0001
 

Definition at line 291 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DDMMmmm   0x0002
 

Definition at line 292 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DDMMSS   0x0000
 

Definition at line 290 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DDMMSSs   0x0004
 

Definition at line 294 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DDMMSSss   0x0003
 

Definition at line 293 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DirFirst   0x0200
 

Definition at line 300 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_DirLast   0x0400
 

Definition at line 301 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_Leading0Deg   0x0080
 

Definition at line 298 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_Leading0MS   0x0100
 

Definition at line 299 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_MASK   0x000F
 

Definition at line 289 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_None   0x000F
 

Definition at line 295 of file lrmapgrd.h.

#define MAPGRID_COORDFMTLATLON_NoSymbol   0x0020
 

Definition at line 296 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_Comma   1
 

Definition at line 304 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_NoSpace   3
 

Definition at line 306 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_Period   2
 

Definition at line 305 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_Space   0
 

Definition at line 303 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_xXXxxx   5
 

Definition at line 308 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_xXXxxx_XX   6
 

Definition at line 309 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_xXXxxxN   4
 

Definition at line 307 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_xXXxxxN_XX   7
 

Definition at line 310 of file lrmapgrd.h.

#define MAPGRID_COORDFMTPROJ_xXXxxxNp_XX   8
 

Definition at line 311 of file lrmapgrd.h.

#define MAPGRID_COORDORIENT_AlongTick   3
 

Definition at line 316 of file lrmapgrd.h.

#define MAPGRID_COORDORIENT_Horizontal   0
 

Definition at line 313 of file lrmapgrd.h.

#define MAPGRID_COORDORIENT_Parallel   1
 

Definition at line 314 of file lrmapgrd.h.

#define MAPGRID_COORDORIENT_Perpendicular   2
 

Definition at line 315 of file lrmapgrd.h.

#define MAPGRID_COORDORIENT_Vertical   4
 

Definition at line 317 of file lrmapgrd.h.

#define MAPGRID_VERTICALAXES_All   4
 

Definition at line 323 of file lrmapgrd.h.

#define MAPGRID_VERTICALAXES_Farthest1   1
 

Definition at line 320 of file lrmapgrd.h.

#define MAPGRID_VERTICALAXES_Farthest2   2
 

Definition at line 321 of file lrmapgrd.h.

#define MAPGRID_VERTICALAXES_Farthest3   3
 

Definition at line 322 of file lrmapgrd.h.

#define MAPGRID_VERTICALAXES_None   0
 

Definition at line 319 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_BorderRelative   (0x00001000)
 

Definition at line 278 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_LayoutScale   (0x00004000)
 

Definition at line 280 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowBorder   (0x00000080)
 

Definition at line 273 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowBorderBottom3D   (0x00000400)
 

Definition at line 276 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowBorderTicks   (0x00000020)
 

Definition at line 271 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowBorderTicksExt   (0x00000002)
 

Definition at line 268 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowBorderTicksInt   (0x00000004)
 

Definition at line 269 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowBorderTop3D   (0x00000800)
 

Definition at line 277 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowCoordText2D   (0x00000040)
 

Definition at line 272 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowCoordText3D   (0x00000200)
 

Definition at line 275 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowCornerText2D   (0x00040000)
 

Definition at line 284 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowCornerText3D   (0x00080000)
 

Definition at line 285 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowDegOnlyIfMin0   (0x00020000)
 

Definition at line 283 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowGrid   (0x00000010)
 

Definition at line 270 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowInteriorTicks   (0x00000100)
 

Definition at line 274 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowMinSec0   (0x00010000)
 

Definition at line 282 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowVerticalScale   (0x00008000)
 

Definition at line 281 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_ShowVerticalTicks   (0x00002000)
 

Definition at line 279 of file lrmapgrd.h.

#define MAPGRIDDISPFLAG_SizeRelative   (0x00000001)
 

Definition at line 267 of file lrmapgrd.h.

#define MAPGRIDDISPFLAGS_ShowBorderTicksAny   (MAPGRIDDISPFLAG_ShowBorderTicks | MAPGRIDDISPFLAG_ShowBorderTicksExt | MAPGRIDDISPFLAG_ShowBorderTicksInt)
 

Definition at line 287 of file lrmapgrd.h.


Generated on Thu Aug 12 06:20:15 2004 for TNTsdk by doxygen 1.3.4-20031026