Uses of Interface
org.opengis.metadata.distribution.DataFile
Packages that use DataFile
Package
Description
Information about the options for obtaining a resource (data or service).
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DataFile in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement DataFileMethods in org.apache.sis.metadata.iso.distribution with parameters of type DataFileModifier and TypeMethodDescriptionstatic DefaultDataFileDefaultDataFile.castOrCopy(DataFile 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 DataFileModifierConstructorDescriptionDefaultDataFile(DataFile object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of DataFile in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return DataFileModifier and TypeMethodDescriptionDefaultCoverageResult.getResultFile()Returns the information about the data file containing the result coverage data.Methods in org.apache.sis.metadata.iso.quality with parameters of type DataFileModifier and TypeMethodDescriptionvoidDefaultCoverageResult.setResultFile(DataFile newValue) Sets the information about the data file containing the result coverage data. -
Uses of DataFile in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return DataFileModifier and TypeMethodDescriptionCoverageResult.getResultFile()Provides information about the data file containing the result coverage data.