| Package | Description | 
|---|---|
| org.geotools.parameter | Parameter implementation. | 
| org.geotools.referencing.operation | Coordinate operation implementation. | 
| org.opengis.parameter | Description and storage of parameter values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FloatParameterA parameter value as a floating point (double precision) number. | 
| class  | Parameter<T>A parameter value used by an operation method. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> ParameterValue<T> | Parameters. cast(ParameterValue<?> value,
    Class<T> type)Casts the given parameter value to the given type. | 
| ParameterValue<T> | DefaultParameterDescriptor. createValue()Creates a new instance of parameter value
 initialized with the default value. | 
| ParameterValue<Double> | MatrixParameters. parameter(int row,
         int column)Returns the value in this group for a matrix element at the specified index. | 
| ParameterValue | ImagingParameters. parameter(String name)Returns the value in this group for the specified identifier code. | 
| ParameterValue<?> | MatrixParameters. parameter(String name)Returns the value in this group for the specified name. | 
| ParameterValue | ParameterGroup. parameter(String name)Returns the value in this group for the specified identifier
 code. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> ParameterValue<T> | Parameters. cast(ParameterValue<?> value,
    Class<T> type)Casts the given parameter value to the given type. | 
| static boolean | Parameters. isValid(ParameterValue<?> parameter)Checks a parameter value against its parameter descriptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static <T> ParameterValue<T> | MathTransformProvider. getParameter(ParameterDescriptor<T> param,
            ParameterValueGroup group)Returns the parameter value for the specified operation parameter. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterValue | ParameterValue. clone()Returns a copy of this parameter value. | 
| ParameterValue<T> | ParameterDescriptor. createValue()Creates a new instance of parameter value initialized with the
 default value. | 
| ParameterValue<?> | ParameterValueGroup. parameter(String name)Returns the value in this group for the specified identifier
 code. | 
Copyright © 1996–2019 Geotools. All rights reserved.