|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.distribution.MediumImpl
public class MediumImpl
Information about the media on which the resource can be distributed.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
MediumImpl()
Constructs an initially empty medium. |
|
MediumImpl(org.opengis.metadata.distribution.Medium source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<java.lang.Double> |
getDensities()
Returns the density at which the data is recorded. |
javax.measure.unit.Unit |
getDensityUnits()
Returns the units of measure for the recording density. |
java.util.Collection<org.opengis.metadata.distribution.MediumFormat> |
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. |
void |
setDensities(java.util.Collection<? extends java.lang.Double> newValues)
Set density at which the data is recorded. |
void |
setDensityUnits(javax.measure.unit.Unit newValue)
Set the units of measure for the recording density. |
void |
setMediumFormats(java.util.Collection<? extends org.opengis.metadata.distribution.MediumFormat> 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. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MediumImpl()
public MediumImpl(org.opengis.metadata.distribution.Medium source)
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.measure.unit.Unit getDensityUnits()
getDensityUnits
in interface org.opengis.metadata.distribution.Medium
public void setDensityUnits(javax.measure.unit.Unit newValue)
public java.lang.Integer getVolumes()
null
if unknown.
getVolumes
in interface org.opengis.metadata.distribution.Medium
public void setVolumes(java.lang.Integer newValue)
null
if unknown.
public java.util.Collection<org.opengis.metadata.distribution.MediumFormat> getMediumFormats()
getMediumFormats
in interface org.opengis.metadata.distribution.Medium
public void setMediumFormats(java.util.Collection<? extends org.opengis.metadata.distribution.MediumFormat> 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<java.lang.Double> getDensities()
getDensities
in interface org.opengis.metadata.distribution.Medium
public void setDensities(java.util.Collection<? extends java.lang.Double> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |