Uses of Interface
org.opengis.parameter.GeneralParameterValue
-
Packages that use GeneralParameterValue Package Description org.opengis.parameter Description and storage of parameter values.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.referencing
package. -
-
Uses of GeneralParameterValue in org.opengis.parameter
Subinterfaces of GeneralParameterValue in org.opengis.parameter Modifier and Type Interface Description interface
ParameterValue<T>
A parameter value used by an operation method.interface
ParameterValueGroup
A group of related parameter values.Methods in org.opengis.parameter that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValue
GeneralParameterValue. clone()
Returns a copy of this parameter value or group.GeneralParameterValue
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 Modifier and Type Method Description java.util.List<GeneralParameterValue>
ParameterValueGroup. values()
Returns the values in this group. -
Uses of GeneralParameterValue in org.opengis.test
Methods in org.opengis.test with parameters of type GeneralParameterValue Modifier and Type Method Description 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 GeneralParameterValue Modifier and Type Method Description void
ParameterValidator. dispatch(GeneralParameterValue object)
Dispatches the given object to one ofvalidate
methods.
-