Uses of Interface
org.opengis.metadata.distribution.Distribution
Packages that use Distribution
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information about the options for obtaining a resource (data or service).
Root package for metadata.
-
Uses of Distribution in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return DistributionModifier and TypeMethodDescriptionDefaultMetadata.getDistributionInfo()Returns information about the distributor of and options for obtaining the resource(s).Methods in org.apache.sis.metadata.iso with parameters of type DistributionModifier and TypeMethodDescriptionvoidDefaultMetadata.setDistributionInfo(Distribution newValue) Sets information about the distributor of and options for obtaining the resource(s). -
Uses of Distribution in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement DistributionModifier and TypeClassDescriptionclassInformation about the distributor of and options for obtaining the resource.Methods in org.apache.sis.metadata.iso.distribution with parameters of type DistributionModifier and TypeMethodDescriptionstatic DefaultDistributionDefaultDistribution.castOrCopy(Distribution object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.distribution with parameters of type DistributionModifierConstructorDescriptionDefaultDistribution(Distribution object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Distribution in org.opengis.metadata
Methods in org.opengis.metadata that return DistributionModifier and TypeMethodDescriptionMetadata.getDistributionInfo()Provides information about the distributor of and options for obtaining the resource(s).