Uses of Class
org.geotools.api.parameter.InvalidParameterValueException
- 
Packages that use InvalidParameterValueException Package Description org.geotools.api.parameter Description and storage of parameter values.org.geotools.coverage.processing Coverage processing implementations.org.geotools.coverage.processing.operation List of coverage operations.org.geotools.parameter Parameter implementation.org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.operation.transform Basic implementations of math transforms. - 
- 
Uses of InvalidParameterValueException in org.geotools.api.parameter
Methods in org.geotools.api.parameter that throw InvalidParameterValueException Modifier and Type Method Description voidParameterValue. setValue(boolean value)Set the parameter value as a boolean.voidParameterValue. setValue(double value)Sets the parameter value as a floating point.voidParameterValue. setValue(double[] values, Unit<?> unit)Sets the parameter value as an array of floating point and their associated unit.voidParameterValue. setValue(double value, Unit<?> unit)Sets the parameter value as a floating point and its associated unit.voidParameterValue. setValue(int value)Set the parameter value as an integer.voidParameterValue. setValue(Object value)Set the parameter value as an object. - 
Uses of InvalidParameterValueException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw InvalidParameterValueException Modifier and Type Method Description protected voidBaseMathOperationJAI. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)protected voidOperation2D. extractSources(ParameterValueGroup parameters, String[] sourceNames, GridCoverage2D[] sources)Extracts and prepares the sources for thisOperation2Dprotected voidOperationJAI. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)Extraction of the sources from the parameter called SOURCES. - 
Uses of InvalidParameterValueException in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that throw InvalidParameterValueException Modifier and Type Method Description protected voidBandMerge. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources)Extraction of the sources from the parameter called SOURCES.protected voidMosaic. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)protected voidMultiply. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames) - 
Uses of InvalidParameterValueException in org.geotools.parameter
Methods in org.geotools.parameter that throw InvalidParameterValueException Modifier and Type Method Description static <T> TParameter. ensureValidValue(ParameterDescriptor<T> descriptor, Object value)Ensures that the given value is valid according the specified parameter descriptor.voidFloatParameter. setValue(boolean value)Set the parameter value as a boolean.voidFloatParameter. setValue(double value)Set the parameter value as a floating point.voidFloatParameter. setValue(double[] values, Unit<?> unit)Always throws an exception, since this parameter is not an array.voidFloatParameter. setValue(double value, Unit<?> unit)Set the parameter value as a floating point and its associated unit.voidFloatParameter. setValue(int value)Set the parameter value as an integer.voidFloatParameter. setValue(Object value)Set the parameter value as aDoubleobject.voidParameter. setValue(boolean value)Sets the parameter value as a boolean.voidParameter. setValue(double value)Sets the parameter value as a floating point.voidParameter. setValue(double[] values, Unit<?> unit)Set the parameter value as an array of floating point and their associated unit.voidParameter. setValue(double value, Unit<?> unit)Sets the parameter value as a floating point and its associated unit.voidParameter. setValue(int value)Sets the parameter value as an integer.voidParameter. setValue(Object value)Set the parameter value as an object.Constructors in org.geotools.parameter that throw InvalidParameterValueException Constructor Description Parameter(ParameterDescriptor<T> descriptor, T value)Constructs a parameter value from the specified descriptor and value. - 
Uses of InvalidParameterValueException in org.geotools.referencing
Methods in org.geotools.referencing that throw InvalidParameterValueException Modifier and Type Method Description protected static voidAbstractIdentifiedObject. ensureNonNull(String name, Object object)Makes sure that an argument is non-null.protected static voidAbstractIdentifiedObject. ensureNonNull(String name, Object[] array, int index)Makes sure an array element is non-null. - 
Uses of InvalidParameterValueException in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that throw InvalidParameterValueException Modifier and Type Method Description protected static voidReferencingFactory. ensureNonNull(String name, Object object)Makes sure that an argument is non-null. - 
Uses of InvalidParameterValueException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw InvalidParameterValueException Modifier and Type Method Description protected abstract MathTransformMathTransformProvider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected ParameterValueGroupMathTransformProvider. ensureValidValues(ParameterValueGroup values)Ensures that the given set of parameters contains only valid values. - 
Uses of InvalidParameterValueException in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that throw InvalidParameterValueException Modifier and Type Method Description protected MathTransformAzimuthalEquidistant.Provider. createMathTransform(ParameterValueGroup parameters)Create an Azimuthal Equidistant projection. - 
Uses of InvalidParameterValueException in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that throw InvalidParameterValueException Modifier and Type Method Description protected static voidAbstractMathTransform. ensureNonNull(String name, Object object)Makes sure that an argument is non-null. 
 -