MapGuide API Reference
|
An enumeration of the supported values for the m_Orientation
member of several objects related to grids and graticules.
More...
Static Public Attributes | |
static const INT8 | EastWest = 1 |
The object represents a constant easting value. | |
static const INT8 | None = 0 |
Not specified yet, initialize to this value. | |
static const INT8 | NorthSouth = 2 |
The object represents a constant northing value. | |
static const INT8 | Unknown = 3 |
Indicates the failure of an algorithm or other problem. |
An enumeration of the supported values for the m_Orientation
member of several objects related to grids and graticules.
This value is used to qualify objects which are of the "iso" type. I.e. a grid line is referred to as an isoline as it is the locus of points which have a specific value for either the easting or the northing. It is this value which indicates which. Thus, a grid line which is classified as having an "EastWest" orientation will be a isoline which is the locus of points which share a common easting value, and the "m_Value" element of that object will be an easting value. Note that in this example, the line is typically a vertical line.