Package | Description |
---|---|
org.geotools.metadata.iso.distribution |
Distribution implementation.
|
org.opengis.metadata.distribution |
Distribution information.
|
Modifier and Type | Method and Description |
---|---|
Collection<MediumFormat> |
MediumImpl.getMediumFormats()
Returns the method used to write to the medium.
|
Modifier and Type | Method and Description |
---|---|
void |
MediumImpl.setMediumFormats(Collection<? extends MediumFormat> newValues)
Set the method used to write to the medium.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
MediumFormat[] |
MediumFormat.family()
Returns the list of enumerations of the same kind than this enum.
|
static MediumFormat |
MediumFormat.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 of
MediumFormat s. |
Modifier and Type | Method and Description |
---|---|
Collection<MediumFormat> |
Medium.getMediumFormats()
Method used to write to the medium.
|
Copyright © 1996–2019 Geotools. All rights reserved.