|
Static Public Attributes |
| static const INT32 | Arbitrary = 1 |
| | Specifies that the coordinate system is arbitrary. That is, it is not spatially bound to the earth, and the initial keyword in the WKT definition of the coordinate system is LOCAL_CS.
|
| static const INT32 | Geographic = 2 |
| | Specifies that the coordinate system is geographic. That is, the initial keyword in the WKT definition of the coordinate system is GEOGCS.
|
| static const INT32 | Projected = 3 |
| | Specifies that the coordinate system is projected. In most cases, the initial keyword in the WKT definition of the coordinate system is PROJCS. In some cases, the initial keyword is GEOGCS.
|