Uses of Interface
org.opengis.parameter.ParameterValueGroup
- 
Packages that use ParameterValueGroup Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon.org.opengis.parameter Description and storage of parameter values.org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). - 
- 
Uses of ParameterValueGroup in org.opengis.feature
Methods in org.opengis.feature with parameters of type ParameterValueGroup Modifier and Type Method Description PropertyOperation. apply(Feature feature, ParameterValueGroup parameters)Executes the operation on the specified feature with the specified parameters. - 
Uses of ParameterValueGroup in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupParameterValueGroup. addGroup(String name)Creates a new subgroup of the specified name, and adds it to the list of subgroups.ParameterValueGroupParameterValueGroup. clone()Returns a copy of this group of parameter values.ParameterValueGroupParameterDescriptorGroup. createValue()Creates a new instance of parameter value group initialized with the default values.Methods in org.opengis.parameter that return types with arguments of type ParameterValueGroup Modifier and Type Method Description List<ParameterValueGroup>ParameterValueGroup. groups(String name)Returns all subgroups with the specified name. - 
Uses of ParameterValueGroup in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupMathTransformFactory. getDefaultParameters(String method)Returns the default parameter values for a math transform using the given operation method.ParameterValueGroupSingleOperation. getParameterValues()Returns the parameter values.Methods in org.opengis.referencing.operation with parameters of type ParameterValueGroup Modifier and Type Method Description MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.ConversionCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Creates a defining conversion from a set of properties.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters. 
 -