|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.distribution.DistributorImpl
Information about the distributor.
| Field Summary |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
| Constructor Summary | |
DistributorImpl()
Constructs an initially empty distributor. |
|
DistributorImpl(org.opengis.metadata.citation.ResponsibleParty distributorContact)
Creates a distributor with the specified contact. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this Distributor with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
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 |
getDistributorFormats()
Provides information about the format used by the distributor. |
java.util.Collection |
getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor. |
int |
hashCode()
Returns a hash code value for this series. |
void |
setDistributionOrderProcesses(java.util.Collection 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 newValues)
Set information about the format used by the distributor. |
void |
setDistributorTransferOptions(java.util.Collection newValues)
Provides information about the technical means and media used by the distributor. |
java.lang.String |
toString()
Returns a string representation of this series. |
| Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DistributorImpl()
public DistributorImpl(org.opengis.metadata.citation.ResponsibleParty distributorContact)
| Method Detail |
public org.opengis.metadata.citation.ResponsibleParty getDistributorContact()
getDistributorContact in interface org.opengis.metadata.distribution.Distributorpublic void setDistributorContact(org.opengis.metadata.citation.ResponsibleParty newValue)
public java.util.Collection getDistributionOrderProcesses()
getDistributionOrderProcesses in interface org.opengis.metadata.distribution.Distributorpublic void setDistributionOrderProcesses(java.util.Collection newValues)
public java.util.Collection getDistributorFormats()
getDistributorFormats in interface org.opengis.metadata.distribution.Distributorpublic void setDistributorFormats(java.util.Collection newValues)
public java.util.Collection getDistributorTransferOptions()
getDistributorTransferOptions in interface org.opengis.metadata.distribution.Distributorpublic void setDistributorTransferOptions(java.util.Collection newValues)
protected void freeze()
freeze in class MetadataEntitypublic boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||