Global Mapper SDK
| GM_AsciiFormatInfo_t Fields |
The GM_AsciiFormatInfo_t type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
mAreaType |
Area type to assign to imported created area features
|
|
|
mBreakOnColumnIdx |
Index of column to break features on when value changes. Pass NULL for default break behavior.
|
|
|
mColumnHeadersInFirstRow |
Is the first row of the file column headers? (like for CSV files)
|
|
|
mColumnsToSkip |
Columns to skip before reaching coordinate columns
|
|
|
mCoordDelim |
Specify coordinate delimeter
|
|
|
mCoordLinePrefix |
Prefix to look for at beginning of coordinate lines (default to NULL or empty)
|
|
|
mCoordOrder |
Coordinate order
|
|
|
mFillToBounds |
Fill grid to full bounds of data (i.e. don't constrict to convex hull)
|
|
|
mIgnoreZeroElevations |
Ignore features with an elevation of zero
|
|
|
mImportType |
Specify import type
|
|
|
mIncludeCoordAttrs |
Include attributes from coordinate lines
|
|
|
mIncludeElevCoords |
Is the 3rd coordinate column an elevation or Z value? Must be TRUE for eAsciiImportElevation import type.
|
|
|
mLineType |
Line type to assign to imported created line features
|
|
|
mNoDataDistanceFactor |
Tightness factor to use when gridding 3D data. Use 0.0 for default.
|
|
|
mOffsetX |
Offset to apply to X coordinates
|
|
|
mOffsetY |
Offset to apply to Y coordinates
|
|
|
mOffsetZ |
Offset to apply to Z coordinates
|
|
|
mPointType |
Point type to assign to imported point features
|
|
|
mReserved |
Reserved, must be 0
|
|
|
mScaleX |
Scale to apply to X coordinates (default is 1.0)
|
|
|
mScaleY |
Scale to apply to Y coordinates (default is 1.0)
|
|
|
mScaleZ |
Scale to apply to Z coordinates (default is 1.0)
|
Comments
0 comments
Please sign in to leave a comment.