@Profile(level=CORE) @UML(identifier="MD_DigitalTransferOptions", specification=ISO_19115) public interface DigitalTransferOptions
Modifier and Type | Method and Description |
---|---|
Medium |
getOffLine()
Information about offline media on which the resource can be obtained.
|
Collection<? extends OnLineResource> |
getOnLines()
Information about online sources from which the resource can be obtained.
|
Double |
getTransferSize()
Estimated size of a unit in the specified transfer format, expressed in megabytes.
|
InternationalString |
getUnitsOfDistribution()
Tiles, layers, geographic areas, etc.
|
@UML(identifier="unitsOfDistribution", obligation=OPTIONAL, specification=ISO_19115) InternationalString getUnitsOfDistribution()
null
.@UML(identifier="transferSize", obligation=OPTIONAL, specification=ISO_19115) Double getTransferSize()
null
if the transfer size is unknown.null
.@Profile(level=CORE) @UML(identifier="onLine", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends OnLineResource> getOnLines()
@UML(identifier="offLine", obligation=OPTIONAL, specification=ISO_19115) Medium getOffLine()
null
.Copyright © 1996–2019 Geotools. All rights reserved.