Click or drag to resize

GM_AsciiImportType_t8 Enumeration

Type listing available import types for ASCII import

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public enum GM_AsciiImportType_t8
Members
  Member nameValueDescription
AsciiImport_PointOnly0Create point features for every encountered coordinate
AsciiImport_Vector1Create area, line, and point features
AsciiImport_Elevation2Triangulate and grid point cooridnates to generate an elevation grid
AsciiImport_LidarPointCloud3Import as a Lidar point cloud
AsciiImport_DistanceBearing4Import distance and bearing from a start location, creates series of points
AsciiImport_Area5Create area features
AsciiImport_DistanceBearingLine6Import distance and bearing from a start location, creates single line
AsciiImport_DistBearingSegs7Import distance and bearing from a start location, create segment from start point to each point
AsciiImport_LowranceSonar8
AsciiImport_EarthExplorer9
AsciiImport_PlsCaddXYZ10
AsciiImport_SurferBLN11
AsciiImport_Delft3D12
AsciiImport_AtlasBNA13
AsciiImport_NgaRotatedCoverage14NGA rotated coverage CSV from Glenn Steinkamp
AsciiImport_ZmapIsomapLine15ZMap+ (Kingdom) Isomap Line/Contour Format
AsciiImport_DeccWindSpeed16DECC Wind Speed Format (UK/Ireland)
AsciiImport_LandmarkGraphics17Landmark Graphics Format
AsciiImport_AerialFilmworks18Aerial Filmworks CSV File with Video Timestamps
AsciiImport_USGSNatMapCoverage19USGS TNM (The National Map) Coverage File
AsciiImport_NumTypes20Number of AsciiImportType types
AsciiImport_LastGenericFormat7
AsciiImport_FirstSpecialFormat8Define enumeration for first special format
AsciiImport_DistBearingLine6
AsciiImport_DistBearingPoints4
AsciiImport_AreaOnly5
See Also