Uses of Interface
org.geotools.api.parameter.ParameterValue
Packages that use ParameterValue
Package
Description
Description and storage of parameter values.
Parameter implementation.
Coordinate operation implementation.
-
Uses of ParameterValue in org.geotools.api.parameter
Methods in org.geotools.api.parameter that return ParameterValueModifier and TypeMethodDescriptionParameterValue.clone()
Returns a copy of this parameter value.ParameterDescriptor.createValue()
Creates a new instance of parameter value initialized with the default value.Returns the value in this group for the specified identifier code. -
Uses of ParameterValue in org.geotools.parameter
Classes in org.geotools.parameter that implement ParameterValueModifier and TypeClassDescriptionclass
A parameter value as a floating point (double precision) number.class
Parameter<T>
A parameter value used by an operation method.Methods in org.geotools.parameter that return ParameterValueModifier and TypeMethodDescriptionstatic <T> ParameterValue<T>
Parameters.cast
(ParameterValue<?> value, Class<T> type) Casts the given parameter value to the given type.DefaultParameterDescriptor.createValue()
Creates a new instance of parameter value initialized with the default value.Returns the value in this group for the specified identifier code.final ParameterValue<Double>
MatrixParameters.parameter
(int row, int column) Returns the value in this group for a matrix element at the specified index.Returns the value in this group for the specified name.Returns the value in this group for the specified identifier code.Methods in org.geotools.parameter with parameters of type ParameterValueModifier and TypeMethodDescriptionstatic <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. -
Uses of ParameterValue in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return ParameterValueModifier and TypeMethodDescriptionprotected static <T> ParameterValue<T>
MathTransformProvider.getParameter
(ParameterDescriptor<T> param, ParameterValueGroup group) Returns the parameter value for the specified operation parameter.