Class TInvDistSq2DInterpolator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInvDistSq2DInterpolator = class(TCustomAnisotropicInterpolator)

Description

TInvDistSq2DInterpolator uses inverse distance squared interpolation to return a real-number result.

Hierarchy

Overview

Methods

Public class function InterpolatorName: string; override;
Public class function ValidReturnTypes: TRbwDataTypes; override;
Public function RealResult(const Location: TPoint2D): real; override;

Description

Methods

Public class function InterpolatorName: string; override;

InterpolatorName is the name of the interpolator displayed to the user.

Public class function ValidReturnTypes: TRbwDataTypes; override;

ValidReturnTypes tells with what types of data this interpolator can be used. (real numbers)

Public function RealResult(const Location: TPoint2D): real; override;

RealResult returns the value at location determined by inverse distance squared interpolation.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43