|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidParameterValueException | |
---|---|
org.geotools.coverage.processing | Coverage processing implementations. |
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.transform | Basic implementations of math transforms. |
org.opengis.parameter | Description and storage of parameter values. |
Uses of InvalidParameterValueException in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that throw InvalidParameterValueException | |
---|---|
protected ViewType |
Operation2D.extractSources(ParameterValueGroup parameters,
String[] sourceNames,
GridCoverage2D[] sources)
Extracts and prepares the sources for this Operation2D , taking into account the
need for going to the geophysics view of the data in case this operation requires so. |
Uses of InvalidParameterValueException in org.geotools.parameter |
---|
Methods in org.geotools.parameter that throw InvalidParameterValueException | ||
---|---|---|
static
|
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 |
Parameter.setValue(boolean value)
Sets the parameter value as a boolean. |
|
void |
FloatParameter.setValue(double value)
Set the parameter value as a floating point. |
|
void |
Parameter.setValue(double value)
Sets 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 |
Parameter.setValue(double[] values,
Unit<?> unit)
Set the parameter value as an array of floating point and their associated unit. |
|
void |
FloatParameter.setValue(double value,
Unit<?> unit)
Set the parameter value as a floating point and its associated unit. |
|
void |
Parameter.setValue(double value,
Unit<?> unit)
Sets the parameter value as a floating point and its associated unit. |
|
void |
FloatParameter.setValue(int value)
Set the parameter value as an integer. |
|
void |
Parameter.setValue(int value)
Sets the parameter value as an integer. |
|
void |
FloatParameter.setValue(Object value)
Set the parameter value as a Double object. |
|
void |
Parameter.setValue(Object value)
Set the parameter value as an object. |
Constructors in org.geotools.parameter that throw InvalidParameterValueException | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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.transform |
---|
Methods in org.geotools.referencing.operation.transform that throw InvalidParameterValueException | |
---|---|
protected static void |
AbstractMathTransform.ensureNonNull(String name,
Object object)
Makes sure that an argument is non-null. |
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)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |