Class BaseScaleOperationJAI

All Implemented Interfaces:
Serializable, Operation
Direct Known Subclasses:
Affine, FilteredSubsample, Scale, SubsampleAverage, Warp

public abstract class BaseScaleOperationJAI extends OperationJAI
Base class for providing capabilities to scale GridCoverage2D objects using JAI scale operations.

This class tries to handles all the problems related to scaling index-color images in order to avoid strange results in the smoothest possible way by performing color expansions under the hood as needed. It may also apply some optimizations in case we were dealing with non-geo view of coverage.

Since:
2.5
Author:
Simone Giannecchini, GeoSolutions.
See Also: