Uses of Interface
org.opengis.metadata.distribution.DigitalTransferOptions

Packages that use DigitalTransferOptions
org.geotools.metadata.iso.distribution Distribution implementation. 
org.opengis.metadata.distribution Distribution information. 
 

Uses of DigitalTransferOptions in org.geotools.metadata.iso.distribution
 

Classes in org.geotools.metadata.iso.distribution that implement DigitalTransferOptions
 class DigitalTransferOptionsImpl
          Technical means and media by which a resource is obtained from the distributor.
 

Methods in org.geotools.metadata.iso.distribution that return types with arguments of type DigitalTransferOptions
 Collection<DigitalTransferOptions> DistributorImpl.getDistributorTransferOptions()
          Provides information about the technical means and media used by the distributor.
 Collection<DigitalTransferOptions> DistributionImpl.getTransferOptions()
          Provides information about technical means and media by which a resource is obtained from the distributor.
 

Method parameters in org.geotools.metadata.iso.distribution with type arguments of type DigitalTransferOptions
 void DistributorImpl.setDistributorTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
          Provides information about the technical means and media used by the distributor.
 void DistributionImpl.setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
          Set information about technical means and media by which a resource is obtained from the distributor.
 

Constructors in org.geotools.metadata.iso.distribution with parameters of type DigitalTransferOptions
DigitalTransferOptionsImpl(DigitalTransferOptions source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of DigitalTransferOptions in org.opengis.metadata.distribution
 

Methods in org.opengis.metadata.distribution that return types with arguments of type DigitalTransferOptions
 Collection<? 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.