org.geotools.parameter
Class ParameterReal

java.lang.Object
  extended byorg.geotools.referencing.wkt.Formattable
      extended byorg.geotools.parameter.AbstractParameter
          extended byorg.geotools.parameter.FloatParameter
              extended byorg.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 org.geotools.parameter.AbstractParameter
clone, formatWKT, getDescriptor, toString
 
Methods inherited from class org.geotools.referencing.wkt.Formattable
toWKT, toWKT, toWKT
 
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
 

Constructor Detail

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.