Uses of Class
org.apache.sis.parameter.DefaultParameterValue
-
Packages that use DefaultParameterValue Package Description org.apache.sis.parameter 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 DefaultParameterValue Modifier and Type Method Description DefaultParameterValue<T>
DefaultParameterValue. 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.
-