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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CHGD : CHANDLE

The CHGD type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic 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 methodAvailable to anyoneExportIMG
Export all layers of this HGD into grid files.
Public methodAvailable to anyoneGetMETA
Get the metadata of a grid.
Public methodAvailable to anyoneStatic memberhCreateIMG
Make an HGD from an IMG
Public methodAvailable to anyoneSetMETA
Set the metadata of a grid.
Top
See Also