Uses of Interface
org.geotools.api.parameter.GeneralParameterDescriptor
Packages that use GeneralParameterDescriptor
Package
Description
Description and storage of parameter values.
Coverage processing
implementations.
Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.
Parameter implementation.
Coordinate operation implementation.
Basic implementations of map projections.
-
Uses of GeneralParameterDescriptor in org.geotools.api.parameter
Subinterfaces of GeneralParameterDescriptor in org.geotools.api.parameterModifier and TypeInterfaceDescriptioninterface
The definition of a parameter used by an operation method.interface
The definition of a group of related parameters used by an operation method.Methods in org.geotools.api.parameter that return GeneralParameterDescriptorModifier and TypeMethodDescriptionParameterDescriptorGroup.descriptor
(String name) Returns the parameter descriptor in this group for the specified identifier code.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 GeneralParameterDescriptorModifier and TypeMethodDescriptionParameterDescriptorGroup.descriptors()
Returns the parameters in this group. -
Uses of GeneralParameterDescriptor in org.geotools.coverage.processing
Classes in org.geotools.coverage.processing that implement GeneralParameterDescriptorModifier and TypeClassDescriptionclass
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 GeneralParameterDescriptorModifier and TypeFieldDescriptionprotected static final GeneralParameterDescriptor[]
BaseGDALGridFormat.PARAM_DESCRIPTOR
Base Parameter Descriptor -
Uses of GeneralParameterDescriptor in org.geotools.parameter
Classes in org.geotools.parameter that implement GeneralParameterDescriptorModifier and TypeClassDescriptionclass
Abstract definition of a parameter or group of parameters used by an operation method.class
The definition of a parameter used by an operation method.class
The definition of a group of related parameters used by an operation method.class
Wraps a JAI'sParameterListDescriptor
.class
A parameter group for matrix elements.class
The values for a group of matrix parameters.Methods in org.geotools.parameter that return GeneralParameterDescriptorModifier and TypeMethodDescriptionDefaultParameterDescriptorGroup.descriptor
(String name) Returns the first parameter in this group for the specified identifier code.MatrixParameterDescriptors.descriptor
(String name) Returns the parameter in this group for the specified name.MatrixParameters.descriptor
(String name) Returns the parameter in this group for the specified name.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 GeneralParameterDescriptorModifier and TypeMethodDescriptionDefaultParameterDescriptorGroup.descriptors()
Returns the parameters in this group.final List<GeneralParameterDescriptor>
MatrixParameterDescriptors.descriptors()
Returns the parameters in this group.MatrixParameters.descriptors()
Returns the parameters descriptors in this group.Constructors in org.geotools.parameter with parameters of type GeneralParameterDescriptorModifierConstructorDescriptionprotected
AbstractParameter
(GeneralParameterDescriptor descriptor) Constructs a parameter value from the specified descriptor.protected
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 GeneralParameterDescriptorModifier and TypeMethodDescriptionprotected 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 GeneralParameterDescriptorModifierConstructorDescriptionWorldVanDerGrintenI
(ParameterValueGroup values, Collection<GeneralParameterDescriptor> expected)