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 void
ParameterValue. setValue(boolean value)
Set the parameter value as a boolean.void
ParameterValue. setValue(double value)
Sets the parameter value as a floating point.void
ParameterValue. setValue(double[] values, Unit<?> unit)
Sets the parameter value as an array of floating point and their associated unit.void
ParameterValue. setValue(double value, Unit<?> unit)
Sets 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(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 void
BaseMathOperationJAI. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)
protected void
Operation2D. extractSources(ParameterValueGroup parameters, String[] sourceNames, GridCoverage2D[] sources)
Extracts and prepares the sources for thisOperation2D
protected void
OperationJAI. 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 void
BandMerge. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources)
Extraction of the sources from the parameter called SOURCES.protected void
Mosaic. extractSources(ParameterValueGroup parameters, Collection<GridCoverage2D> sources, String[] sourceNames)
protected void
Multiply. 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> T
Parameter. ensureValidValue(ParameterDescriptor<T> descriptor, Object value)
Ensures that the given value is valid according the specified parameter descriptor.void
FloatParameter. setValue(boolean value)
Set the parameter value as a boolean.void
FloatParameter. setValue(double value)
Set the parameter value as a floating point.void
FloatParameter. setValue(double[] values, Unit<?> unit)
Always throws an exception, since this parameter is not an array.void
FloatParameter. setValue(double value, Unit<?> unit)
Set the parameter value as a floating point and its associated unit.void
FloatParameter. setValue(int value)
Set the parameter value as an integer.void
FloatParameter. setValue(Object value)
Set the parameter value as aDouble
object.void
Parameter. setValue(boolean value)
Sets the parameter value as a boolean.void
Parameter. setValue(double value)
Sets the parameter value as a floating point.void
Parameter. setValue(double[] values, Unit<?> unit)
Set the parameter value as an array of floating point and their associated unit.void
Parameter. setValue(double value, Unit<?> unit)
Sets the parameter value as a floating point and its associated unit.void
Parameter. setValue(int value)
Sets the parameter value as an integer.void
Parameter. 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 void
AbstractIdentifiedObject. ensureNonNull(String name, Object object)
Makes sure that an argument is non-null.protected static void
AbstractIdentifiedObject. 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 void
ReferencingFactory. 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 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 InvalidParameterValueException in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that throw InvalidParameterValueException Modifier and Type Method Description protected MathTransform
AzimuthalEquidistant.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 void
AbstractMathTransform. ensureNonNull(String name, Object object)
Makes sure that an argument is non-null.
-