Uses of Class
org.geotools.parameter.AbstractParameterDescriptor
-
Packages that use AbstractParameterDescriptor Package Description org.geotools.coverage.processing Coverage processing implementations.org.geotools.parameter Parameter implementation. -
-
Uses of AbstractParameterDescriptor in org.geotools.coverage.processing
Subclasses of AbstractParameterDescriptor 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
. -
Uses of AbstractParameterDescriptor in org.geotools.parameter
Subclasses of AbstractParameterDescriptor in org.geotools.parameter Modifier and Type Class Description class
DefaultParameterDescriptor<T>
The definition of a parameter used by an operation method.class
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.class
ImagingParameterDescriptors
Wraps a JAI'sParameterListDescriptor
.class
MatrixParameterDescriptors
A parameter group for matrix elements.
-