MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgCoordinateSystemMgrsGridSquarePosition Class Reference

MgCoordinateSystemMgrsGridSquarePosition defines enumerated values used to specify the the location desired relative to the subject MGRS grid sqaure when evaluating an MGRS string. More...

List of all members.

Static Public Attributes

static const INT32 Center = 1
 Specifies the center of the grid square; the default previous to this revision (Dec 2009).
static const INT32 East = 7
 Specifies the midpoint of the eastern edge of the MGRS grid square.
static const INT32 None = 0
 Specifies the grid square position is not set as yet.
static const INT32 North = 5
 Specifies the midpoint of the northern edge of the MGRS grid square.
static const INT32 NorthEast = 6
 Specifies the southwest corner of the MGRS grid square.
static const INT32 NorthWest = 4
 Specifies the northwest corner of the MGRS grid square.
static const INT32 South = 9
 Specifies the midpoint of the southern edge of the MGRS grid square.
static const INT32 SouthEast = 8
 Specifies the southeast corner of the MGRS grid square.
static const INT32 SouthWest = 2
 Specifies the southwest corner of the MGRS grid square.
static const INT32 Unknown = 10
 Specifies an error return value, end of table, or other abnormal situation.
static const INT32 West = 3
 Specifies the midpoint of the western edge of the MGRS grid square.

Detailed Description

MgCoordinateSystemMgrsGridSquarePosition defines enumerated values used to specify the the location desired relative to the subject MGRS grid sqaure when evaluating an MGRS string.

Note that the values used in this enumeration match those used by the CS-MAP interface.