|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractOperation | |
org.geotools.coverage.operation | Deprecated package. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
Uses of AbstractOperation in org.geotools.coverage.operation |
Subclasses of AbstractOperation in org.geotools.coverage.operation | |
static class |
Interpolator2D.Operation
Deprecated. Replaced by Interpolate . |
static class |
Resampler2D.Operation
Deprecated. Replaced by Resample . |
Uses of AbstractOperation in org.geotools.coverage.processing |
Subclasses of AbstractOperation in org.geotools.coverage.processing | |
class |
BilevelOperation
Wraps any JAI operation producing a bilevel image. |
class |
FilterOperation
Common super-class for filter operation. |
class |
Operation2D
An operation working on GridCoverage2D sources. |
class |
OperationJAI
Wraps a JAI's OperationDescriptor for interoperability with
Java Advanced Imaging.
|
Uses of AbstractOperation in org.geotools.coverage.processing.operation |
Subclasses of AbstractOperation in org.geotools.coverage.processing.operation | |
class |
Absolute
Computes the mathematical absolute value of each sample value. |
class |
AddConst
Adds constants (one for each band) to every sample values of the source coverage. |
class |
Convolve
Computes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample. |
class |
DivideByConst
Divides every sample values of the source coverage by constants (one for each band). |
class |
Exp
Takes the exponential of the sample values of a coverage. |
class |
GradientMagnitude
Edge detector which computes the magnitude of the image gradient vector in two orthogonal directions. |
class |
Interpolate
Specifies the interpolation type to be used to interpolate values for points which fall between grid cells. |
class |
Invert
Inverts the sample values of a coverage. |
class |
Log
Takes the natural logarithm of the sample values of a coverage. |
class |
MaxFilter
For each position of the mask, replaces the center pixel by the maximum of the pixel values covered by the mask. |
class |
MedianFilter
For each position of the mask, replaces the center pixel by the median of the pixel values covered by the mask. |
class |
MinFilter
For each position of the mask, replaces the center pixel by the minimum of the pixel values covered by the mask. |
class |
MultiplyConst
Multiplies every sample values of the source coverage by constants (one for each band). |
class |
NodataFilter
Replaces NaN values by the weighted average of neighbors values. |
class |
Resample
Resample a grid coverage using a different grid geometry. |
class |
Rescale
Maps the sample values of a coverage from one range to another range. |
class |
SelectSampleDimension
Chooses N sample dimensions from a grid coverage and copies their sample data to the destination grid coverage in the order specified. |
class |
SubtractConst
Subtracts constants (one for each band) from every sample values of the source coverage. |
class |
SubtractFromConst
Subtracts every sample values of the source coverage from constants (one for each band). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |