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.referencingpackage. -
-
Uses of ParameterDescriptorGroup in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterDescriptorGroup Modifier and Type Method Description ParameterDescriptorGroupParameterValueGroup. 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 ParameterDescriptorGroupOperationMethod. 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 voidValidatorContainer. validate(ParameterDescriptorGroup object)Tests the conformance of the given object.static voidValidators. 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 voidParameterValidator. validate(ParameterDescriptorGroup object)Validates the given descriptor.
-