|
||||||||||
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.DigitalTransferOptionsImpl
public class DigitalTransferOptionsImpl
Technical means and media by which a resource is obtained from the distributor.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DigitalTransferOptionsImpl()
Constructs an initially empty digital transfer options. |
|
DigitalTransferOptionsImpl(org.opengis.metadata.distribution.DigitalTransferOptions source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.metadata.distribution.Medium |
getOffLine()
Returns information about offline media on which the resource can be obtained. |
java.util.Collection<org.opengis.metadata.citation.OnLineResource> |
getOnLines()
Returns information about online sources from which the resource can be obtained. |
java.lang.Double |
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. |
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<? extends org.opengis.metadata.citation.OnLineResource> newValues)
Set information about online sources from which the resource can be obtained. |
void |
setTransferSize(java.lang.Double 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. |
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 DigitalTransferOptionsImpl()
public DigitalTransferOptionsImpl(org.opengis.metadata.distribution.DigitalTransferOptions source)
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.Double getTransferSize()
null
if the transfer size is unknown.
getTransferSize
in interface org.opengis.metadata.distribution.DigitalTransferOptions
public void setTransferSize(java.lang.Double newValue)
public java.util.Collection<org.opengis.metadata.citation.OnLineResource> getOnLines()
getOnLines
in interface org.opengis.metadata.distribution.DigitalTransferOptions
public void setOnLines(java.util.Collection<? extends org.opengis.metadata.citation.OnLineResource> 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |