Click or drag to resize

GM_AsciiImportType_t8 Enumeration

Type listing available import types for ASCII import

Namespace:  GlobalMapper.Types
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.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 coordinates 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_SurferBLN10
AsciiImport_Delft3D11
AsciiImport_AtlasBNA12
AsciiImport_NgaRotatedCoverage13NGA rotated coverage CSV from Glenn Steinkamp
AsciiImport_ZmapIsomapLine14ZMap+ (Kingdom) Isomap Line/Contour Format
AsciiImport_DeccWindSpeed15DECC Wind Speed Format (UK/Ireland)
AsciiImport_LandmarkGraphics16Landmark Graphics Format
AsciiImport_AerialFilmworks17Aerial Filmworks CSV File with Video Timestamps
AsciiImport_USGSNatMapCoverage18USGS TNM (The National Map) Coverage File
AsciiImport_NumTypes19Number of AsciiImportType types
AsciiImport_LastGenericFormat7
AsciiImport_FirstSpecialFormat8Define enumeration for first special format
AsciiImport_DistBearingLine6
AsciiImport_DistBearingPoints4
AsciiImport_AreaOnly5
See Also