Uses of Class
org.apache.sis.parameter.AbstractParameterDescriptor
-
Packages that use AbstractParameterDescriptor Package Description org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process. -
-
Uses of AbstractParameterDescriptor in org.apache.sis.parameter
Subclasses of AbstractParameterDescriptor in org.apache.sis.parameter Modifier and Type Class Description class
DefaultParameterDescriptor<T>
The definition of a single parameter used by an operation method.class
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.
-