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

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

Uses of InterpolationNearest in it.geosolutions.jaiext.affine
 

Fields in it.geosolutions.jaiext.affine declared as InterpolationNearest
protected  InterpolationNearest AffineNearestOpImage.interpN
          Nearest-Neighbor interpolator
 

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

Uses of InterpolationNearest in it.geosolutions.jaiext.scale
 

Fields in it.geosolutions.jaiext.scale declared as InterpolationNearest
protected  InterpolationNearest ScaleNearestOpImage2.interpN
          Nearest-Neighbor interpolator
protected  InterpolationNearest ScaleNearestOpImage.interpN
          Nearest-Neighbor interpolator
protected  InterpolationNearest ScaleGeneralOpImage.interpN
          Nearest-Neighbor interpolator
protected  InterpolationNearest ScaleNearestOpImage3.interpN
          Nearest-Neighbor interpolator
 

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



Copyright © 2006–2014 GeoSolutions. All rights reserved.