Package org.geotools.parameter

Parameter implementation.

See:
          Description

Class Summary
AbstractParameter Abstract parameter value or group of parameter values.
AbstractParameterDescriptor Abstract definition of a parameter or group of parameters used by an operation method.
DefaultParameterDescriptor The definition of a parameter used by an operation method.
DefaultParameterDescriptorGroup The definition of a group of related parameters used by an operation method.
FloatParameter A parameter value as a floating point (double precision) number.
MatrixParameterDescriptors A parameter group for matrix elements.
MatrixParameters The values for a group of matrix parameters.
MatrixParameterValues Deprecated. Renamed as MatrixParameters.
Parameter A parameter value used by an operation method.
ParameterDescriptor Deprecated. Renamed as DefaultParameterDescriptor
ParameterDescriptorGroup Deprecated. Renamed as DefaultParameterDescriptorGroup.
ParameterGroup A group of related parameter values.
ParameterReal Deprecated. Renamed as FloatParameter.
Parameters Utility class for methods helping implementing, and working with the parameter API from org.opengis.parameter package.
ParameterWriter Format parameter descriptors or parameter values in a tabular format.
 

Package org.geotools.parameter Description

Parameter implementation. An explanation for this package is provided in the OpenGIS® javadoc. The remaining discussion on this page is specific to the Geotools implementation.



Copyright © GeoTools. All Rights Reserved.