Click or drag to resize

CHXYZ Class

High Performance Data Point Storage. This is used to put Point data on a DAP server. It is compressed and uses a Quad-Tree design to allow very high speed data extraction. It is also multi-threaded.
Inheritance Hierarchy

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

public class CHXYZ : CHANDLE

The CHXYZ type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a handle to an HXYZ object
Protected methodDispose
Releases the unmanaged resources used by the CHXYZ and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetMETA
Get the metadata of a grid.
Public methodStatic memberhCreateDB
Make an HXYZ from GDB
Public methodStatic memberhCreateSQL
Make an HXYZ from SQL Query
Public methodSetMETA
Set the metadata of a grid.
Top
See Also