 | 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.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CTC : CHANDLE
public class CTC : CHANDLE
Public Class CTC
Inherits CHANDLE
Public Class CTC
Inherits CHANDLE
public ref class CTC : public CHANDLE
public ref class CTC : public CHANDLE
type CTC =
class
inherit CHANDLE
end
type CTC =
class
inherit CHANDLE
end
The CTC type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Creates a Terrain Correction object |
  | CreateEx | Creates a Terrain Correction object with surveytype |
  | CreateEx2 | Creates a Terrain Correction object with surveytype and topo surface elevation grid |
 | Dispose | Releases the unmanaged resources used by the CTC and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | GGterain | Calculate GG terrain corrections |
 | Grregter | Create a terrain correction grid for a topo grid. |
 | Grterain | Calculate terrain corrections. |
 | Grterain2 | Calculate terrain corrections (work for marine gravity too). |
Top
See Also