Uses of Class
org.geotools.api.parameter.InvalidParameterValueException
Packages that use InvalidParameterValueException
Package
Description
Description and storage of parameter values.
Coverage processing
implementations.
List of coverage operations.
Parameter implementation.
Reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of InvalidParameterValueException in org.geotools.api.parameter
Methods in org.geotools.api.parameter that throw InvalidParameterValueExceptionModifier and TypeMethodDescriptionvoid
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
Set the parameter value as an object. -
Uses of InvalidParameterValueException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionstatic <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
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
Set the parameter value as an object.Constructors in org.geotools.parameter that throw InvalidParameterValueExceptionModifierConstructorDescriptionParameter
(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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected static void
AbstractMathTransform.ensureNonNull
(String name, Object object) Makes sure that an argument is non-null.