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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic DigitalTransferOptionsImpl()
public DigitalTransferOptionsImpl(DigitalTransferOptions source)
public InternationalString getUnitsOfDistribution()
getUnitsOfDistribution in interface DigitalTransferOptionsnull.public void setUnitsOfDistribution(InternationalString newValue)
public Double getTransferSize()
null if the transfer size is unknown.getTransferSize in interface DigitalTransferOptionsnull.public void setTransferSize(Double newValue)
public Collection<OnLineResource> getOnLines()
getOnLines in interface DigitalTransferOptionspublic void setOnLines(Collection<? extends OnLineResource> newValues)
public Medium getOffLine()
getOffLine in interface DigitalTransferOptionsnull.public void setOffLine(Medium newValue)
Copyright © 1996–2019 Geotools. All rights reserved.