Uses of Class
it.geosolutions.jaiext.interpolators.InterpolationBilinear

Packages that use InterpolationBilinear
it.geosolutions.jaiext.affine   
it.geosolutions.jaiext.scale   
 

Uses of InterpolationBilinear in it.geosolutions.jaiext.affine
 

Fields in it.geosolutions.jaiext.affine declared as InterpolationBilinear
protected  InterpolationBilinear AffineBilinearOpImage.interpB
          Nearest-Neighbor interpolator
 

Constructors in it.geosolutions.jaiext.affine with parameters of type InterpolationBilinear
AffineGeneralOpImage(RenderedImage source, javax.media.jai.BorderExtender extender, Map config, javax.media.jai.ImageLayout layout, AffineTransform transform, InterpolationBilinear interp, boolean useROIAccessor, boolean setDestinationNoData)
          Constructor used for interpolator of the class InterpolationBilinear
 

Uses of InterpolationBilinear in it.geosolutions.jaiext.scale
 

Fields in it.geosolutions.jaiext.scale declared as InterpolationBilinear
protected  InterpolationBilinear ScaleGeneralOpImage.interpB
          Bilinear interpolator
protected  InterpolationBilinear ScaleBilinearOpImage.interpB
          Bilinear interpolator
 

Constructors in it.geosolutions.jaiext.scale with parameters of type InterpolationBilinear
ScaleGeneralOpImage(RenderedImage source, javax.media.jai.ImageLayout layout, Map configuration, javax.media.jai.BorderExtender extender, InterpolationBilinear interp, float scaleX, float scaleY, float transX, float transY, boolean useRoiAccessor)
           
 



Copyright © 2006–2014 GeoSolutions. All rights reserved.