@UML(identifier="MD_Distributor", specification=ISO_19115) public interface Distributor
Modifier and Type | Method and Description |
---|---|
Collection<? extends StandardOrderProcess> |
getDistributionOrderProcesses()
Provides information about how the resource may be obtained, and related instructions and fee
information.
|
ResponsibleParty |
getDistributorContact()
Party from whom the resource may be obtained.
|
Collection<? extends Format> |
getDistributorFormats()
Provides information about the format used by the distributor.
|
Collection<? extends DigitalTransferOptions> |
getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor.
|
@UML(identifier="distributorContact", obligation=MANDATORY, specification=ISO_19115) ResponsibleParty getDistributorContact()
@UML(identifier="distributionOrderProcess", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends StandardOrderProcess> getDistributionOrderProcesses()
@UML(identifier="distributorFormat", obligation=CONDITIONAL, specification=ISO_19115) Collection<? extends Format> getDistributorFormats()
@UML(identifier="distributorTransferOptions", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends DigitalTransferOptions> getDistributorTransferOptions()
Copyright © 1996–2019 Geotools. All rights reserved.