Class RangeLookupProcess

  • All Implemented Interfaces:
    RasterProcess

    public class RangeLookupProcess
    extends Object
    implements RasterProcess
    A raster reclassified process
    Author:
    Andrea Antonello (www.hydrologis.com), Emanuele Tajariol (GeoSolutions), Simone Giannecchini (GeoSolutions), Andrea Aime - GeoSolutions, Daniele Romagnoli - GeoSolutions
    • Constructor Detail

      • RangeLookupProcess

        public RangeLookupProcess()
    • Method Detail

      • execute

        public GridCoverage2D execute​(GridCoverage2D coverage,
                                      Integer classificationBand,
                                      List<Range> classificationRanges,
                                      ProgressListener listener)
                               throws ProcessException
        Execute the RangeLookupProcess on the provided coverage (left for backwards compatibility)
        Parameters:
        coverage - The continuous coverage to be reclassified
        classificationBand - The band to be used for classification
        classificationRanges - The list of ranges to be applied
        listener - The progress listener
        Returns:
        The reclassified coverage
        Throws:
        ProcessException