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

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

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

Classes in org.geotools.metadata.iso.distribution that implement Distributor
 class DistributorImpl
          Information about the distributor.
 

Methods in org.geotools.metadata.iso.distribution that return types with arguments of type Distributor
 Collection<Distributor> DistributionImpl.getDistributors()
          Provides information about the distributor.
 Collection<Distributor> FormatImpl.getFormatDistributors()
          Provides information about the distributor’s format.
 

Method parameters in org.geotools.metadata.iso.distribution with type arguments of type Distributor
 void DistributionImpl.setDistributors(Collection<? extends Distributor> newValues)
          Set information about the distributor.
 void FormatImpl.setFormatDistributors(Collection<? extends Distributor> newValues)
          Set information about the distributor’s format.
 

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

Uses of Distributor in org.opengis.metadata.distribution
 

Methods in org.opengis.metadata.distribution that return types with arguments of type Distributor
 Collection<? extends Distributor> Distribution.getDistributors()
          Provides information about the distributor.
 Collection<? extends Distributor> Format.getFormatDistributors()
          Provides information about the distributor's format.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.