Click or drag to resize
CGIS Class
The GIS class is used for the import, export, and interrogation of GIS Data stored in external formats, such as MapInfo® TAB files.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CGIS : CHANDLE

The CGIS type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Creates a GIS Object
Public methodAvailable to anyoneCreateMap2D
CreateMap2D_GIS Create a new 2D map for GIS imports.
Protected methodDispose
Releases the unmanaged resources used by the CGIS and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGetBPRModelsLST
Get a LST of block models contained in a Gemcom BPR or BRP2 file
Public methodAvailable to anyoneGetIPJ
Get the GIS IPJ
Public methodAvailable to anyoneGetMETA
Get the GIS META
Public methodAvailable to anyoneGetRange
Get the range of data in the GIS
Public methodAvailable to anyoneStatic memberiDatamineType
Returns the type of a Datamine file.
Public methodAvailable to anyoneIGetFileName
Get the file name
Public methodAvailable to anyoneStatic memberiIsMIMapFile
Returns TRUE if file is a MapInfo MAP file.
Public methodAvailable to anyoneStatic memberiIsMIRasterTabFile
Returns TRUE if file is a MapInfo Raster TAB file.
Public methodAvailable to anyoneStatic memberiIsMIRotatedRasterTabFile
Returns TRUE if file is a rotated MapInfo Raster TAB file.
Public methodAvailable to anyoneiIsSHPFile3D
Returns TRUE if an ArcView SHP file is type POINTZ, ARCZ, POLYGONZ or MULTIPOINTZ
Public methodAvailable to anyoneiIsSHPFilePoint
Returns TRUE if an ArcView SHP file is type POINT or POINTZ
Public methodAvailable to anyoneiNumAttribs
The number of attribute fields in the GIS dataset
Public methodAvailable to anyoneiNumShapes
The number of shape entities in the GIS dataset
Public methodAvailable to anyoneStatic memberIScanMIRasterTabFile
Scan and set up a MapInf RASTER.
Public methodAvailable to anyoneLoadASCII
Save GIS attribute table information (string fields) into a WA.
Public methodAvailable to anyoneLoadGDB
Load GIS table information into a GDB.
Public methodAvailable to anyoneLoadMAP
Load GIS table drawing into a MAP.
Public methodAvailable to anyoneLoadMAPEx
Load GIS table drawing into a MAP.
Public methodAvailable to anyoneLoadMetaGroupsMAP
Load GIS table drawing into a MAP.
Public methodAvailable to anyoneLoadPLY
Load GIS table drawing into a Multi-Polygon object.
Public methodAvailable to anyoneLoadShapesGDB
Load GIS shapes table information into separate lines in a GDB.
Public methodAvailable to anyoneSetDmWireframePtFile
Specify the wireframe point file corresponding to the input file.
Public methodAvailable to anyoneSetIPJ
Save the IPJ back to GIS file
Public methodAvailable to anyoneSetLST
Save a LST of items inside the GIS object for special use.
Public methodAvailable to anyoneSetMETA
Save the META back to GIS
Public methodAvailable to anyoneSetTriangulationObjectIndex
Set the triangulation object index (Micromine)
Top
See Also