|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="MD_Medium",
specification=ISO_19115)
public interface MediumInformation about the media on which the resource can be distributed.
| Method Summary | |
|---|---|
Collection<Double> |
getDensities()
Density at which the data is recorded. |
Unit |
getDensityUnits()
Units of measure for the recording density. |
Collection<MediumFormat> |
getMediumFormats()
Method used to write to the medium. |
InternationalString |
getMediumNote()
Description of other limitations or requirements for using the medium. |
MediumName |
getName()
Name of the medium on which the resource can be received. |
Integer |
getVolumes()
Number of items in the media identified. |
| Method Detail |
|---|
@UML(identifier="name",
obligation=OPTIONAL,
specification=ISO_19115)
MediumName getName()
@UML(identifier="density",
obligation=OPTIONAL,
specification=ISO_19115)
Collection<Double> getDensities()
@UML(identifier="densityUnits",
obligation=CONDITIONAL,
specification=ISO_19115)
Unit getDensityUnits()
@UML(identifier="volumes",
obligation=OPTIONAL,
specification=ISO_19115)
Integer getVolumes()
null if unknown.
@UML(identifier="mediumFormat",
obligation=OPTIONAL,
specification=ISO_19115)
Collection<MediumFormat> getMediumFormats()
@UML(identifier="mediumNote",
obligation=OPTIONAL,
specification=ISO_19115)
InternationalString getMediumNote()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||