Uses of Class
org.apache.sis.internal.jaxb.metadata.replace.QualityParameter
Packages that use QualityParameter
Package
Description
JAXB adapters for metadata.
Classes that are normally omitted from public API because they duplicate existing classes,
but still temporarily used at XML (un)marshalling time for standards compliance.
-
Uses of QualityParameter in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return QualityParameterModifier and TypeMethodDescriptionDQM_Parameter.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<dqm:DQ_Parameter>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type QualityParameterModifier and TypeMethodDescriptionvoid
DQM_Parameter.setElement
(QualityParameter value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of QualityParameter in org.apache.sis.internal.jaxb.metadata.replace
Methods in org.apache.sis.internal.jaxb.metadata.replace that return QualityParameterModifier and TypeMethodDescriptionstatic QualityParameter
QualityParameter.castOrCopy
(org.opengis.parameter.ParameterDescriptor<?> parameter) Returns the given parameter as an instance ofQualityParameter
.