MULTIGRID3D_DIRECTGRID_METHODConstant Class
How to calculate the cell values for direct gridding.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXMULTIGRID3D_DIRECTGRID_METHODConstant

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

The MULTIGRID3D_DIRECTGRID_METHODConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMULTIGRID3D_DIRECTGRID_DUMMYITEMS
The number of valid (non-dummy) items found in each cell - DUMMY if no items found
Public fieldStatic memberMULTIGRID3D_DIRECTGRID_ITEMS
The number of valid (non-dummy) items found in each cell - 0 if no items found
Public fieldStatic memberMULTIGRID3D_DIRECTGRID_MAXIMUM
Select the maximum value found in each cell
Public fieldStatic memberMULTIGRID3D_DIRECTGRID_MEAN
Select the mean of all values found in each cell
Public fieldStatic memberMULTIGRID3D_DIRECTGRID_MINIMUM
Select the minimum value found in each cell
Top
See Also