Uses of Interface
org.opengis.metadata.distribution.Format
-
Packages that use Format Package Description org.opengis.metadata.distribution Distribution information.org.opengis.metadata.identification Identification information (includes data and service identification).org.opengis.metadata.quality -
-
Uses of Format in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return Format Modifier and Type Method Description Format
DataFile. getFileFormat()
Defines the format of the transfer data file.Methods in org.opengis.metadata.distribution that return types with arguments of type Format Modifier and Type Method Description java.util.Collection<? extends Format>
Distribution. getDistributionFormats()
Provides a description of the format of the data to be distributed.java.util.Collection<? extends Format>
Distributor. getDistributorFormats()
Provides information about the format used by the distributor. -
Uses of Format in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type Format Modifier and Type Method Description java.util.Collection<? extends Format>
Identification. getResourceFormats()
Provides a description of the format of the resource(s). -
Uses of Format in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return Format Modifier and Type Method Description Format
CoverageResult. getResultFormat()
Provides information about the format of the result coverage data.
-