Uses of Interface
org.geotools.process.raster.RasterProcess
Packages that use RasterProcess
-
Uses of RasterProcess in org.geotools.process.raster
Classes in org.geotools.process.raster that implement RasterProcessModifier and TypeClassDescriptionclass
Add two coverages together (pixel by pixel).class
This process computes an Affine transform on the input Coverage.class
A process that build a regular cell grid where each pixel represents its effective area in the envelope in square meters.class
Process calling theBandMerge
operation.class
Process calling theSelectSampleDimension
operation.class
A process to extract contours based on values in a specified band of the input GridCoverage2D.class
class
Process that classifies vector data into "classes" using one of the following methods: Equal Interval (ClassificationMethod.EQUAL_INTERVAL
) Quantile (ClassificationMethod.QUANTILE
) Natural Breaks (ClassificationMethod.NATURAL_BREAKS
)class
Crops the coverage along the specifiedclass
A process to extract footprint from a raster.class
class
Multiply two coverages together (pixel by pixel).class
class
A process for raster to vector conversion.class
A raster reclassified processclass
A process that wraps aGridCoverage2D
as a collection of point feature.class
A process computing zonal statistics based on a raster data set and a set of polygonal zones of interestclass
This class wraps the "ZonalStats2" OperationJAI and executes the selected operation with the defined parameters.class
Applies a generic scale and translate operation to a coverageclass
Applies a raster symbolizer to the coverageclass
A transparency holes-dashes filling processMethods in org.geotools.process.raster that return types with arguments of type RasterProcess