CGRID3D Class |
Namespace: GeoEngine.Core.GXNet
The CGRID3D type exposes the following members.
| Name | Description | |
|---|---|---|
| FillDouble | Fill the grid3d with a single double value. | |
| FillThematic | Fill the grid3d with a single thematic value. | |
| FillVector | Fill the grid3d with a single vector value. | |
| GetDoubleStats | Get Double statistics. | |
| GetElementsInBlockX | Get the number of cells in the block in the X direction | |
| GetElementsInBlockY | Get the number of cells in the block in the Y direction | |
| GetElementsInBlockZ | Get the number of cells in the block in the Z direction | |
| GetThematicStats | Get Thematic Data statistics. | |
| GetTPAT | Get the TPAT from the thematic grid3d. | |
| GetType | Get the type of this GRID3D | |
| GetVectorStats | Get Vector Data statistics. | |
| iIsDouble | Does this grid3d contain floating point data | |
| iIsThematic | Does this grid3d contain thematic data | |
| iIsVector | Does this grid3d contain vector data | |
| ReadX | Read data from a GRID3D in the x direction (MOST EFFICIENT) | |
| ReadY | Read data from a GRID3D in the Y direction | |
| ReadZ | Read data from a GRID3D in the Z direction | |
| SetTPAT | Set the TPAT of a thematic grid3d. | |
| WriteX | Write data to a GRID3D in the X direction (MOST EFFICIENT) | |
| WriteY | Write data to a GRID3D in the Y direction | |
| WriteZ | Write data to a GRID3D in the Z direction |