Uses of Interface
org.opengis.parameter.GeneralParameterValue
Packages that use GeneralParameterValue
Package
Description
Description and storage of parameter values.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of GeneralParameterValue in org.opengis.parameter
Subinterfaces of GeneralParameterValue in org.opengis.parameterModifier and TypeInterfaceDescriptioninterface
A single parameter value used by an operation method.interface
A group of related parameter values.Methods in org.opengis.parameter that return GeneralParameterValueModifier and TypeMethodDescriptionGeneralParameterValue.clone()
Returns a copy of this parameter value or group.GeneralParameterDescriptor.createValue()
Creates a new instance of parameter value or group initialized with the default value(s).Methods in org.opengis.parameter that return types with arguments of type GeneralParameterValue -
Uses of GeneralParameterValue in org.opengis.test
Methods in org.opengis.test with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(GeneralParameterValue object) Tests the conformance of the given object.static void
Validators.validate
(GeneralParameterValue object) Tests the conformance of the given object. -
Uses of GeneralParameterValue in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionint
ParameterValidator.dispatch
(GeneralParameterValue object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).