Uses of Class
org.geotools.parameter.ImagingParameterDescriptors
-
Packages that use ImagingParameterDescriptors Package Description org.geotools.coverage.processing Coverage processing implementations.org.geotools.parameter Parameter implementation. -
-
Uses of ImagingParameterDescriptors in org.geotools.coverage.processing
Subclasses of ImagingParameterDescriptors in org.geotools.coverage.processing Modifier and Type Class Description class
ExtendedImagingParameterDescriptors
Extension of theImagingParameterDescriptors
class used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor
.Constructors in org.geotools.coverage.processing with parameters of type ImagingParameterDescriptors Constructor Description BaseMathOperationJAI(OperationDescriptor operationDescriptor, ImagingParameterDescriptors replacements)
Constructor forBaseMathOperationJAI
.BaseStatisticsOperationJAI(OperationDescriptor operationDescriptor, ImagingParameterDescriptors replacements)
Constructor forBaseStatisticsOperationJAI
. -
Uses of ImagingParameterDescriptors in org.geotools.parameter
Constructors in org.geotools.parameter with parameters of type ImagingParameterDescriptors Constructor Description ImagingParameters(ImagingParameterDescriptors descriptor)
Constructs a parameter group for the specified descriptor.
-