|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidParameterTypeException | |
---|---|
org.opengis.parameter | Description and storage of parameter values. |
Uses of InvalidParameterTypeException in org.opengis.parameter |
---|
Methods in org.opengis.parameter that throw InvalidParameterTypeException | |
---|---|
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. |
String |
ParameterValue.stringValue()
Returns the string value of an operation parameter. |
URI |
ParameterValue.valueFile()
Returns a reference to a file or a part of a file containing one or more parameter values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |