Uses of Class
org.geotools.coverage.processing.AbstractOperation

Packages that use AbstractOperation
Package
Description
Coverage processing implementations.
List of coverage operations.
Raster processing support for the GeoTools library.
  • Uses of AbstractOperation in org.geotools.coverage.processing

    Modifier and Type
    Class
    Description
    class 
    This class is the root class for the Maths operations.
    class 
    Base class for providing capabilities to scale GridCoverage2D objects using JAI scale operations.
    class 
    This class is the root class for the Statistics operations based on JAI's StatisticsOpImage like Extrema and Histogram.
    class 
    Wraps any JAI operation producing a bilevel image.
    class 
    Common super-class for filter operation.
    class 
    An operation working on GridCoverage2D sources.
    class 
    Wraps a JAI's OperationDescriptor for interoperability with Java Advanced Imaging.
  • Uses of AbstractOperation in org.geotools.coverage.processing.operation

    Modifier and Type
    Class
    Description
    class 
    Computes the mathematical absolute value of each sample value.
    class 
    Create a new coverage as the sum of two source coverages by doing pixel by pixel addition: result[0][0] = source0[0][0] + source1[0][0] ... ... result[i][j] = source0[i][j] + source1[i][j] ... ... result[n-1][m-1] = source0[n-1][m-1] + source1[n-1][m-1]
    class 
    Adds constants (one for each band) to every sample values of the source coverage.
    class 
    This operation is simply a wrapper for the JAI Affine operation
    class 
    OperationJAI subclass used for executing the "Merge" of multiple coverages into a single coverage with multiple bands.
    class 
    Computes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample.
    class 
    The crop operation is responsible for selecting geographic subarea of the source coverage.
    class 
    Divides every sample values of the source coverage by constants (one for each band).
    class 
    Takes the exponential of the sample values of a coverage.
    class 
    This operation simply wraps JAI Extrema operations described by ExtremaDescriptor inside a GeoTools operation in order to make it spatial-aware.
    class 
    This operation is simply a wrapper for the JAI FilteredSubsample operation which allows me to arbitrarly scale a rendered image while smoothing it out.
    class 
    * This operation simply wraps JAI Histogram operations described by HistogramDescriptor inside a GeoTools operation in order to make it spatial-aware.
    class 
    Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.
    class 
    Inverts the sample values of a coverage.
    class 
    Takes the natural logarithm of the sample values of a coverage.
    class 
    For each position of the mask, replaces the center pixel by the maximum of the pixel values covered by the mask.
    class 
    For each position of the mask, replaces the center pixel by the median of the pixel values covered by the mask.
    class 
    For each position of the mask, replaces the center pixel by the minimum of the pixel values covered by the mask.
    class 
    This operation does a mosaic of multiple GridCoverage2Ds.
    class 
    Create a new coverage as the multiplication of two source coverages by doing pixel by pixel multiplication: result[0][0] = source0[0][0] * source1[0][0] ... ... result[i][j] = source0[i][j] * source1[i][j] ... ...
    class 
    Multiplies every sample values of the source coverage by constants (one for each band).
    class 
    Resample a grid coverage using a different grid geometry.
    class 
    Maps the sample values of a coverage from one range to another range.
    class 
    This operation is simply a wrapper for the JAI scale operation which allows me to arbitrarily scale and translate a rendered image.
    class 
    Chooses N sample dimensions from a grid coverage and copies their sample data to the destination grid coverage in the order specified.
    class 
    A simple wrapper for the jai-ext ShadedRelief operation.
    class 
    This operation is simply a wrapper for the JAI SubsampleAverage operation which allows me to arbitrarily scale a rendered image while smoothing it out.
    class 
    Subtracts constants (one for each band) from every sample values of the source coverage.
    class 
    Subtracts every sample values of the source coverage from constants (one for each band).
    class 
    This operation is simply a wrapper for the JAI Warp operation
    class 
    This operation is similar to the ZonalStats operation but implements a new version of the "ZonalStats" operation.
  • Uses of AbstractOperation in org.geotools.process.raster

    Modifier and Type
    Class
    Description
    class