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 TypeMethodDescriptiondefault voidParameterValue.setValue(boolean value) Sets the parameter value as a Boolean.default voidParameterValue.setValue(double value) Sets the parameter value as a floating point.voidParameterValue.setValue(double[] values, javax.measure.Unit<?> unit) Sets the parameter value as an array of floating point and their associated unit.voidParameterValue.setValue(double value, javax.measure.Unit<?> unit) Sets the parameter value as a floating point and its associated unit.default voidParameterValue.setValue(int value) Sets the parameter value as an integer.voidSets the parameter value as an object.