|
||||||||||
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.DistributionImpl
public class DistributionImpl
Information about the distributor of and options for obtaining the resource.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DistributionImpl()
Constructs an initially empty distribution. |
|
DistributionImpl(org.opengis.metadata.distribution.Distribution source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.distribution.Format> |
getDistributionFormats()
Provides a description of the format of the data to be distributed. |
java.util.Collection<org.opengis.metadata.distribution.Distributor> |
getDistributors()
Provides information about the distributor. |
java.util.Collection<org.opengis.metadata.distribution.DigitalTransferOptions> |
getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the distributor. |
void |
setDistributionFormats(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
Set a description of the format of the data to be distributed. |
void |
setDistributors(java.util.Collection<? extends org.opengis.metadata.distribution.Distributor> newValues)
Set information about the distributor. |
void |
setTransferOptions(java.util.Collection<? extends org.opengis.metadata.distribution.DigitalTransferOptions> newValues)
Set information about technical means and media by which a resource is obtained from 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 DistributionImpl()
public DistributionImpl(org.opengis.metadata.distribution.Distribution source)
Method Detail |
---|
public java.util.Collection<org.opengis.metadata.distribution.Format> getDistributionFormats()
getDistributionFormats
in interface org.opengis.metadata.distribution.Distribution
public void setDistributionFormats(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
public java.util.Collection<org.opengis.metadata.distribution.Distributor> getDistributors()
getDistributors
in interface org.opengis.metadata.distribution.Distribution
public void setDistributors(java.util.Collection<? extends org.opengis.metadata.distribution.Distributor> newValues)
public java.util.Collection<org.opengis.metadata.distribution.DigitalTransferOptions> getTransferOptions()
getTransferOptions
in interface org.opengis.metadata.distribution.Distribution
public void setTransferOptions(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 |