VA_INTERPOLATEConstant Class

VA Object to expand and interpolate between values. Values mirror VVU_INTERP
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXVA_INTERPOLATEConstant

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

public static class VA_INTERPOLATEConstant

The VA_INTERPOLATEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAKIMA
Use akima interpolation
Public fieldStatic memberCUBIC
Use cubic interpolation
Public fieldStatic memberLINEAR
Use linear interpolation
Public fieldStatic memberNEAREST
Outputs equal input nearest column values
Public fieldStatic memberPREDICT
Use prediction interpolation
Top
See Also