Click or drag to resize

CHGD Class

High Performance Grid. Designed to place grid data on a DAP server. It produces a multi-resolution compressed object that supports multi-threading and allows for high-speed extraction of data at any resolution.
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CHGD : CHANDLE

public class CHGD : CHANDLE

The CHGD type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a handle to an HGD object
Protected methodDispose
Releases the unmanaged resources used by the CHGD and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodExportIMG
Export all layers of this HGD into grid files.
Public methodGetMETA
Get the metadata of a grid.
Public methodStatic memberhCreateIMG
Make an HGD from an IMG
Public methodSetMETA
Set the metadata of a grid.
Top
See Also