See: Description
| Interface | Description |
|---|---|
| RasterProcess |
Marker interface for processes that should be grouped into the "raster" family.
|
| Class | Description |
|---|---|
| AddCoveragesProcess |
Add two coverages together (pixel by pixel).
|
| AffineProcess |
This process computes an Affine transform on the input Coverage.
|
| AreaGridProcess |
A process that build a regular cell grid where each pixel represents its effective area in the
envelope in square meters.
|
| BandMergeProcess |
Process calling the
BandMerge operation. |
| BandSelectProcess |
Process calling the
SelectSampleDimension operation. |
| BaseCoverageAlgebraProcess | |
| ContourProcess |
A process to extract contours based on values in a specified band of the input GridCoverage2D.
|
| ConvolveCoverageProcess | |
| CoverageClassStats |
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)
|
| CoverageClassStats.Results | |
| CoverageUtilities |
A set of utilities methods for the Grid Coverage package.
|
| CropCoverage |
Crops the coverage along the specified
|
| FootprintExtractionProcess |
A process to extract footprint from a raster.
|
| JiffleProcess | |
| MarchingSquaresVectorizer |
Algorithm computing the image footprint.
|
| MarchingSquaresVectorizer.ImageAnalysisResultThdLocal | |
| MultiplyCoveragesProcess |
Multiply two coverages together (pixel by pixel).
|
| NormalizeCoverageProcess | |
| PolygonExtractionProcess |
A process for raster to vector conversion.
|
| RangeLookupProcess |
A raster reclassified process
|
| RasterAsPointCollectionProcess |
A process that wraps a
GridCoverage2D as a collection of point feature. |
| RasterProcessFactory | |
| RasterZonalStatistics |
A process computing zonal statistics based on a raster data set and a set of polygonal zones of
interest
|
| RasterZonalStatistics2 |
This class wraps the "ZonalStats2" OperationJAI and executes the selected operation with the
defined parameters.
|
| ScaleCoverage |
Applies a generic scale and translate operation to a coverage
|
| StyleCoverage |
Applies a raster symbolizer to the coverage
|
| TransparencyFill | |
| TransparencyFillProcess |
A transparency holes-dashes filling process
|
| Enum | Description |
|---|---|
| MarchingSquaresVectorizer.FootprintCoordinates | |
| MarchingSquaresVectorizer.ImageLoadingType |
Copyright © 1996–2019 Geotools. All rights reserved.