Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor
-
Packages that use GeneralParameterDescriptor 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 GeneralParameterDescriptor in org.opengis.parameter
Subinterfaces of GeneralParameterDescriptor in org.opengis.parameter Modifier and Type Interface Description interfaceParameterDescriptor<T>The definition of a parameter used by an operation method.interfaceParameterDescriptorGroupThe definition of a group of related parameters used by an operation method.Methods in org.opengis.parameter that return GeneralParameterDescriptor Modifier and Type Method Description GeneralParameterDescriptorParameterDescriptorGroup. descriptor(java.lang.String name)Returns the parameter descriptor in this group for the specified identifier code.GeneralParameterDescriptorGeneralParameterValue. getDescriptor()Returns the abstract definition of this parameter or group of parameters.Methods in org.opengis.parameter that return types with arguments of type GeneralParameterDescriptor Modifier and Type Method Description java.util.List<GeneralParameterDescriptor>ParameterDescriptorGroup. descriptors()Returns the parameters in this group. -
Uses of GeneralParameterDescriptor in org.opengis.test
Methods in org.opengis.test with parameters of type GeneralParameterDescriptor Modifier and Type Method Description voidValidatorContainer. validate(GeneralParameterDescriptor object)Tests the conformance of the given object.static voidValidators. validate(GeneralParameterDescriptor object)Tests the conformance of the given object. -
Uses of GeneralParameterDescriptor in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type GeneralParameterDescriptor Modifier and Type Method Description voidParameterValidator. dispatch(GeneralParameterDescriptor object)Dispatches the given object to one ofvalidatemethods.
-