Uses of Class
org.apache.sis.parameter.DefaultParameterValue
Packages that use DefaultParameterValue
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of DefaultParameterValue in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return DefaultParameterValueModifier and TypeMethodDescriptionDefaultParameterValue.clone()
Returns a clone of this parameter value.static <T> DefaultParameterValue<T>
DefaultParameterValue.unmodifiable
(ParameterValue<T> parameter) Returns an unmodifiable implementation of the given parameter value.