|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Profile(level=CORE) @UML(identifier="MD_DigitalTransferOptions", specification=ISO_19115) public interface DigitalTransferOptions
Technical means and media by which a resource is obtained from the distributor.
Method Summary | |
---|---|
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., in which data is available. |
Method Detail |
---|
@UML(identifier="unitsOfDistribution", obligation=OPTIONAL, specification=ISO_19115) InternationalString getUnitsOfDistribution()
@UML(identifier="transferSize", obligation=OPTIONAL, specification=ISO_19115) Double getTransferSize()
null
if the transfer size is unknown.
@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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |