Uses of Class
org.geotools.api.parameter.InvalidParameterNameException
-
Packages that use InvalidParameterNameException Package Description org.geotools.coverage.processing Coverage processing implementations.org.geotools.parameter Parameter implementation.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections. -
-
Uses of InvalidParameterNameException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw InvalidParameterNameException Modifier and Type Method Description protected Coverage
Operations. doOperation(String operationName, Coverage source, String argumentName1, Object argumentValue1)
Applies a process operation with one parameter.protected Coverage
Operations. doOperation(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2)
Applies process operation with two parameters.protected 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 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 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 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 InvalidParameterNameException Modifier and Type Method Description Matrix
MatrixParameterDescriptors. 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 InvalidParameterNameException Modifier and Type Method Description protected 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 InvalidParameterNameException Modifier and Type Method Description protected MathTransform
AzimuthalEquidistant.Provider. createMathTransform(ParameterValueGroup parameters)
Create an Azimuthal Equidistant projection.
-