Uses of Class
org.apache.sis.internal.jaxb.metadata.replace.ServiceParameter
Packages that use ServiceParameter
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 ServiceParameter in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return ServiceParameterModifier and TypeMethodDescriptionSV_Parameter.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<srv:SV_Parameter>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type ServiceParameterModifier and TypeMethodDescriptionvoid
SV_Parameter.setElement
(ServiceParameter value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of ServiceParameter in org.apache.sis.internal.jaxb.metadata.replace
Methods in org.apache.sis.internal.jaxb.metadata.replace that return ServiceParameterModifier and TypeMethodDescriptionstatic ServiceParameter
ServiceParameter.castOrCopy
(org.opengis.parameter.ParameterDescriptor<?> parameter) Returns the given parameter as an instance ofServiceParameter
.