Uses of Interface
org.opengis.metadata.distribution.DigitalTransferOptions
Packages that use DigitalTransferOptions
Package
Description
Information about the options for obtaining a resource (data or service).
Distribution information.
-
Uses of DigitalTransferOptions in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement DigitalTransferOptionsModifier and TypeClassDescriptionclassTechnical means and media by which a resource is obtained from the distributor.Methods in org.apache.sis.metadata.iso.distribution that return types with arguments of type DigitalTransferOptionsModifier and TypeMethodDescriptionDefaultDistributor.getDistributorTransferOptions()Provides information about the technical means and media used by the distributor.DefaultDistribution.getTransferOptions()Provides information about technical means and media by which a resource is obtained from the distributor.Methods in org.apache.sis.metadata.iso.distribution with parameters of type DigitalTransferOptionsModifier and TypeMethodDescriptionDefaultDigitalTransferOptions.castOrCopy(DigitalTransferOptions object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type DigitalTransferOptionsModifier and TypeMethodDescriptionvoidDefaultDistributor.setDistributorTransferOptions(Collection<? extends DigitalTransferOptions> newValues) Provides information about the technical means and media used by the distributor.voidDefaultDistribution.setTransferOptions(Collection<? extends DigitalTransferOptions> newValues) Sets information about technical means and media by which a resource is obtained from the distributor.Constructors in org.apache.sis.metadata.iso.distribution with parameters of type DigitalTransferOptionsModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of DigitalTransferOptions in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type DigitalTransferOptionsModifier and TypeMethodDescriptionCollection<? extends DigitalTransferOptions> Distributor.getDistributorTransferOptions()Provides information about the technical means and media used by the distributor.Collection<? extends DigitalTransferOptions> Distribution.getTransferOptions()Provides information about technical means and media by which a resource is obtained from the distributor.