Uses of Interface
org.opengis.parameter.ParameterValue
Packages that use ParameterValue
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 ParameterValue in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement ParameterValueModifier and TypeClassDescriptionclassA single parameter value used by an operation method.Methods in org.apache.sis.parameter that return ParameterValueModifier and TypeMethodDescriptionstatic <T> ParameterValue<T> Parameters.cast(ParameterValue<?> parameter, Class<T> valueClass) Casts the given parameter value to the given type.DefaultParameterDescriptor.createValue()Creates a new parameter value instance initialized with the default value.<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.Returns the value in this group for the specified name.Methods in org.apache.sis.parameter with parameters of type ParameterValueModifier and TypeMethodDescriptionstatic <T> ParameterValue<T> Parameters.cast(ParameterValue<?> parameter, Class<T> valueClass) Casts the given parameter value to the given type.static <T> DefaultParameterValue<T> DefaultParameterValue.unmodifiable(ParameterValue<T> parameter) Returns an unmodifiable implementation of the given parameter value.Constructors in org.apache.sis.parameter with parameters of type ParameterValueModifierConstructorDescriptionDefaultParameterValue(ParameterValue<T> parameter) Creates a new instance initialized with the values from the specified parameter object. -
Uses of ParameterValue in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return ParameterValueModifier and TypeMethodDescriptionReturns the parameter value of the given name. -
Uses of ParameterValue in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterValueModifier and TypeMethodDescriptionParameterValue.clone()Returns a copy of this parameter value.ParameterDescriptor.createValue()Creates a new instance of parameter value initialized with the default value.Returns the value in this group for the specified identifier code.