Package | Description |
---|---|
org.geotools.metadata.iso.distribution |
Distribution implementation.
|
org.opengis.metadata.distribution |
Distribution information.
|
Modifier and Type | Method and Description |
---|---|
MediumName |
MediumImpl.getName()
Returns the name of the medium on which the resource can be received.
|
Modifier and Type | Method and Description |
---|---|
void |
MediumImpl.setName(MediumName newValue)
Set the name of the medium on which the resource can be received.
|
Modifier and Type | Field and Description |
---|---|
static MediumName |
MediumName.CARTRIDGE_3480
3480 cartridge tape drive.
|
static MediumName |
MediumName.CARTRIDGE_3490
3490 cartridge tape drive.
|
static MediumName |
MediumName.CARTRIDGE_3580
3580 cartridge tape drive.
|
static MediumName |
MediumName.CARTRIDGE_TAPE_1_QUARTER_INCH
¼ inch magnetic tape.
|
static MediumName |
MediumName.CARTRIDGE_TAPE_4mm
4 millimetre magnetic tape.
|
static MediumName |
MediumName.CARTRIDGE_TAPE_8mm
8 millimetre magnetic tape.
|
static MediumName |
MediumName.CD_ROM
Read-only optical disk.
|
static MediumName |
MediumName.DIGITAL_LINEAR_TAPE
Half inch cartridge streaming tape drive.
|
static MediumName |
MediumName.DVD
Digital versatile disk.
|
static MediumName |
MediumName.DVD_ROM
Digital versatile disk digital versatile disk, read only.
|
static MediumName |
MediumName.FLOPPY_3_HALF_INCH
3½ inch magnetic disk.
|
static MediumName |
MediumName.FLOPPY_5_QUARTER_INCH
5¼ inch magnetic disk.
|
static MediumName |
MediumName.HARD_COPY
Pamphlet or leaflet giving descriptive information.
|
static MediumName |
MediumName.ON_LINE
Direct computer linkage.
|
static MediumName |
MediumName.SATELLITE
Linkage through a satellite communication system.
|
static MediumName |
MediumName.TAPE_7_TRACK
7 track magnetic tape.
|
static MediumName |
MediumName.TAPE_9_TRACK
9 track magnetic tape.
|
static MediumName |
MediumName.TELEPHONE_LINK
Communication through a telephone network.
|
Modifier and Type | Method and Description |
---|---|
MediumName[] |
MediumName.family()
Returns the list of enumerations of the same kind than this enum.
|
MediumName |
Medium.getName()
Name of the medium on which the resource can be received.
|
static MediumName |
MediumName.valueOf(String code)
Returns the medium name that matches the given string, or returns a new one if none match it.
|
static MediumName[] |
MediumName.values()
Returns the list of
MediumName s. |
Copyright © 1996–2019 Geotools. All rights reserved.