Uses of Interface
org.opengis.metadata.distribution.Medium
Packages that use Medium
Package
Description
Information about the options for obtaining a resource (data or service).
Distribution information.
-
Uses of Medium in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement MediumModifier and TypeClassDescriptionclassInformation about the media on which the resource can be distributed.Methods in org.apache.sis.metadata.iso.distribution that return MediumMethods in org.apache.sis.metadata.iso.distribution that return types with arguments of type MediumModifier and TypeMethodDescriptionDefaultFormat.getMedia()Returns the media used by the format.DefaultDigitalTransferOptions.getOffLines()Returns information about offline media on which the resource can be obtained.Methods in org.apache.sis.metadata.iso.distribution with parameters of type MediumModifier and TypeMethodDescriptionstatic DefaultMediumDefaultMedium.castOrCopy(Medium object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultDigitalTransferOptions.setOffLine(Medium newValue) Deprecated.As of ISO 19115:2014, replaced byDefaultDigitalTransferOptions.setOffLines(Collection).Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type MediumModifier and TypeMethodDescriptionvoidDefaultFormat.setMedia(Collection<? extends Medium> newValues) Sets the media used by the format.voidDefaultDigitalTransferOptions.setOffLines(Collection<? extends Medium> newValues) Sets information about offline media on which the resource can be obtained.Constructors in org.apache.sis.metadata.iso.distribution with parameters of type MediumModifierConstructorDescriptionDefaultMedium(Medium object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Medium in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return MediumModifier and TypeMethodDescriptionDigitalTransferOptions.getOffLine()Information about offline media on which the resource can be obtained.
DefaultDigitalTransferOptions.getOffLines().