Skip to content

GridInterpolationModel

Namespace: ThinkGeo.Core

public abstract class GridInterpolationModel

Inheritance ObjectGridInterpolationModel

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