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 TypeMethodDescriptionvoidParameterValue.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.voidSet 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 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionstatic <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.voidSet 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.voidSet 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 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected 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 InvalidParameterValueExceptionModifier and TypeMethodDescriptionprotected static voidAbstractMathTransform.ensureNonNull(String name, Object object) Makes sure that an argument is non-null.