Uses of Class
org.opengis.parameter.InvalidParameterValueException
Packages that use InvalidParameterValueException
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
Conversions or transformations of multi-dimensional coordinate tuples.
Description and storage of parameter values.
-
Uses of InvalidParameterValueException in org.apache.sis.parameter
Methods in org.apache.sis.parameter that throw InvalidParameterValueExceptionModifier and TypeMethodDescriptionstatic voidParameters.copy(ParameterValueGroup values, ParameterValueGroup destination) Copies the values of a parameter group into another parameter group.voidDefaultParameterValue.setValue(boolean newValue) Sets the parameter value as a boolean.voidDefaultParameterValue.setValue(double newValue) Sets the parameter value as a floating point.voidSets the parameter value as an array of floating point and their associated unit.voidSets the parameter value as a floating point and its associated unit.voidDefaultParameterValue.setValue(int newValue) Sets the parameter value as an integer.voidSets the parameter value as an object.protected voidSets the parameter value and its associated unit.protected voidInvoked byDefaultParameterValue.setValue(Object, Unit)after the basic verifications have been done and before the value is stored. -
Uses of InvalidParameterValueException in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that throw InvalidParameterValueExceptionModifier 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. -
Uses of InvalidParameterValueException in org.opengis.parameter
Methods in org.opengis.parameter that throw InvalidParameterValueExceptionModifier and TypeMethodDescriptionvoidParameterValue.setValue(boolean value) Set the parameter value as a boolean.voidParameterValue.setValue(double value) Sets the parameter value as a floating point.voidSets the parameter value as an array of floating point and their associated unit.voidSets the parameter value as a floating point and its associated unit.voidParameterValue.setValue(int value) Set the parameter value as an integer.voidSet the parameter value as an object.