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 interface
ParameterDescriptor<T>
The definition of a parameter used by an operation method.interface
ParameterDescriptorGroup
The 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 GeneralParameterDescriptor
ParameterDescriptorGroup. descriptor(String name)
Returns the parameter descriptor in this group for the specified identifier code.GeneralParameterDescriptor
GeneralParameterValue. 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 class
ExtendedImagingParameterDescriptors
Extension of theImagingParameterDescriptors
class 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_DESCRIPTOR
Base Parameter Descriptor -
Uses of GeneralParameterDescriptor in org.geotools.parameter
Classes in org.geotools.parameter that implement GeneralParameterDescriptor Modifier and Type Class Description class
AbstractParameterDescriptor
Abstract definition of a parameter or group of parameters used by an operation method.class
DefaultParameterDescriptor<T>
The definition of a parameter used by an operation method.class
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.class
ImagingParameterDescriptors
Wraps a JAI'sParameterListDescriptor
.class
MatrixParameterDescriptors
A parameter group for matrix elements.class
MatrixParameters
The values for a group of matrix parameters.Methods in org.geotools.parameter that return GeneralParameterDescriptor Modifier and Type Method Description GeneralParameterDescriptor
DefaultParameterDescriptorGroup. descriptor(String name)
Returns the first parameter in this group for the specified identifier code.GeneralParameterDescriptor
MatrixParameterDescriptors. descriptor(String name)
Returns the parameter in this group for the specified name.GeneralParameterDescriptor
MatrixParameters. descriptor(String name)
Returns the parameter in this group for the specified name.GeneralParameterDescriptor
AbstractParameter. 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 ParameterDescriptorGroup
MathTransformProvider. 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)
-