|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediumName | |
---|---|
org.geotools.metadata.iso.distribution | Distribution implementation. |
org.opengis.metadata.distribution | Distribution information. |
Uses of MediumName in org.geotools.metadata.iso.distribution |
---|
Methods in org.geotools.metadata.iso.distribution that return MediumName | |
---|---|
MediumName |
MediumImpl.getName()
Returns the name of the medium on which the resource can be received. |
Methods in org.geotools.metadata.iso.distribution with parameters of type MediumName | |
---|---|
void |
MediumImpl.setName(MediumName newValue)
Set the name of the medium on which the resource can be received. |
Uses of MediumName in org.opengis.metadata.distribution |
---|
Fields in org.opengis.metadata.distribution declared as MediumName | |
---|---|
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. |
Methods in org.opengis.metadata.distribution that return MediumName | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |