public class DigitalTransferOptionsImpl extends MetadataEntity implements DigitalTransferOptions
LOGGER
Constructor and Description |
---|
DigitalTransferOptionsImpl()
Constructs an initially empty digital transfer options.
|
DigitalTransferOptionsImpl(DigitalTransferOptions source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Medium |
getOffLine()
Returns information about offline media on which the resource can be obtained.
|
Collection<OnLineResource> |
getOnLines()
Returns information about online sources from which the resource can be obtained.
|
Double |
getTransferSize()
Returns an estimated size of a unit in the specified transfer format, expressed in megabytes.
|
InternationalString |
getUnitsOfDistribution()
Returne tiles, layers, geographic areas, etc., in which data is available.
|
void |
setOffLine(Medium newValue)
Set information about offline media on which the resource can be obtained.
|
void |
setOnLines(Collection<? extends OnLineResource> newValues)
Set information about online sources from which the resource can be obtained.
|
void |
setTransferSize(Double newValue)
Set an estimated size of a unit in the specified transfer format, expressed in megabytes.
|
void |
setUnitsOfDistribution(InternationalString newValue)
Set tiles, layers, geographic areas, etc., in which data is available.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public DigitalTransferOptionsImpl()
public DigitalTransferOptionsImpl(DigitalTransferOptions source)
public InternationalString getUnitsOfDistribution()
getUnitsOfDistribution
in interface DigitalTransferOptions
null
.public void setUnitsOfDistribution(InternationalString newValue)
public Double getTransferSize()
null
if the transfer size is unknown.getTransferSize
in interface DigitalTransferOptions
null
.public void setTransferSize(Double newValue)
public Collection<OnLineResource> getOnLines()
getOnLines
in interface DigitalTransferOptions
public void setOnLines(Collection<? extends OnLineResource> newValues)
public Medium getOffLine()
getOffLine
in interface DigitalTransferOptions
null
.public void setOffLine(Medium newValue)
Copyright © 1996–2019 Geotools. All rights reserved.