Uses of Interface
org.opengis.parameter.ParameterDescriptorGroup
-
Packages that use ParameterDescriptorGroup Package Description org.opengis.parameter Description and storage of parameter values.org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).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 ParameterDescriptorGroup in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterDescriptorGroup Modifier and Type Method Description ParameterDescriptorGroup
ParameterValueGroup. getDescriptor()
The abstract definition of this group of parameters. -
Uses of ParameterDescriptorGroup in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ParameterDescriptorGroup Modifier and Type Method Description ParameterDescriptorGroup
OperationMethod. getParameters()
The set of parameters. -
Uses of ParameterDescriptorGroup in org.opengis.test
Methods in org.opengis.test with parameters of type ParameterDescriptorGroup Modifier and Type Method Description void
ValidatorContainer. validate(ParameterDescriptorGroup object)
Tests the conformance of the given object.static void
Validators. validate(ParameterDescriptorGroup object)
Tests the conformance of the given object. -
Uses of ParameterDescriptorGroup in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ParameterDescriptorGroup Modifier and Type Method Description void
ParameterValidator. validate(ParameterDescriptorGroup object)
Validates the given descriptor.
-