 | CDAT Class |
The DAT object is used to access data from an variety of data sources
using the same access functions. The DAT interface supports data access
on a point-by-point, of line-by-line basis. For example,
the Run_BIGRID function uses 2 DAT objects - one DAT associated with the
input data source, which is read line-by-line, and a second associated with
the output grid file output grid file.
Use a specific DAT creation method for an associated
information source in order to make a DAT as required
by a specific processing function. The gridding methods all use DATs.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CDAT : CHANDLE
public class CDAT : CHANDLE
Public Class CDAT
Inherits CHANDLE
Public Class CDAT
Inherits CHANDLE
public ref class CDAT : public CHANDLE
public ref class CDAT : public CHANDLE
type CDAT =
class
inherit CHANDLE
end
type CDAT =
class
inherit CHANDLE
end
The CDAT type exposes the following members.
Methods
See Also