static InterpolationMethod |
InterpolationMethod.BARYCENTRIC |
Barycentric interpolation.
|
static InterpolationMethod |
InterpolationMethod.BICUBIC |
Interpolation based on the assumption that feature attribute values vary as a bicubic function of position within
the grid cell.
|
static InterpolationMethod |
InterpolationMethod.BILINEAR |
Interpolation based on the assumption that feature attribute values vary as a bilinear function of position
within the grid cell.
|
static InterpolationMethod |
InterpolationMethod.BIQUADRATIC |
Interpolation based on the assumption that feature attribute values vary as a biquadratic function of position
within the grid cell.
|
static InterpolationMethod |
InterpolationMethod.CUBIC |
Interpolation based on the assumption that feature attribute values vary as a cubic function of distance along a
value segment.
|
static InterpolationMethod |
InterpolationMethod.LINEAR |
Interpolation based on the assumption that feature attribute values vary in proportion to distance along a value
segment.
|
static InterpolationMethod |
InterpolationMethod.LOST_AREA |
Lost area interpolation.
|
static InterpolationMethod |
InterpolationMethod.NEAREST_NEIGHBOUR |
Generates a feature attribute value at a direct position by assigning it the feature attribute value associated
with the nearest domain object in the domain of the coverage.
|
static InterpolationMethod |
InterpolationMethod.QUADRATIC |
Interpolation based on the assumption that feature attribute values vary as a quadratic function of distance
along a value segment.
|