ITR_ZONE_MODELConstant Class
ITR Zone Model defines
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetITR_ZONE_MODELConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class ITR_ZONE_MODELConstant

The ITR_ZONE_MODELConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEQUAL
The ITR is set up with an equal area transform.
Public fieldStatic memberITR_MODEL_LOGLIN
The ITR is set up with a log-linear transform.
Public fieldStatic memberLINEAR
The ITR is set up with a linear transform.
Public fieldStatic memberNONE
There is no specific zone model defined.
Public fieldStatic memberNORMAL
The ITR is set up with a normal distribution transform.
Public fieldStatic memberNOZONE
The ITR has no numeric zones defined (e.g. from a TBL file)
Top
See Also