Uses of Class
org.geotools.api.parameter.InvalidParameterTypeException

Package
Description
Description and storage of parameter values.
Parameter implementation.
  • Uses of InvalidParameterTypeException in org.geotools.api.parameter

    Modifier and Type
    Method
    Description
    boolean
    ParameterValue.booleanValue()
    Returns the boolean value of an operation parameter A boolean value does not have an associated unit of measure.
    double
    ParameterValue.doubleValue()
    Returns the numeric value of the coordinate operation parameter with its associated unit of measure.
    double
    ParameterValue.doubleValue(Unit<?> unit)
    Returns the numeric value of the coordinate operation parameter in the specified unit of measure.
    double[]
    ParameterValue.doubleValueList()
    Returns an ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure.
    double[]
    ParameterValue.doubleValueList(Unit<?> unit)
    Returns an ordered sequence of numeric values in the specified unit of measure.
    int
    ParameterValue.intValue()
    Returns the positive integer value of an operation parameter, usually used for a count.
    int[]
    ParameterValue.intValueList()
    Returns an ordered sequence of two or more integer values of an operation parameter list, usually used for counts.
    ParameterValue.stringValue()
    Returns the string value of an operation parameter.
    ParameterValue.valueFile()
    Returns a reference to a file or a part of a file containing one or more parameter values.
  • Uses of InvalidParameterTypeException in org.geotools.parameter

    Modifier and Type
    Method
    Description
    boolean
    Parameter.booleanValue()
    Returns the boolean value of an operation parameter.
    double
    Parameter.doubleValue()
    Returns the numeric value of the coordinate operation parameter with its associated unit of measure.
    double
    Parameter.doubleValue(Unit<?> unit)
    Returns the numeric value of the coordinate operation parameter in the specified unit of measure.
    double[]
    Parameter.doubleValueList()
    Returns an ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure.
    double[]
    Parameter.doubleValueList(Unit<?> unit)
    Returns an ordered sequence of numeric values in the specified unit of measure.
    int
    Parameter.intValue()
    Returns the positive integer value of an operation parameter, usually used for a count.
    int[]
    Parameter.intValueList()
    Returns an ordered sequence of two or more integer values of an operation parameter list, usually used for counts.
    Parameter.stringValue()
    Returns the string value of an operation parameter.
    FloatParameter.valueFile()
    Always throws an exception, since this parameter is not an URI.
    Parameter.valueFile()
    Returns a reference to a file or a part of a file containing one or more parameter values.