Uses of Class
org.opengis.coverage.InterpolationMethod

Packages that use InterpolationMethod
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of InterpolationMethod in org.opengis.coverage
 

Fields in org.opengis.coverage declared as InterpolationMethod
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.
 

Methods in org.opengis.coverage that return InterpolationMethod
 InterpolationMethod ContinuousCoverage.getInterpolationMethod()
          Returns a code that identifies the interpolation method that shall be used to derive a feature attribute value at any direct position within the value object.
 InterpolationMethod TinCoverage.getInterpolationMethod()
          Returns the interpolation method to be used in evaluating the coverage.
 InterpolationMethod SegmentedCurveCoverage.getInterpolationMethod()
          Returns the interpolation method to be used in evaluating the coverage.
 InterpolationMethod ThiessenPolygonCoverage.getInterpolationMethod()
          Returns the interpolation method to be used in evaluating the coverage.
static InterpolationMethod InterpolationMethod.valueOf(String code)
          Returns the InterpolationMethod that matches the given string, or returns a new one if none match it.
static InterpolationMethod[] InterpolationMethod.values()
          Returns the list of InterpolationMethods.
 

Uses of InterpolationMethod in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return InterpolationMethod
 InterpolationMethod ContinuousQuadrilateralGridCoverage.getInterpolationMethod()
          Returns a code that identifies the interpolation method that shall be used to derive a feature attribute value at any direct position within the grid value cell.
 InterpolationMethod HexagonalGridCoverage.getInterpolationMethod()
          Returns the interpolation method to be used in evaluating the coverage.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.