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

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

Uses of InterpolationBicubic in it.geosolutions.jaiext.affine
 

Fields in it.geosolutions.jaiext.affine declared as InterpolationBicubic
protected  InterpolationBicubic AffineBicubicOpImage.interpBN
          Nearest-Neighbor interpolator
 

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

Uses of InterpolationBicubic in it.geosolutions.jaiext.scale
 

Fields in it.geosolutions.jaiext.scale declared as InterpolationBicubic
protected  InterpolationBicubic ScaleBicubicOpImage.interpBN
          Bicubic interpolator
protected  InterpolationBicubic ScaleGeneralOpImage.interpBN
          Bicubic interpolator
 

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



Copyright © 2006–2015 GeoSolutions. All rights reserved.