Uses of Class
org.apache.sis.parameter.AbstractParameterDescriptor
Packages that use AbstractParameterDescriptor
Package
Description
JAXB adapters for referencing.
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of AbstractParameterDescriptor in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return AbstractParameterDescriptorModifier and TypeMethodDescriptionCC_GeneralOperationParameter.getElement()Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:parameter>XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type AbstractParameterDescriptorModifier and TypeMethodDescriptionvoidCC_GeneralOperationParameter.setElement(AbstractParameterDescriptor parameter) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractParameterDescriptor in org.apache.sis.parameter
Subclasses of AbstractParameterDescriptor in org.apache.sis.parameterModifier and TypeClassDescriptionclassThe definition of a single parameter used by an operation method.classThe definition of a group of related parameters used by an operation method.