Uses of Class
org.geotools.api.parameter.InvalidParameterNameException
Packages that use InvalidParameterNameException
Package
Description
Coverage processing
implementations.
Parameter implementation.
Coordinate operation implementation.
Basic implementations of map projections.
-
Uses of InvalidParameterNameException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw InvalidParameterNameExceptionModifier and TypeMethodDescriptionprotected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1) Applies a process operation with one parameter.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2) Applies process operation with two parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3) Applies a process operation with three parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3, String argumentName4, Object argumentValue4) Applies a process operation with four parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3, String argumentName4, Object argumentValue4, String argumentName5, Object argumentValue5) Applies a process operation with five parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2, String argumentName3, Object argumentValue3, String argumentName4, Object argumentValue4, String argumentName5, Object argumentValue5, String argumentName6, Object argumentValue6) Applies a process operation with six parameters. -
Uses of InvalidParameterNameException in org.geotools.parameter
Methods in org.geotools.parameter that throw InvalidParameterNameExceptionModifier and TypeMethodDescriptionMatrixParameterDescriptors.getMatrix
(ParameterValueGroup parameters) Constructs a matrix from a group of parameters. -
Uses of InvalidParameterNameException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw InvalidParameterNameExceptionModifier and TypeMethodDescriptionprotected abstract MathTransform
MathTransformProvider.createMathTransform
(ParameterValueGroup values) Creates a math transform from the specified group of parameter values.protected ParameterValueGroup
MathTransformProvider.ensureValidValues
(ParameterValueGroup values) Ensures that the given set of parameters contains only valid values. -
Uses of InvalidParameterNameException in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that throw InvalidParameterNameExceptionModifier and TypeMethodDescriptionprotected MathTransform
AzimuthalEquidistant.Provider.createMathTransform
(ParameterValueGroup parameters) Create an Azimuthal Equidistant projection.