Class DefaultParameterDescriptor<T>

Type Parameters:
T - the type of elements to be returned by Default­Parameter­Value​.get­Value().
All Implemented Interfaces:
Serializable, Formattable, Deprecable, Lenient­Comparable, General­Parameter­Descriptor, Parameter­Descriptor<T>, Identified­Object

public class DefaultParameterDescriptor<T> extends AbstractParameterDescriptor implements ParameterDescriptor<T>
The definition of a single parameter used by an operation method. For Coordinate Reference Systems most parameter values are numeric, but other types of parameter values are possible.

A parameter descriptor contains the following properties:

Since:
0.4
See Also: