Uses of Interface
org.opengis.parameter.ParameterValue
Packages that use ParameterValue
Package
Description
Description and storage of parameter values.
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ParameterValue in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterValueModifier and TypeMethodDescriptionParameterValue.clone()
Returns a copy of this parameter value.ParameterDescriptor.createValue()
Creates a new instance of parameter value initialized with the default value.Returns the value in this group for the specified identifier code. -
Uses of ParameterValue in org.opengis.test
Methods in org.opengis.test with parameters of type ParameterValueModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ParameterValue<?> object) Tests the conformance of the given object.static void
Validators.validate
(ParameterValue<?> object) Tests the conformance of the given object. -
Uses of ParameterValue in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ParameterValueModifier and TypeMethodDescription<T> void
ParameterValidator.validate
(ParameterValue<T> object) Validates the given parameter value.