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.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DefaultParameterValue in org.apache.sis.parameter
Subclasses of DefaultParameterValue in org.apache.sis.parameterModifier and TypeClassDescription(package private) static final class
The earth radius parameter.(package private) static final class
The inverse flattening parameter.(package private) static final class
Whether the inverse flattening parameter is definitive.(package private) static final class
The standard parallels parameter as an array ofdouble
.(package private) final class
A parameter value which cannot be modified.Methods in org.apache.sis.parameter that return DefaultParameterValueModifier and TypeMethodDescriptionDefaultParameterValue.clone()
Returns a clone of this parameter value.UnmodifiableParameterValue.clone()
Returns a modifiable copy of this parameter.static <T> DefaultParameterValue
<T> DefaultParameterValue.unmodifiable
(org.opengis.parameter.ParameterValue<T> parameter) Returns an unmodifiable implementation of the given parameter value.Methods in org.apache.sis.parameter with parameters of type DefaultParameterValueModifier and TypeMethodDescription(package private) final void
DefaultParameterDescriptor.setValueClass
(DefaultParameterValue<?> param) Invoked byDefaultParameterValue
when the descriptor is set after the value at unmarshalling time. -
Uses of DefaultParameterValue in org.apache.sis.referencing.operation.transform
Subclasses of DefaultParameterValue in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) final class
A parameter value stored inContextualParameters
before they are made unmodifiable.