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