|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.distribution.MediumImpl
Information about the media on which the resource can be distributed.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
MediumImpl()
Constructs an initially empty medium. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this Medium with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getDensities()
Returns the density at which the data is recorded. |
javax.units.Unit |
getDensityUnits()
Returns the units of measure for the recording density. |
java.util.Collection |
getMediumFormats()
Returns the method used to write to the medium. |
org.opengis.util.InternationalString |
getMediumNote()
Returns a description of other limitations or requirements for using the medium. |
org.opengis.metadata.distribution.MediumName |
getName()
Returns the name of the medium on which the resource can be received. |
java.lang.Integer |
getVolumes()
Returns the number of items in the media identified. |
int |
hashCode()
Returns a hash code value for this series. |
void |
setDensities(java.util.Collection newValues)
Set density at which the data is recorded. |
void |
setDensityUnits(javax.units.Unit newValue)
Set the units of measure for the recording density. |
void |
setMediumFormat(java.util.Collection newValues)
Set the method used to write to the medium. |
void |
setMediumNote(org.opengis.util.InternationalString newValue)
Set a description of other limitations or requirements for using the medium. |
void |
setName(org.opengis.metadata.distribution.MediumName newValue)
Set the name of the medium on which the resource can be received. |
void |
setVolumes(java.lang.Integer newValue)
Set the number of items in the media identified. |
java.lang.String |
toString()
Returns a string representation of this series. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MediumImpl()
Method Detail |
public org.opengis.metadata.distribution.MediumName getName()
getName
in interface org.opengis.metadata.distribution.Medium
public void setName(org.opengis.metadata.distribution.MediumName newValue)
public javax.units.Unit getDensityUnits()
getDensityUnits
in interface org.opengis.metadata.distribution.Medium
public void setDensityUnits(javax.units.Unit newValue)
public java.lang.Integer getVolumes()
getVolumes
in interface org.opengis.metadata.distribution.Medium
public void setVolumes(java.lang.Integer newValue)
public java.util.Collection getMediumFormats()
getMediumFormats
in interface org.opengis.metadata.distribution.Medium
public void setMediumFormat(java.util.Collection newValues)
public org.opengis.util.InternationalString getMediumNote()
getMediumNote
in interface org.opengis.metadata.distribution.Medium
public void setMediumNote(org.opengis.util.InternationalString newValue)
public java.util.Collection getDensities()
getDensities
in interface org.opengis.metadata.distribution.Medium
public void setDensities(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |