|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.distribution.DistributionImpl
Information about the distributor of and options for obtaining the resource.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
DistributionImpl()
Constructs an initially empty distribution. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this Distribution with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getDistributionFormats()
Provides a description of the format of the data to be distributed. |
java.util.Collection |
getDistributors()
Provides information about the distributor. |
java.util.Collection |
getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the distributor. |
int |
hashCode()
Returns a hash code value for this series. |
void |
setDistributionFormats(java.util.Collection newValues)
Set a description of the format of the data to be distributed. |
void |
setDistributors(java.util.Collection newValues)
Set information about the distributor. |
void |
setTransferOptions(java.util.Collection newValues)
Set information about technical means and media by which a resource is obtained from 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 DistributionImpl()
Method Detail |
public java.util.Collection getDistributionFormats()
getDistributionFormats
in interface org.opengis.metadata.distribution.Distribution
public void setDistributionFormats(java.util.Collection newValues)
public java.util.Collection getDistributors()
getDistributors
in interface org.opengis.metadata.distribution.Distribution
public void setDistributors(java.util.Collection newValues)
public java.util.Collection getTransferOptions()
getTransferOptions
in interface org.opengis.metadata.distribution.Distribution
public void setTransferOptions(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public 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 |