Uses of Class
org.apache.sis.parameter.DefaultParameterDescriptorGroup
Packages that use DefaultParameterDescriptorGroup
Package
Description
JAXB adapters for referencing.
Math transform provider
implementations.
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of DefaultParameterDescriptorGroup in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultParameterDescriptorGroupModifier and TypeMethodDescriptionCC_OperationParameterGroup.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:OperationParameter>
XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultParameterDescriptorGroupModifier and TypeMethodDescriptionvoid
CC_OperationParameterGroup.setElement
(DefaultParameterDescriptorGroup parameter) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultParameterDescriptorGroup in org.apache.sis.internal.referencing.provider
Modifier and TypeClassDescriptionprivate static final class
The parameter descriptor to be returned byDefaultOperationMethod.getParameters()
. -
Uses of DefaultParameterDescriptorGroup in org.apache.sis.parameter
Subclasses of DefaultParameterDescriptorGroup in org.apache.sis.parameterModifier and TypeClassDescription(package private) final class
Map projection parameters, with special processing for alternative ways to express the ellipsoid axis length and the standard parallels.Methods in org.apache.sis.parameter that return DefaultParameterDescriptorGroupModifier and TypeMethodDescriptionDefaultParameterDescriptorGroup.castOrCopy
(org.opengis.parameter.ParameterDescriptorGroup object) Returns a SIS group implementation with the same values than the given arbitrary implementation.