Uses of Class
org.opengis.parameter.InvalidParameterNameException
Packages that use InvalidParameterNameException
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of InvalidParameterNameException in org.apache.sis.parameter
Methods in org.apache.sis.parameter that throw InvalidParameterNameExceptionModifier and TypeMethodDescriptionstatic voidParameters.copy(ParameterValueGroup values, ParameterValueGroup destination) Copies the values of a parameter group into another parameter group. -
Uses of InvalidParameterNameException in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that throw InvalidParameterNameExceptionModifier and TypeMethodDescriptionMathTransformProvider.createMathTransform(MathTransformProvider.Context context) Creates a math transform from a group of parameter values and its context.default MathTransformMathTransformProvider.createMathTransform(MathTransformFactory factory, ParameterValueGroup parameters) Creates a math transform from the specified group of parameter values.