Uses of Class
org.opengis.parameter.InvalidParameterValueException

Package
Description
Description and storage of parameter values.
  • Uses of InvalidParameterValueException in org.opengis.parameter

    Modifier and Type
    Method
    Description
    void
    ParameterValue.setValue(boolean value)
    Set the parameter value as a boolean.
    void
    ParameterValue.setValue(double value)
    Sets the parameter value as a floating point.
    void
    ParameterValue.setValue(double[] values, Unit<?> unit)
    Sets the parameter value as an array of floating point and their associated unit.
    void
    ParameterValue.setValue(double value, Unit<?> unit)
    Sets the parameter value as a floating point and its associated unit.
    void
    ParameterValue.setValue(int value)
    Set the parameter value as an integer.
    void
    ParameterValue.setValue(Object value)
    Set the parameter value as an object.