Table of Contents

Class GridInterpolationModel

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public abstract class GridInterpolationModel
Inheritance
GridInterpolationModel
Derived
Inherited Members

Constructors

GridInterpolationModel()

protected GridInterpolationModel()

Methods

Interpolate(RectangleShape, GridDefinition)

public double Interpolate(RectangleShape cellExtent, GridDefinition gridDefinition)

Parameters

cellExtent RectangleShape
gridDefinition GridDefinition

Returns

double

InterpolateCore(RectangleShape, GridDefinition)

protected abstract double InterpolateCore(RectangleShape cellExtent, GridDefinition gridDefinition)

Parameters

cellExtent RectangleShape
gridDefinition GridDefinition

Returns

double