Method Summary |
|
public boolean | booleanValue() Returns
true if the value is different from 0,
false otherwise. |
public double | doubleValue(Unit unit) Returns the numeric value of the coordinate operation parameter in the specified unit
of measure. |
public double | doubleValue() Returns the numeric value of the coordinate operation parameter with its
associated
. |
public double[] | doubleValueList(Unit unit) Wraps the value in an array of length 1.
Parameters: unit - The unit of measure for the value to be returned. |
public double[] | doubleValueList() Wraps the value in an array of length 1. |
public boolean | equals(Object object) Compares the specified object with this parameter for equality.
Parameters: object - The object to compare to this . |
public Unit | getUnit() Returns the unit of measure of the
. |
public Object | getValue() |
public int | hashCode() Returns a hash value for this parameter.
The hash code value. |
public int | intValue() Returns the numeric value rounded to the nearest integer. |
public int[] | intValueList() Wraps the value in an array of length 1. |
public void | setValue(double value, Unit unit) Set the parameter value as a floating point and its associated unit. |
public void | setValue(double value) Set the parameter value as a floating point. |
public void | setValue(int value) Set the parameter value as an integer. |
public void | setValue(boolean value) Set the parameter value as a boolean. |
public void | setValue(Object value) Set the parameter value as a
Double object. |
public void | setValue(double[] values, Unit unit) Always throws an exception, since this parameter is not an array. |
public String | stringValue() Returns the string representation of the value. |
public URI | valueFile() Always throws an exception, since this parameter is not an URI. |