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.referencingpackage. -
-
Uses of GeneralParameterValue in org.opengis.parameter
Subinterfaces of GeneralParameterValue in org.opengis.parameter Modifier and Type Interface Description interfaceParameterValue<T>A parameter value used by an operation method.interfaceParameterValueGroupA group of related parameter values.Methods in org.opengis.parameter that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValueGeneralParameterValue. clone()Returns a copy of this parameter value or group.GeneralParameterValueGeneralParameterDescriptor. 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 voidValidatorContainer. validate(GeneralParameterValue object)Tests the conformance of the given object.static voidValidators. 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 voidParameterValidator. dispatch(GeneralParameterValue object)Dispatches the given object to one ofvalidatemethods.
-