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

The CHXYZ type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic 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 methodAvailable to anyoneGetMETA
Get the metadata of a grid.
Public methodAvailable to anyoneStatic memberhCreateDB
Make an HXYZ from GDB
Public methodAvailable to anyoneStatic memberhCreateSQL
Make an HXYZ from SQL Query
Public methodAvailable to anyoneSetMETA
Set the metadata of a grid.
Top
See Also