Click or drag to resize
CGRID3D Class
High Performance 3D Grid.
Inheritance Hierarchy

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

The CGRID3D type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneFillDouble
Fill the grid3d with a single double value.
Public methodAvailable to anyoneFillThematic
Fill the grid3d with a single thematic value.
Public methodAvailable to anyoneFillVector
Fill the grid3d with a single vector value.
Public methodAvailable to anyoneGetDoubleStats
Get Double statistics.
Public methodAvailable to anyoneGetElementsInBlockX
Get the number of cells in the block in the X direction
Public methodAvailable to anyoneGetElementsInBlockY
Get the number of cells in the block in the Y direction
Public methodAvailable to anyoneGetElementsInBlockZ
Get the number of cells in the block in the Z direction
Public methodAvailable to anyoneGetThematicStats
Get Thematic Data statistics.
Public methodAvailable to anyoneGetTPAT
Get the TPAT from the thematic grid3d.
Public methodAvailable to anyoneGetType
Get the type of this GRID3D
Public methodAvailable to anyoneGetVectorStats
Get Vector Data statistics.
Public methodAvailable to anyoneiIsDouble
Does this grid3d contain floating point data
Public methodAvailable to anyoneiIsThematic
Does this grid3d contain thematic data
Public methodAvailable to anyoneiIsVector
Does this grid3d contain vector data
Public methodAvailable to anyoneReadX
Read data from a GRID3D in the x direction (MOST EFFICIENT)
Public methodAvailable to anyoneReadY
Read data from a GRID3D in the Y direction
Public methodAvailable to anyoneReadZ
Read data from a GRID3D in the Z direction
Public methodAvailable to anyoneSetTPAT
Set the TPAT of a thematic grid3d.
Public methodAvailable to anyoneWriteX
Write data to a GRID3D in the X direction (MOST EFFICIENT)
Public methodAvailable to anyoneWriteY
Write data to a GRID3D in the Y direction
Public methodAvailable to anyoneWriteZ
Write data to a GRID3D in the Z direction
Top
See Also