Uses of Class
org.geotools.coverage.processing.BaseStatisticsOperationJAI
-
Packages that use BaseStatisticsOperationJAI Package Description org.geotools.coverage.processing.operation List of coverage operations. -
-
Uses of BaseStatisticsOperationJAI in org.geotools.coverage.processing.operation
Subclasses of BaseStatisticsOperationJAI in org.geotools.coverage.processing.operation Modifier and Type Class Description class
Extrema
This operation simply wraps JAI Extrema operations described byExtremaDescriptor
inside a GeoTools operation in order to make it spatial-aware.class
Histogram
* This operation simply wraps JAI Histogram operations described byHistogramDescriptor
inside a GeoTools operation in order to make it spatial-aware.class
ZonalStatistics
This operation is similar to theZonalStats
operation but implements a new version of the "ZonalStats" operation.class
ZonalStats
This operation simply wraps Jai-tools Zonalstats operations described byZonalStatsDescriptor
inside a GeoTools operation in order to make it spatial-aware.
-