Uses of Class
org.apache.sis.parameter.DefaultParameterDescriptor
-
Packages that use DefaultParameterDescriptor Package Description org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process. -
-
Uses of DefaultParameterDescriptor in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return DefaultParameterDescriptor Modifier and Type Method Description static <T> DefaultParameterDescriptor<T>
DefaultParameterDescriptor. castOrCopy(ParameterDescriptor<T> object)
Returns a SIS parameter implementation with the same values than the given arbitrary implementation.
-