Uses of Class
org.geotools.parameter.AbstractParameter
-
Packages that use AbstractParameter Package Description org.geotools.parameter Parameter implementation. -
-
Uses of AbstractParameter in org.geotools.parameter
Subclasses of AbstractParameter in org.geotools.parameter Modifier and Type Class Description class
FloatParameter
A parameter value as a floating point (double precision) number.class
ImagingParameters
Wraps a JAI'sParameterList
.class
MatrixParameters
The values for a group of matrix parameters.class
Parameter<T>
A parameter value used by an operation method.class
ParameterGroup
A group of related parameter values.Methods in org.geotools.parameter that return AbstractParameter Modifier and Type Method Description AbstractParameter
AbstractParameter. clone()
Returns a copy of this parameter value or group.
-