org.geotools.parameter
Class ParameterReal
java.lang.Object
org.geotools.referencing.wkt.Formattable
org.geotools.parameter.AbstractParameter
org.geotools.parameter.FloatParameter
org.geotools.parameter.ParameterReal
- All Implemented Interfaces:
- org.opengis.util.Cloneable, java.lang.Cloneable, org.opengis.parameter.GeneralParameterValue, org.opengis.parameter.ParameterValue, java.io.Serializable
Deprecated. Renamed as FloatParameter
.
- public class ParameterReal
- extends FloatParameter
A parameter value as a real number.
- See Also:
- Serialized Form
Constructor Summary |
ParameterReal(org.opengis.parameter.ParameterDescriptor descriptor)
Deprecated. Constructs a parameter from the specified descriptor. |
ParameterReal(org.opengis.parameter.ParameterDescriptor descriptor,
double value)
Deprecated. Constructs a parameter from the specified descriptor and value. |
Methods inherited from class org.geotools.parameter.FloatParameter |
booleanValue, doubleValue, doubleValue, doubleValueList, doubleValueList, equals, getUnit, getValue, hashCode, intValue, intValueList, setValue, setValue, setValue, setValue, setValue, setValue, stringValue, valueFile, write |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.parameter.ParameterValue |
clone |
Methods inherited from interface org.opengis.parameter.GeneralParameterValue |
getDescriptor |
ParameterReal
public ParameterReal(org.opengis.parameter.ParameterDescriptor descriptor)
- Deprecated.
- Constructs a parameter from the specified descriptor.
ParameterReal
public ParameterReal(org.opengis.parameter.ParameterDescriptor descriptor,
double value)
- Deprecated.
- Constructs a parameter from the specified descriptor and value.
Copyright © GeoTools. All Rights Reserved.