Uses of Interface
org.opengis.metadata.distribution.Distributor
Packages that use Distributor
Package
Description
Information about the options for obtaining a resource (data or service).
Distribution information.
-
Uses of Distributor in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement DistributorMethods in org.apache.sis.metadata.iso.distribution that return types with arguments of type DistributorModifier and TypeMethodDescriptionDefaultDistribution.getDistributors()Provides information about the distributor.DefaultFormat.getFormatDistributors()Provides information about the distributor's format.Methods in org.apache.sis.metadata.iso.distribution with parameters of type DistributorModifier and TypeMethodDescriptionstatic DefaultDistributorDefaultDistributor.castOrCopy(Distributor 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 DistributorModifier and TypeMethodDescriptionvoidDefaultDistribution.setDistributors(Collection<? extends Distributor> newValues) Sets information about the distributor.voidDefaultFormat.setFormatDistributors(Collection<? extends Distributor> newValues) Sets information about the distributor's format.Constructors in org.apache.sis.metadata.iso.distribution with parameters of type DistributorModifierConstructorDescriptionDefaultDistributor(Distributor object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Distributor in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return types with arguments of type DistributorModifier and TypeMethodDescriptionCollection<? extends Distributor> Distribution.getDistributors()Provides information about the distributor.Collection<? extends Distributor> Format.getFormatDistributors()Provides information about the distributor's format.