| Changed Methods |
boolean booleanValue()
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to java.lang.IllegalStateException.
|
Returns the boolean value of an operation parameter
A boolean value does not have an associated unit of measure. |
int intValue()
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to java.lang.IllegalStateException.
|
Returns the positive integer value of an operation parameter, usually used
for a count. |
int[] intValueList()
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to java.lang.IllegalStateException.
|
Returns an ordered sequence of two or more integer values of an operation parameter list,
usually used for counts. |
String stringValue()
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to java.lang.IllegalStateException.
|
Returns the string value of an operation parameter. |
URI valueFile()
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to java.lang.IllegalStateException.
|
Returns a reference to a file or a part of a file containing one or more parameter
values. |
double doubleValue(Unit<?>)
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to (java.lang.IllegalArgumentException, java.lang.IllegalStateException).
|
Returns the numeric value of the coordinate operation parameter in the specified unit
of measure. |
double[] doubleValueList(Unit<?>)
|
Change in exceptions thrown from org.opengis.parameter.InvalidParameterTypeException to (java.lang.IllegalArgumentException, java.lang.IllegalStateException).
|
Returns an ordered sequence of numeric values in the specified unit of measure. |