Uses of Class
org.opengis.parameter.InvalidParameterNameException

Packages that use InvalidParameterNameException
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.parameter Parameter implementation. 
org.geotools.referencing.operation Coordinate operation implementation. 
 

Uses of InvalidParameterNameException in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing that throw InvalidParameterNameException
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
 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
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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.