Uses of Interface
org.opengis.parameter.ParameterValueGroup
-
Packages that use ParameterValueGroup Package Description org.opengis.parameter Description and storage of parameter values.org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of ParameterValueGroup in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterValueGroup Modifier and Type Method Description ParameterValueGroupParameterValueGroup. addGroup(java.lang.String name)Creates a new group of the specified name.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 java.util.List<ParameterValueGroup>ParameterValueGroup. groups(java.lang.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(java.lang.String method)Returns the default parameter values for a math transform using the given 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(java.util.Map<java.lang.String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs a defining conversion from a set of properties.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters. -
Uses of ParameterValueGroup in org.opengis.test
Methods in org.opengis.test with parameters of type ParameterValueGroup Modifier and Type Method Description voidValidatorContainer. validate(ParameterValueGroup object)Tests the conformance of the given object.static voidValidators. validate(ParameterValueGroup object)Tests the conformance of the given object. -
Uses of ParameterValueGroup in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ParameterValueGroup Modifier and Type Method Description voidParameterValidator. validate(ParameterValueGroup object)Validates the given coordinate system.
-