Global Mapper SDK
| GM_AsciiCoordOrder_t8 Enumeration |
Type listing available coordinate order options for ASCII import
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_AsciiCoordOrder_t8| Member name | Value | Description | |
|---|---|---|---|
| AsciiCoordOrder_XFirst | 0 | X/longitude/easting first | |
| AsciiCoordOrder_YFirst | 1 | Y/latitude orthing first | |
| AsciiCoordOrder_WKT | 2 | Well-known-text format | |
| AsciiCoordOrder_MGRS | 3 | MGRS coordinates | |
| AsciiCoordOrder_Custom | 4 | Custom coordinate order | |
| AsciiCoordOrderNumTypes | 5 |
Comments
0 comments
Please sign in to leave a comment.