Uses of Interface
org.opengis.parameter.ParameterValueGroup
Packages that use ParameterValueGroup
Package
Description
Defines the structure and content of views of real-world phenomenon.
Description and storage of parameter values.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of ParameterValueGroup in org.opengis.feature
Methods in org.opengis.feature with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionOperation.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 ParameterValueGroupModifier and TypeMethodDescriptionCreates a new subgroup of the specified name, and adds it to the list of subgroups.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.Methods in org.opengis.parameter that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptionReturns all subgroups with the specified name. -
Uses of ParameterValueGroup in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return types with arguments of type ParameterValueGroupModifier and TypeMethodDescriptiondefault Optional<ParameterValueGroup> ParametricDatum.getDatumDefiningParameter()Parameters used to define the parametric datum. -
Uses of ParameterValueGroup in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ParameterValueGroupModifier and TypeMethodDescriptionMathTransformFactory.getDefaultParameters(String method) Returns the default parameter values for a math transform using the given operation method.SingleOperation.getParameterValues()Returns the parameter values used by this single operation.Methods in org.opengis.referencing.operation with parameters of type ParameterValueGroupModifier 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) Creates a defining conversion from a set of properties.MathTransformFactory.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 ParameterValueGroupModifier and TypeMethodDescriptionfinal 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
Fields in org.opengis.test.referencing declared as ParameterValueGroupModifier and TypeFieldDescriptionprotected ParameterValueGroupParameterizedTransformTest.parametersThe parameters of the math transform being tested.Methods in org.opengis.test.referencing that return ParameterValueGroupModifier and TypeMethodDescriptionprotected ParameterValueGroupPseudoEpsgFactory.createParameters(int code) Returns the parameters to use for creating the coordinate operation identified by the given EPSG code.Methods in org.opengis.test.referencing with parameters of type ParameterValueGroupModifier and TypeMethodDescriptionvoidParameterValidator.validate(ParameterValueGroup object) Validates the given coordinate system.protected voidReferencingTestCase.verifyParameter(ParameterValueGroup group, String name, double value, javax.measure.Unit<?> unit) Compares an operation parameter against the expected value.