GXHXYZ class¶
- class GXHXYZ(handle=0)[source]¶
GXHXYZ 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.
- classmethod create(name)[source]¶
Create a handle to an
GXHXYZ
objectNew in version 5.1.3.
License: Geosoft Open License
- get_meta(meta)[source]¶
Get the metadata of a grid.
New in version 5.1.3.
License: Geosoft Open License
- classmethod h_create_db(db, gvv, name)[source]¶
Make an
GXHXYZ
from GDB- Parameters:
- Returns:
GXHXYZ
object- Return type:
New in version 5.1.5.
License: Geosoft Open License
- classmethod h_create_sql(templ, x, y, z, ipj, name)[source]¶
Make an
GXHXYZ
from SQL Query- Parameters:
- Returns:
GXHXYZ
object- Return type:
New in version 5.1.3.
License: Geosoft Open License
- is_null()[source]¶
Check if this is a null (undefined) instance
- Returns:
True if this is a null (undefined) instance, False otherwise.
- Return type:
bool