Uses of Class
org.opengis.parameter.InvalidParameterValueException

Packages that use InvalidParameterValueException
org.opengis.coverage.processing   
org.opengis.parameter Description and storage of parameter values
 

Uses of InvalidParameterValueException in org.opengis.coverage.processing
 

Methods in org.opengis.coverage.processing that throw InvalidParameterValueException
 GridCoverage GridCoverageProcessor.doOperation(String operationName, GeneralParameterValue[] parameters)
          Deprecated. 
 

Uses of InvalidParameterValueException in org.opengis.parameter
 

Methods in org.opengis.parameter that throw InvalidParameterValueException
 void ParameterValue.setValue(boolean value)
          Set the parameter value as a boolean.
 void ParameterValue.setValue(double value)
          Set the parameter value as a floating point.
 void ParameterValue.setValue(double[] values, Unit unit)
          Set the parameter value as an array of floating point and their associated unit.
 void ParameterValue.setValue(double value, Unit unit)
          Set the parameter value as a floating point and its associated unit.
 void ParameterValue.setValue(int value)
          Set the parameter value as an integer.
 void ParameterValue.setValue(T value)
          Set the parameter value as an object.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.