Uses of Class
org.opengis.metadata.distribution.MediumFormat
-
Packages that use MediumFormat Package Description org.opengis.metadata.distribution Distribution information. -
-
Uses of MediumFormat in org.opengis.metadata.distribution
Fields in org.opengis.metadata.distribution declared as MediumFormat Modifier and Type Field Description static MediumFormat
MediumFormat. CPIO
CoPy In / Out (UNIX file format and command).static MediumFormat
MediumFormat. HIGH_SIERRA
High sierra file system.static MediumFormat
MediumFormat. ISO_9660
Information processing - volume and file structure of CD-ROM.static MediumFormat
MediumFormat. ISO_9660_APPLE_HFS
Hierarchical file system (Macintosh).static MediumFormat
MediumFormat. ISO_9660_ROCK_RIDGE
Rock ridge interchange protocol (UNIX).static MediumFormat
MediumFormat. TAR
Tap ARchive.Fields in org.opengis.metadata.distribution with type parameters of type MediumFormat Modifier and Type Field Description private static java.util.List<MediumFormat>
MediumFormat. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.distribution that return MediumFormat Modifier and Type Method Description MediumFormat[]
MediumFormat. family()
Returns the list of enumerations of the same kind than this enum.static MediumFormat
MediumFormat. valueOf(java.lang.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 ofMediumFormat
s.Methods in org.opengis.metadata.distribution that return types with arguments of type MediumFormat Modifier and Type Method Description java.util.Collection<MediumFormat>
Medium. getMediumFormats()
Method used to write to the medium.
-