| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.distribution.DigitalTransferOptionsImpl
DigitalTransferOptionsImpl | public class DigitalTransferOptionsImpl extends MetadataEntity implements DigitalTransferOptions(Code) | | Technical means and media by which a resource is obtained from the distributor.
version: $Id: DigitalTransferOptionsImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | DigitalTransferOptionsImpl() Constructs an initially empty digital transfer options. | public | DigitalTransferOptionsImpl(DigitalTransferOptions source) Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
public Medium | getOffLine() Returns information about offline media on which the resource can be obtained. | public synchronized Collection | getOnLines() Returns information about online sources from which the resource can be obtained. | public Double | getTransferSize() Returns an estimated size of a unit in the specified transfer format, expressed in megabytes. | public InternationalString | getUnitsOfDistribution() Returne tiles, layers, geographic areas, etc., in which data is available. | public synchronized void | setOffLine(Medium newValue) Set information about offline media on which the resource can be obtained. | public synchronized void | setOnLines(Collection newValues) Set information about online sources from which the resource can be obtained. | public synchronized void | setTransferSize(Double newValue) Set an estimated size of a unit in the specified transfer format, expressed in megabytes. | public synchronized void | setUnitsOfDistribution(InternationalString newValue) Set tiles, layers, geographic areas, etc., in which data is available. |
DigitalTransferOptionsImpl | public DigitalTransferOptionsImpl()(Code) | | Constructs an initially empty digital transfer options.
|
DigitalTransferOptionsImpl | public DigitalTransferOptionsImpl(DigitalTransferOptions source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
getOffLine | public Medium getOffLine()(Code) | | Returns information about offline media on which the resource can be obtained.
|
getOnLines | public synchronized Collection getOnLines()(Code) | | Returns information about online sources from which the resource can be obtained.
|
getTransferSize | public Double getTransferSize()(Code) | | Returns an estimated size of a unit in the specified transfer format, expressed in megabytes.
The transfer size is > 0.0.
Returns
null if the transfer size is unknown.
|
getUnitsOfDistribution | public InternationalString getUnitsOfDistribution()(Code) | | Returne tiles, layers, geographic areas, etc., in which data is available.
|
setOffLine | public synchronized void setOffLine(Medium newValue)(Code) | | Set information about offline media on which the resource can be obtained.
|
setOnLines | public synchronized void setOnLines(Collection newValues)(Code) | | Set information about online sources from which the resource can be obtained.
|
setTransferSize | public synchronized void setTransferSize(Double newValue)(Code) | | Set an estimated size of a unit in the specified transfer format, expressed in megabytes.
The transfer size is > 0.0.
|
setUnitsOfDistribution | public synchronized void setUnitsOfDistribution(InternationalString newValue)(Code) | | Set tiles, layers, geographic areas, etc., in which data is available.
|
|
|