Click or drag to resize
CTC Class
The TC object is used in gravitational modelling to create a terrain correction grid from a topography grid. This is accomplished with a call first to Grregter_TC, which determines the terrain correction from an input topography grid, then to Grterain_TC, which calculates the actual corrections at the input positions.
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CTC : CHANDLE

The CTC type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesStatic memberCreate
Creates a Terrain Correction object
Public methodAvailable to specially licensed modulesStatic memberCreateEx
Creates a Terrain Correction object with surveytype
Protected methodDispose
Releases the unmanaged resources used by the CTC and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to specially licensed modulesGGterain
Calculate GG terrain corrections
Public methodAvailable to specially licensed modulesGrregter
Create a terrain correction grid for a topo grid.
Public methodAvailable to specially licensed modulesGrterain
Calculate terrain corrections.
Public methodAvailable to specially licensed modulesGrterain2
Calculate terrain corrections (work for marine gravity too).
Top
See Also