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 TypeMethodDescriptionvoidGridCoverageProcessor.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 classLanczos interpolation of arbitrary size.(package private) static classInterpolation followed by conversion from floating point values to the values to store as integers in the destination image.private static final classSame asVisualization.InterpConvertoptimized for the single-band case.Fields in org.apache.sis.image declared as InterpolationModifier and TypeFieldDescriptionstatic final InterpolationInterpolation.BILINEARA bilinear interpolation using 2×2 pixels.private InterpolationImageProcessor.interpolationInterpolation to use during resample operations.protected final InterpolationResampledImage.interpolationThe object to use for performing interpolations.(package private) InterpolationVisualization.Builder.interpolationObject to use for performing interpolations.(package private) final InterpolationVisualization.InterpConvert.interpolationThe object to use for performing interpolations.static final InterpolationInterpolation.LANCZOSLanczos interpolation for photographic images.static final InterpolationInterpolation.NEARESTA nearest-neighbor interpolation using 1×1 pixel.Methods in org.apache.sis.image that return InterpolationModifier and TypeMethodDescriptionprivate static InterpolationVisualization.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) InterpolationInterpolation.toCompatible(RenderedImage source) ReturnsNEARESTif interpolations on the given image should be restricted to nearest-neighbor.(package private) InterpolationVisualization.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 InterpolationVisualization.combine(Interpolation interpolation, org.opengis.referencing.operation.MathTransform1D[] converters) Combines the given interpolation method with the given sample conversion.voidImageCombiner.setInterpolation(Interpolation method) Sets the interpolation method to use during resample operations.voidImageProcessor.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.protectedResampledImage(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 TypeMethodDescriptionvoidCoverageCombiner.setInterpolation(Interpolation method) Sets the interpolation method to use during resample operations.