Uses of Class
org.apache.sis.image.Interpolation
Packages that use Interpolation
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for grid coverages.
-
Uses of Interpolation in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return InterpolationModifier and TypeMethodDescriptionGridCoverageProcessor.getInterpolation()
Returns the interpolation method to use for resampling operations.Methods in org.apache.sis.coverage.grid with parameters of type InterpolationModifier and TypeMethodDescriptionvoid
GridCoverageProcessor.setInterpolation
(Interpolation method) Sets the interpolation method to use for resampling operations. -
Uses of Interpolation in org.apache.sis.image
Subclasses of Interpolation in org.apache.sis.imageModifier and TypeClassDescription(package private) final class
Lanczos interpolation of arbitrary size.(package private) static class
Interpolation followed by conversion from floating point values to the values to store as integers in the destination image.private static final class
Same asVisualization.InterpConvert
optimized for the single-band case.Fields in org.apache.sis.image declared as InterpolationModifier and TypeFieldDescriptionstatic final Interpolation
Interpolation.BILINEAR
A bilinear interpolation using 2×2 pixels.private Interpolation
ImageProcessor.interpolation
Interpolation to use during resample operations.protected final Interpolation
ResampledImage.interpolation
The object to use for performing interpolations.(package private) Interpolation
Visualization.Builder.interpolation
Object to use for performing interpolations.(package private) final Interpolation
Visualization.InterpConvert.interpolation
The object to use for performing interpolations.static final Interpolation
Interpolation.LANCZOS
Lanczos interpolation for photographic images.static final Interpolation
Interpolation.NEAREST
A nearest-neighbor interpolation using 1×1 pixel.Methods in org.apache.sis.image that return InterpolationModifier and TypeMethodDescriptionprivate static Interpolation
Visualization.combine
(Interpolation interpolation, org.opengis.referencing.operation.MathTransform1D[] converters) Combines the given interpolation method with the given sample conversion.ImageCombiner.getInterpolation()
Returns the interpolation method to use during resample operations.ImageProcessor.getInterpolation()
Returns the interpolation method to use during resample operations.(package private) Interpolation
Interpolation.toCompatible
(RenderedImage source) ReturnsNEAREST
if interpolations on the given image should be restricted to nearest-neighbor.(package private) Interpolation
Visualization.InterpConvert.toCompatible
(RenderedImage source) This interpolation never need to be disabled.Methods in org.apache.sis.image with parameters of type InterpolationModifier and TypeMethodDescriptionprivate static Interpolation
Visualization.combine
(Interpolation interpolation, org.opengis.referencing.operation.MathTransform1D[] converters) Combines the given interpolation method with the given sample conversion.void
ImageCombiner.setInterpolation
(Interpolation method) Sets the interpolation method to use during resample operations.void
ImageProcessor.setInterpolation
(Interpolation method) Sets the interpolation method to use during resample operations.Constructors in org.apache.sis.image with parameters of type InterpolationModifierConstructorDescription(package private)
InterpConvert
(Interpolation interpolation, org.opengis.referencing.operation.MathTransform converter) Creates a new object combining the given interpolation with the given conversion of sample values.(package private)
InterpConvertOneBand
(Interpolation interpolation, org.opengis.referencing.operation.MathTransform1D converter) Creates a new object combining the given interpolation with the given conversion of sample values.protected
ResampledImage
(RenderedImage source, SampleModel sampleModel, Point minTile, Rectangle bounds, org.opengis.referencing.operation.MathTransform toSource, Interpolation interpolation, Number[] fillValues, javax.measure.Quantity<?>[] accuracy) Creates a new image which will resample the given image. -
Uses of Interpolation in org.apache.sis.internal.coverage
Methods in org.apache.sis.internal.coverage that return InterpolationModifier and TypeMethodDescriptionCoverageCombiner.getInterpolation()
Returns the interpolation method to use during resample operations.Methods in org.apache.sis.internal.coverage with parameters of type InterpolationModifier and TypeMethodDescriptionvoid
CoverageCombiner.setInterpolation
(Interpolation method) Sets the interpolation method to use during resample operations.