Class ScaleCoverage

  • All Implemented Interfaces:
    RasterProcess

    public class ScaleCoverage
    extends Object
    implements RasterProcess
    Applies a generic scale and translate operation to a coverage
    Author:
    Andrea Aime - GeoSolutions, ETj
    • Constructor Summary

      Constructors 
      Constructor Description
      ScaleCoverage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GridCoverage2D execute​(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScaleCoverage

        public ScaleCoverage()
    • Method Detail

      • execute

        public GridCoverage2D execute​(GridCoverage2D coverage,
                                      double xScale,
                                      double yScale,
                                      double xTranslate,
                                      double yTranslate,
                                      Interpolation interpolation)
                               throws IOException
        Throws:
        IOException