Package org.geotools.api.parameter
Interface GeneralParameterValue
- All Known Subinterfaces:
ParameterValue<T>
,ParameterValueGroup
- All Known Implementing Classes:
AbstractParameter
,FloatParameter
,ImagingParameters
,MatrixParameters
,Parameter
,ParameterGroup
Abstract parameter value or group of parameter values.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD), Jody Garnett (Refractions Research)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a copy of this parameter value or group.Returns the abstract definition of this parameter or group of parameters.
-
Method Details
-
getDescriptor
GeneralParameterDescriptor getDescriptor()Returns the abstract definition of this parameter or group of parameters.- Returns:
- The abstract definition of this parameter or group of parameters.
-
clone
GeneralParameterValue clone()Returns a copy of this parameter value or group.
-