Uses of Interface
org.opengis.parameter.ParameterValueGroup
Package
Description
Description and storage of parameter values.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of ParameterValueGroup in org.opengis.parameter
Modifier and TypeMethodDescriptionCreates a new group of the specified name.ParameterValueGroup.clone()
Returns a copy of this group of parameter values.ParameterDescriptorGroup.createValue()
Creates a new instance of parameter value group initialized with the default values.Modifier and TypeMethodDescriptionReturns all subgroups with the specified name. -
Uses of ParameterValueGroup in org.opengis.referencing.operation
Modifier and TypeMethodDescriptionMathTransformFactory.getDefaultParameters
(String method) Returns the default parameter values for a math transform using the given method.SingleOperation.getParameterValues()
Returns the parameter values.Modifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.MathTransformFactory.createParameterizedTransform
(ParameterValueGroup parameters) Creates a transform from a group of parameters.