|
|||||||||||
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.DigitalTransferOptionsImpl
Technical means and media by which a resource is obtained from the distributor.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
DigitalTransferOptionsImpl()
Constructs an initially empty digital transfer options. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this digital transfer options with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.metadata.distribution.Medium |
getOffLine()
Returns information about offline media on which the resource can be obtained. |
java.util.Collection |
getOnLines()
Returns information about online sources from which the resource can be obtained. |
java.lang.Number |
getTransferSize()
Returns an estimated size of a unit in the specified transfer format, expressed in megabytes. |
org.opengis.util.InternationalString |
getUnitsOfDistribution()
Returne tiles, layers, geographic areas, etc., in which data is available. |
int |
hashCode()
Returns a hash code value for this digital transfer options. |
void |
setOffLine(org.opengis.metadata.distribution.Medium newValue)
Set information about offline media on which the resource can be obtained. |
void |
setOnLines(java.util.Collection newValues)
Set information about online sources from which the resource can be obtained. |
void |
setTransferSize(java.lang.Number newValue)
Set an estimated size of a unit in the specified transfer format, expressed in megabytes. |
void |
setUnitsOfDistribution(org.opengis.util.InternationalString newValue)
Set tiles, layers, geographic areas, etc., in which data is available. |
java.lang.String |
toString()
Returns a string representation of this digital transfer options. |
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 DigitalTransferOptionsImpl()
Method Detail |
public org.opengis.util.InternationalString getUnitsOfDistribution()
getUnitsOfDistribution
in interface org.opengis.metadata.distribution.DigitalTransferOptions
public void setUnitsOfDistribution(org.opengis.util.InternationalString newValue)
public java.lang.Number getTransferSize()
getTransferSize
in interface org.opengis.metadata.distribution.DigitalTransferOptions
public void setTransferSize(java.lang.Number newValue)
public java.util.Collection getOnLines()
getOnLines
in interface org.opengis.metadata.distribution.DigitalTransferOptions
public void setOnLines(java.util.Collection newValues)
public org.opengis.metadata.distribution.Medium getOffLine()
getOffLine
in interface org.opengis.metadata.distribution.DigitalTransferOptions
public void setOffLine(org.opengis.metadata.distribution.Medium newValue)
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 |