|
||||||||||
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.DistributorImpl
public class DistributorImpl
Information about the distributor.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DistributorImpl()
Constructs an initially empty distributor. |
|
DistributorImpl(org.opengis.metadata.distribution.Distributor source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
DistributorImpl(org.opengis.metadata.citation.ResponsibleParty distributorContact)
Creates a distributor with the specified contact. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.distribution.StandardOrderProcess> |
getDistributionOrderProcesses()
Provides information about how the resource may be obtained, and related instructions and fee information. |
org.opengis.metadata.citation.ResponsibleParty |
getDistributorContact()
Party from whom the resource may be obtained. |
java.util.Collection<org.opengis.metadata.distribution.Format> |
getDistributorFormats()
Provides information about the format used by the distributor. |
java.util.Collection<org.opengis.metadata.distribution.DigitalTransferOptions> |
getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor. |
void |
setDistributionOrderProcesses(java.util.Collection<? extends org.opengis.metadata.distribution.StandardOrderProcess> newValues)
Set information about how the resource may be obtained, and related instructions and fee information. |
void |
setDistributorContact(org.opengis.metadata.citation.ResponsibleParty newValue)
Set the party from whom the resource may be obtained. |
void |
setDistributorFormats(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
Set information about the format used by the distributor. |
void |
setDistributorTransferOptions(java.util.Collection<? extends org.opengis.metadata.distribution.DigitalTransferOptions> newValues)
Provides information about the technical means and media used by the distributor. |
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 DistributorImpl()
public DistributorImpl(org.opengis.metadata.distribution.Distributor source)
public DistributorImpl(org.opengis.metadata.citation.ResponsibleParty distributorContact)
Method Detail |
---|
public org.opengis.metadata.citation.ResponsibleParty getDistributorContact()
getDistributorContact
in interface org.opengis.metadata.distribution.Distributor
public void setDistributorContact(org.opengis.metadata.citation.ResponsibleParty newValue)
public java.util.Collection<org.opengis.metadata.distribution.StandardOrderProcess> getDistributionOrderProcesses()
getDistributionOrderProcesses
in interface org.opengis.metadata.distribution.Distributor
public void setDistributionOrderProcesses(java.util.Collection<? extends org.opengis.metadata.distribution.StandardOrderProcess> newValues)
public java.util.Collection<org.opengis.metadata.distribution.Format> getDistributorFormats()
getDistributorFormats
in interface org.opengis.metadata.distribution.Distributor
public void setDistributorFormats(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
public java.util.Collection<org.opengis.metadata.distribution.DigitalTransferOptions> getDistributorTransferOptions()
getDistributorTransferOptions
in interface org.opengis.metadata.distribution.Distributor
public void setDistributorTransferOptions(java.util.Collection<? extends org.opengis.metadata.distribution.DigitalTransferOptions> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |