Uses of Interface
org.opengis.parameter.ParameterValue
-
Packages that use ParameterValue 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 ParameterValue in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterValue Modifier and Type Method Description ParameterValue<T>
ParameterValue. clone()
Returns a copy of this parameter value.ParameterValue<T>
ParameterDescriptor. createValue()
Creates a new instance of parameter value initialized with the default value.ParameterValue<?>
ParameterValueGroup. parameter(java.lang.String name)
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 ParameterValue Modifier and Type Method Description 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 ParameterValue Modifier and Type Method Description <T> void
ParameterValidator. validate(ParameterValue<T> object)
Validates the given parameter value.
-