Uses of Class
org.opengis.metadata.distribution.MediumFormat
Package
Description
Information concerning the distributor of, and options for obtaining, a resource.
-
Uses of MediumFormat in org.opengis.metadata.distribution
Modifier and TypeFieldDescriptionstatic final MediumFormat
MediumFormat.CPIO
CoPy In / Out (UNIX file format and command).static final MediumFormat
MediumFormat.HIGH_SIERRA
High Sierra file system.static final MediumFormat
MediumFormat.ISO_9660
Information processing - volume and file structure of CD-ROM.static final MediumFormat
MediumFormat.ISO_9660_APPLE_HFS
Hierarchical File System (Macintosh).static final MediumFormat
MediumFormat.ISO_9660_ROCK_RIDGE
Rock Ridge interchange protocol (UNIX).static final MediumFormat
MediumFormat.TAR
Tap ARchive.static final MediumFormat
MediumFormat.UDF
Universal Disk Format.Modifier and TypeMethodDescriptionMediumFormat.family()
Returns the list of codes of the same kind as this code list element.static MediumFormat
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 ofMediumFormat
s.Modifier and TypeMethodDescriptiondefault Collection
<MediumFormat> Medium.getMediumFormats()
Method used to write to the medium.