Uses of Class
org.opengis.parameter.InvalidParameterValueException
Packages that use InvalidParameterValueException
-
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.voidParameterValue.setValue(double[] values, Unit<?> unit) Sets the parameter value as an array of floating point and their associated unit.voidParameterValue.setValue(double value, Unit<?> unit) Sets 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.