GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.distribution
Interface Distributor


@UML(identifier="MD_Distributor",
     specification=ISO_19115)
public interface Distributor

Information about the distributor.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0

Method Summary
 Collection<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<Format> getDistributorFormats()
          Provides information about the format used by the distributor.
 Collection<DigitalTransferOptions> getDistributorTransferOptions()
          Provides information about the technical means and media used by the distributor.
 

Method Detail

getDistributorContact

@UML(identifier="distributorContact",
     obligation=MANDATORY,
     specification=ISO_19115)
ResponsibleParty getDistributorContact()
Party from whom the resource may be obtained. This list need not be exhaustive.


getDistributionOrderProcesses

@UML(identifier="distributionOrderProcess",
     obligation=OPTIONAL,
     specification=ISO_19115)
Collection<StandardOrderProcess> getDistributionOrderProcesses()
Provides information about how the resource may be obtained, and related instructions and fee information.


getDistributorFormats

@UML(identifier="distributorFormat",
     obligation=CONDITIONAL,
     specification=ISO_19115)
Collection<Format> getDistributorFormats()
Provides information about the format used by the distributor.


getDistributorTransferOptions

@UML(identifier="distributorTransferOptions",
     obligation=OPTIONAL,
     specification=ISO_19115)
Collection<DigitalTransferOptions> getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium