Uses of Class
org.apache.sis.parameter.UnmodifiableParameterValue
Packages that use UnmodifiableParameterValue
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of UnmodifiableParameterValue in org.apache.sis.parameter
Fields in org.apache.sis.parameter with type parameters of type UnmodifiableParameterValueModifier and TypeFieldDescriptionprivate static final WeakHashSet
<UnmodifiableParameterValue> UnmodifiableParameterValue.POOL
Pool of parameter instances created in this running JVM.Methods in org.apache.sis.parameter that return UnmodifiableParameterValueModifier and TypeMethodDescription(package private) static <T> UnmodifiableParameterValue
<T> UnmodifiableParameterValue.create
(org.opengis.parameter.ParameterValue<T> parameter) Returns an unmodifiable implementation of the given parameter value.