Uses of Interface
org.opengis.parameter.GeneralParameterValue
Packages that use GeneralParameterValue
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 GeneralParameterValue in org.opengis.parameter
Subinterfaces of GeneralParameterValue in org.opengis.parameterModifier and TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
ParameterValidator.dispatch
(GeneralParameterValue object) Dispatches the given object to one ofvalidate
methods.