GM_DBUtil Class
Contains functions and datatypes from Global Mapper Interface that don't have any other home
Inheritance Hierarchy
System . Object
GlobalMapper . GM_DBUtil

Namespace:GlobalMapper.Database
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    class
                                    GM_DBUtil
                                

The GM_DBUtil type exposes the following members.

Methods
NameDescription
Public methodStatic memberDBGetTableList
Gets a list of the tables in the specified spatial database
Public methodStatic memberDBIsDatabaseFile
Indicates if the input file is a database (Esri geodatabase, Spatialite, etc.)
Public methodStatic memberDBMakeConnectionString
Make a connection string from the input connection parameters
Public methodStatic memberDBSelectExportTable
Displays a dialog that allows the user to select a table to export data.
Public methodStatic memberDBSelectTable
Displays a dialog that allows the user to select one or more tables to load.
Public methodStatic memberDBTableList_Free
Frees the memory associated with the table list
Public methodStatic memberDBTableList_GetCount
Gets the number of tables in the table list
Public methodStatic memberDBTableList_GetTableName
Gets the table name at the specified index
Public methodStatic memberDBTestConnection
Test the input connection string to see if it can be used to connect to the database
Public methodStatic memberWindsimGetArtifacts
Export GWS and Wasp MAP file - custom project for Windsim
Top
See Also