Interface ParameterDescriptor<T>

Type Parameters:
T - the type of parameter values.
All Superinterfaces:
GeneralParameterDescriptor, IdentifiedObject

@UML(identifier="OperationParameter", specification=ISO_19111) public interface ParameterDescriptor<T> extends GeneralParameterDescriptor
The definition of a parameter used by an operation method. Most parameter values are numeric, but other types of parameter values are possible. A parameter descriptor contains the following properties:
Since:
2.0
See Also:
Departure from OGC/ISO standard in the name GeoAPI uses a name which contains the "Descriptor" word for consistency with other libraries in Java (e.g. ParameterListDescriptor in Java Advanced Imaging).