Uses of Interface
org.opengis.metadata.distribution.Distribution
-
Packages that use Distribution Package Description org.geotools.metadata.iso Metadata implementation.org.geotools.metadata.iso.distribution Distribution implementation.org.opengis.metadata Root package for metadata. -
-
Uses of Distribution in org.geotools.metadata.iso
Methods in org.geotools.metadata.iso that return Distribution Modifier and Type Method Description Distribution
MetaDataImpl. getDistributionInfo()
Provides information about the distributor of and options for obtaining the resource(s).Methods in org.geotools.metadata.iso with parameters of type Distribution Modifier and Type Method Description void
MetaDataImpl. setDistributionInfo(Distribution newValue)
Provides information about the distributor of and options for obtaining the resource(s). -
Uses of Distribution in org.geotools.metadata.iso.distribution
Classes in org.geotools.metadata.iso.distribution that implement Distribution Modifier and Type Class Description class
DistributionImpl
Information about the distributor of and options for obtaining the resource.Constructors in org.geotools.metadata.iso.distribution with parameters of type Distribution Constructor Description DistributionImpl(Distribution source)
Constructs a metadata entity initialized with the values from the specified metadata. -
Uses of Distribution in org.opengis.metadata
Methods in org.opengis.metadata that return Distribution Modifier and Type Method Description Distribution
MetaData. getDistributionInfo()
Provides information about the distributor of and options for obtaining the resource(s).
-