VA_EXTRAPOLATEConstant Class

VA Object to expand and extrapolate end values. Values mirror VVU_INTERP_EDGE
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXVA_EXTRAPOLATEConstant

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

public static class VA_EXTRAPOLATEConstant

The VA_EXTRAPOLATEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLINEAR
Use linear interpolation
Public fieldStatic memberNEAREST
Outputs equal edge single values
Public fieldStatic memberNONE
Outputs equal input single values
Public fieldStatic memberSAME
Use same method as interpolation
Top
See Also