Uses of Class
org.apache.sis.metadata.iso.distribution.DefaultDistribution
Packages that use DefaultDistribution
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Information about the options for obtaining a resource (data or service).
-
Uses of DefaultDistribution in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultDistributionModifier and TypeMethodDescriptionMD_Distribution.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrd:MD_Distribution>XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultDistributionModifier and TypeMethodDescriptionvoidMD_Distribution.setElement(DefaultDistribution value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultDistribution in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultDistributionModifier and TypeFieldDescriptionprivate DefaultDistributionMetadataBuilder.distributionInformation about the distributor of and options for obtaining the resource.Methods in org.apache.sis.internal.storage that return DefaultDistributionModifier and TypeMethodDescriptionprivate DefaultDistributionMetadataBuilder.distribution()Creates the distribution information object if it does not already exists, then returns it. -
Uses of DefaultDistribution in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return DefaultDistributionModifier and TypeMethodDescriptionstatic DefaultDistributionDefaultDistribution.castOrCopy(org.opengis.metadata.distribution.Distribution object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.