Uses of Interface
org.geotools.api.parameter.GeneralParameterDescriptor
- 
Packages that use GeneralParameterDescriptor Package Description org.geotools.api.parameter Description and storage of parameter values.org.geotools.coverage.processing Coverage processing implementations.org.geotools.coverageio.gdal Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.org.geotools.parameter Parameter implementation.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections. - 
- 
Uses of GeneralParameterDescriptor in org.geotools.api.parameter
Subinterfaces of GeneralParameterDescriptor in org.geotools.api.parameter Modifier and Type Interface Description interfaceParameterDescriptor<T>The definition of a parameter used by an operation method.interfaceParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.Methods in org.geotools.api.parameter that return GeneralParameterDescriptor Modifier and Type Method Description GeneralParameterDescriptorParameterDescriptorGroup. descriptor(String name)Returns the parameter descriptor in this group for the specified identifier code.GeneralParameterDescriptorGeneralParameterValue. getDescriptor()Returns the abstract definition of this parameter or group of parameters.Methods in org.geotools.api.parameter that return types with arguments of type GeneralParameterDescriptor Modifier and Type Method Description List<GeneralParameterDescriptor>ParameterDescriptorGroup. descriptors()Returns the parameters in this group. - 
Uses of GeneralParameterDescriptor in org.geotools.coverage.processing
Classes in org.geotools.coverage.processing that implement GeneralParameterDescriptor Modifier and Type Class Description classExtendedImagingParameterDescriptorsExtension of theImagingParameterDescriptorsclass used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor. - 
Uses of GeneralParameterDescriptor in org.geotools.coverageio.gdal
Fields in org.geotools.coverageio.gdal declared as GeneralParameterDescriptor Modifier and Type Field Description protected static GeneralParameterDescriptor[]BaseGDALGridFormat. PARAM_DESCRIPTORBase Parameter Descriptor - 
Uses of GeneralParameterDescriptor in org.geotools.parameter
Classes in org.geotools.parameter that implement GeneralParameterDescriptor Modifier and Type Class Description classAbstractParameterDescriptorAbstract definition of a parameter or group of parameters used by an operation method.classDefaultParameterDescriptor<T>The definition of a parameter used by an operation method.classDefaultParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.classImagingParameterDescriptorsWraps a JAI'sParameterListDescriptor.classMatrixParameterDescriptorsA parameter group for matrix elements.classMatrixParametersThe values for a group of matrix parameters.Methods in org.geotools.parameter that return GeneralParameterDescriptor Modifier and Type Method Description GeneralParameterDescriptorDefaultParameterDescriptorGroup. descriptor(String name)Returns the first parameter in this group for the specified identifier code.GeneralParameterDescriptorMatrixParameterDescriptors. descriptor(String name)Returns the parameter in this group for the specified name.GeneralParameterDescriptorMatrixParameters. descriptor(String name)Returns the parameter in this group for the specified name.GeneralParameterDescriptorAbstractParameter. getDescriptor()Returns the abstract definition of this parameter or group of parameters.Methods in org.geotools.parameter that return types with arguments of type GeneralParameterDescriptor Modifier and Type Method Description List<GeneralParameterDescriptor>DefaultParameterDescriptorGroup. descriptors()Returns the parameters in this group.List<GeneralParameterDescriptor>MatrixParameterDescriptors. descriptors()Returns the parameters in this group.List<GeneralParameterDescriptor>MatrixParameters. descriptors()Returns the parameters descriptors in this group.Constructors in org.geotools.parameter with parameters of type GeneralParameterDescriptor Constructor Description AbstractParameter(GeneralParameterDescriptor descriptor)Constructs a parameter value from the specified descriptor.AbstractParameterDescriptor(GeneralParameterDescriptor descriptor)Constructs a descriptor with the same values than the specified one.DefaultParameterDescriptorGroup(String name, GeneralParameterDescriptor... parameters)Constructs a parameter group from a name.DefaultParameterDescriptorGroup(Map<String,?> properties, int minimumOccurs, int maximumOccurs, GeneralParameterDescriptor... parameters)Constructs a parameter group from a set of properties.DefaultParameterDescriptorGroup(Map<String,?> properties, GeneralParameterDescriptor... parameters)Constructs a parameter group from a set of properties.DefaultParameterDescriptorGroup(Citation authority, String name, GeneralParameterDescriptor... parameters)Constructs a parameter group from a name and an authority. - 
Uses of GeneralParameterDescriptor in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type GeneralParameterDescriptor Modifier and Type Method Description protected static ParameterDescriptorGroupMathTransformProvider. createDescriptorGroup(ReferenceIdentifier[] identifiers, GeneralParameterDescriptor[] parameters)Constructs a parameter group from a set of alias. - 
Uses of GeneralParameterDescriptor in org.geotools.referencing.operation.projection
Constructor parameters in org.geotools.referencing.operation.projection with type arguments of type GeneralParameterDescriptor Constructor Description WorldVanDerGrintenI(ParameterValueGroup values, Collection<GeneralParameterDescriptor> expected) 
 -