VV_LOOKUPConstant Class
Lookup style
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetVV_LOOKUPConstant

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

The VV_LOOKUPConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEXACT
only exact matches are used
Public fieldStatic memberINTERPCLOSE
interpolate only if within sampling range
Public fieldStatic memberINTERPOLATE
interpolate between values (regardless of sampling range)
Public fieldStatic memberNEAREST
nearest match is used (regardless of sampling range)
Public fieldStatic memberNEARESTCLOSE
use nearest match only if within sampling range
Top
See Also