Uses of Class
org.geotools.api.coverage.InterpolationMethod
Packages that use InterpolationMethod
-
Uses of InterpolationMethod in org.geotools.api.coverage
Fields in org.geotools.api.coverage declared as InterpolationMethodModifier and TypeFieldDescriptionstatic final InterpolationMethodInterpolationMethod.BARYCENTRICBarycentric interpolation.static final InterpolationMethodInterpolationMethod.BICUBICInterpolation based on the assumption that feature attribute values vary as a bicubic function of position within the grid cell.static final InterpolationMethodInterpolationMethod.BILINEARInterpolation based on the assumption that feature attribute values vary as a bilinear function of position within the grid cell.static final InterpolationMethodInterpolationMethod.BIQUADRATICInterpolation based on the assumption that feature attribute values vary as a biquadratic function of position within the grid cell.static final InterpolationMethodInterpolationMethod.CUBICInterpolation based on the assumption that feature attribute values vary as a cubic function of distance along a value segment.static final InterpolationMethodInterpolationMethod.LINEARInterpolation based on the assumption that feature attribute values vary in proportion to distance along a value segment.static final InterpolationMethodInterpolationMethod.LOST_AREALost area interpolation.static final InterpolationMethodInterpolationMethod.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 final InterpolationMethodInterpolationMethod.QUADRATICInterpolation based on the assumption that feature attribute values vary as a quadratic function of distance along a value segment.Methods in org.geotools.api.coverage that return InterpolationMethodModifier and TypeMethodDescriptionInterpolationMethod.family()Returns the list of enumerations of the same kind than this enum.static InterpolationMethodReturns the interpolation method that matches the given string, or returns a new one if none match it.static InterpolationMethod[]InterpolationMethod.values()Returns the list ofInterpolationMethods.