Uses of Class
org.opengis.parameter.ParameterNotFoundException
Packages that use ParameterNotFoundException
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
Conversions or transformations of multi-dimensional coordinate tuples.
Description and storage of parameter values.
-
Uses of ParameterNotFoundException in org.apache.sis.parameter
Methods in org.apache.sis.parameter that throw ParameterNotFoundExceptionModifier and TypeMethodDescriptionCreates a new subgroup of the specified name, and adds it to the list of subgroups.booleanParameters.booleanValue(ParameterDescriptor<Boolean> parameter) Returns the boolean value of the parameter identified by the given descriptor.DefaultParameterDescriptorGroup.descriptor(String name) Returns the first parameter in this group for the specified name.doubleParameters.doubleValue(ParameterDescriptor<? extends Number> parameter) Returns the floating point value of the parameter identified by the given descriptor.doubleParameters.doubleValue(ParameterDescriptor<? extends Number> parameter, Unit<?> unit) Returns the floating point value of the parameter identified by the given descriptor, converted to the given unit of measurement.double[]Parameters.doubleValueList(ParameterDescriptor<double[]> parameter) Returns the floating point values of the parameter identified by the given descriptor.<T> TParameters.getMandatoryValue(ParameterDescriptor<T> parameter) Returns the value of the parameter identified by the given descriptor, or throws an exception if none.<T> ParameterValue<T> DefaultParameterValueGroup.getOrCreate(ParameterDescriptor<T> parameter) Returns the parameter identified by the given descriptor.<T> ParameterValue<T> Parameters.getOrCreate(ParameterDescriptor<T> parameter) Returns the parameter identified by the given descriptor.Parameters.getSourceFile(ParameterDescriptor<?> parameter) Returns the URI of the GML document or WKT file from which the parameter values are read.<T> TParameters.getValue(ParameterDescriptor<T> parameter) Returns the value of the parameter identified by the given descriptor, ornullif none.Returns all subgroups with the specified name.intParameters.intValue(ParameterDescriptor<? extends Number> parameter) Returns the integer value of the parameter identified by the given descriptor.int[]Parameters.intValueList(ParameterDescriptor<int[]> parameter) Returns the integer values of the parameter identified by the given descriptor.Returns the value in this group for the specified name.Parameters.stringValue(ParameterDescriptor<? extends CharSequence> parameter) Returns the string value of the parameter identified by the given descriptor. -
Uses of ParameterNotFoundException in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that throw ParameterNotFoundExceptionModifier and TypeMethodDescriptionMathTransformProvider.createMathTransform(MathTransformProvider.Context context) Creates a math transform from a group of parameter values and its context.default MathTransformMathTransformProvider.createMathTransform(MathTransformFactory factory, ParameterValueGroup parameters) Creates a math transform from the specified group of parameter values.Returns the parameter value of the given name. -
Uses of ParameterNotFoundException in org.opengis.parameter
Methods in org.opengis.parameter that throw ParameterNotFoundExceptionModifier and TypeMethodDescriptionCreates a new group of the specified name.ParameterDescriptorGroup.descriptor(String name) Returns the parameter descriptor in this group for the specified identifier code.Returns all subgroups with the specified name.Returns the value in this group for the specified identifier code.