| Package | Description | 
|---|---|
| org.opengis.coverage | Coverages (generate a value for any point). | 
| Modifier and Type | Field and Description | 
|---|---|
| static InterpolationMethod | InterpolationMethod. BARYCENTRICBarycentric interpolation. | 
| static InterpolationMethod | InterpolationMethod. BICUBICInterpolation based on the assumption that feature attribute values vary as a bicubic
 function of position within the grid cell. | 
| static InterpolationMethod | InterpolationMethod. BILINEARInterpolation based on the assumption that feature attribute values vary as a bilinear
 function of position within the grid cell. | 
| static InterpolationMethod | InterpolationMethod. BIQUADRATICInterpolation based on the assumption that feature attribute values vary as a biquadratic
 function of position within the grid cell. | 
| static InterpolationMethod | InterpolationMethod. CUBICInterpolation based on the assumption that feature attribute values vary as a cubic function
 of distance along a value segment. | 
| static InterpolationMethod | InterpolationMethod. LINEARInterpolation based on the assumption that feature attribute values vary in proportion to
 distance along a value segment. | 
| static InterpolationMethod | InterpolationMethod. LOST_AREALost area interpolation. | 
| static InterpolationMethod | InterpolationMethod. NEAREST_NEIGHBOURGenerates 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. QUADRATICInterpolation based on the assumption that feature attribute values vary as a quadratic
 function of distance along a value segment. | 
| Modifier and Type | Method and Description | 
|---|---|
| InterpolationMethod[] | InterpolationMethod. family()Returns the list of enumerations of the same kind than this enum. | 
| static InterpolationMethod | InterpolationMethod. valueOf(String code)Returns the interpolation method that matches the given string, or returns a new one if none
 match it. | 
| static InterpolationMethod[] | InterpolationMethod. values()Returns the list of  InterpolationMethods. | 
Copyright © 1996–2019 Geotools. All rights reserved.