Uses of Interface
org.opengis.parameter.GeneralParameterValue
Packages that use GeneralParameterValue
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
Conversions or transformations of multi-dimensional coordinate tuples.
Description and storage of parameter values.
-
Uses of GeneralParameterValue in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement GeneralParameterValueModifier and TypeClassDescriptionclassA single parameter value used by an operation method.classA group of related parameter values.classConvenience methods for fetching parameter values despite the variations in parameter names, value types and units.Methods in org.apache.sis.parameter that return types with arguments of type GeneralParameterValueModifier and TypeMethodDescriptionDefaultParameterValueGroup.values()Returns the values in this group.Methods in org.apache.sis.parameter with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionstatic GeneralParameterDescriptor[]Parameters.getDescriptors(GeneralParameterValue... parameters) Returns the descriptors of the given parameters, in the same order. -
Uses of GeneralParameterValue in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement GeneralParameterValueModifier and TypeClassDescriptionclassThe parameters that describe a sequence of normalize → non-linear kernel → denormalize transforms as a whole.Methods in org.apache.sis.referencing.operation.transform that return types with arguments of type GeneralParameterValueModifier and TypeMethodDescriptionContextualParameters.values()Returns an unmodifiable list containing all parameters in this group. -
Uses of GeneralParameterValue in org.opengis.parameter
Subinterfaces of GeneralParameterValue in org.opengis.parameterModifier and TypeInterfaceDescriptioninterfaceA parameter value used by an operation method.interfaceA group of related parameter values.Methods in org.opengis.parameter that return GeneralParameterValueModifier and TypeMethodDescriptionGeneralParameterValue.clone()Returns a copy of this parameter value or group.GeneralParameterDescriptor.createValue()Creates a new instance of parameter value or group initialized with the default value(s).Methods in org.opengis.parameter that return types with arguments of type GeneralParameterValue