Uses of Class
org.opengis.metadata.distribution.MediumFormat
- 
Packages that use MediumFormat Package Description org.opengis.metadata.distribution Information concerning the distributor of, and options for obtaining, a resource. - 
- 
Uses of MediumFormat in org.opengis.metadata.distribution
Fields in org.opengis.metadata.distribution declared as MediumFormat Modifier and Type Field Description static MediumFormatMediumFormat. CPIOCoPy In / Out (UNIX file format and command).static MediumFormatMediumFormat. HIGH_SIERRAHigh Sierra file system.static MediumFormatMediumFormat. ISO_9660Information processing - volume and file structure of CD-ROM.static MediumFormatMediumFormat. ISO_9660_APPLE_HFSHierarchical File System (Macintosh).static MediumFormatMediumFormat. ISO_9660_ROCK_RIDGERock Ridge interchange protocol (UNIX).static MediumFormatMediumFormat. TARTap ARchive.static MediumFormatMediumFormat. UDFUniversal Disk Format.Methods in org.opengis.metadata.distribution that return MediumFormat Modifier and Type Method Description MediumFormat[]MediumFormat. family()Returns the list of codes of the same kind than this code list element.static MediumFormatMediumFormat. valueOf(String code)Returns the medium format that matches the given string, or returns a new one if none match it.static MediumFormat[]MediumFormat. values()Returns the list ofMediumFormats.Methods in org.opengis.metadata.distribution that return types with arguments of type MediumFormat Modifier and Type Method Description default Collection<MediumFormat>Medium. getMediumFormats()Method used to write to the medium. 
 -