org.opengis.metadata.distribution
Interface Medium
-
@UML(identifier="MD_Medium", specification=ISO_19115) public interface Medium
Information about the media on which the resource can be distributed.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Collection<java.lang.Number>getDensities()Density at which the data is recorded.UnitgetDensityUnits()Units of measure for the recording density.java.util.Collection<MediumFormat>getMediumFormats()Method used to write to the medium.InternationalStringgetMediumNote()Description of other limitations or requirements for using the medium.MediumNamegetName()Name of the medium on which the resource can be received.java.lang.IntegergetVolumes()Number of items in the media identified.
-
-
-
Method Detail
-
getName
@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) MediumName getName()
Name of the medium on which the resource can be received.
-
getDensities
@UML(identifier="density", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<java.lang.Number> getDensities()
Density at which the data is recorded. The numbers should be greater than zero.
-
getDensityUnits
@UML(identifier="densityUnits", obligation=CONDITIONAL, specification=ISO_19115) Unit getDensityUnits()
Units of measure for the recording density.
-
getVolumes
@UML(identifier="volumes", obligation=OPTIONAL, specification=ISO_19115) java.lang.Integer getVolumes()
Number of items in the media identified. Returnsnullif unknown.
-
getMediumFormats
@UML(identifier="mediumFormat", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<MediumFormat> getMediumFormats()
Method used to write to the medium.
-
getMediumNote
@UML(identifier="mediumNote", obligation=OPTIONAL, specification=ISO_19115) InternationalString getMediumNote()
Description of other limitations or requirements for using the medium.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG