Uses of Interface
org.opengis.parameter.ParameterDescriptorGroup
Packages that use ParameterDescriptorGroup
Package
Description
Defines the structure and content of views of real-world phenomenon.
Description and storage of parameter values.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.Generates HTML pages that summarize the operations provided by a GeoAPI implementation.
-
Uses of ParameterDescriptorGroup in org.opengis.feature
Methods in org.opengis.feature that return ParameterDescriptorGroupModifier and TypeMethodDescriptionOperation.getParameters()
Returns a description of the input parameters. -
Uses of ParameterDescriptorGroup in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterDescriptorGroupModifier and TypeMethodDescriptionParameterValueGroup.getDescriptor()
Returns the abstract definition of this group of parameters. -
Uses of ParameterDescriptorGroup in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ParameterDescriptorGroupMethods in org.opengis.referencing.operation with parameters of type ParameterDescriptorGroupModifier and TypeMethodDescriptionCoordinateOperationFactory.createOperationMethod
(Map<String, ?> properties, ParameterDescriptorGroup parameters) Creates an operation method from a set of properties and a descriptor group. -
Uses of ParameterDescriptorGroup in org.opengis.test
Methods in org.opengis.test with parameters of type ParameterDescriptorGroupModifier and TypeMethodDescriptionfinal 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 ParameterDescriptorGroupModifier and TypeMethodDescriptionvoid
ParameterValidator.validate
(ParameterDescriptorGroup object) Validates the given descriptor. -
Uses of ParameterDescriptorGroup in org.opengis.test.report
Methods in org.opengis.test.report with parameters of type ParameterDescriptorGroupModifier and TypeMethodDescriptionvoid
OperationParametersReport.add
(IdentifiedObject operation, ParameterDescriptorGroup parameters) Adds an operation to be show on the HTML page.protected OperationParametersReport.Row
OperationParametersReport.createRow
(IdentifiedObject operation, ParameterDescriptorGroup parameters, Set<String> codeSpaces) Creates a new row for the given operation and parameters.