Uses of Class
org.apache.sis.metadata.iso.distribution.DefaultDistributor
Packages that use DefaultDistributor
Package
Description
JAXB adapters for metadata.
Information about the options for obtaining a resource (data or service).
-
Uses of DefaultDistributor in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultDistributorModifier and TypeMethodDescriptionMD_Distributor.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrd:MD_Distributor>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultDistributorModifier and TypeMethodDescriptionvoid
MD_Distributor.setElement
(DefaultDistributor value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultDistributor in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return DefaultDistributorModifier and TypeMethodDescriptionstatic DefaultDistributor
DefaultDistributor.castOrCopy
(org.opengis.metadata.distribution.Distributor object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.