public class DistributionImpl extends MetadataEntity implements Distribution
LOGGER| Constructor and Description |
|---|
DistributionImpl()
Constructs an initially empty distribution.
|
DistributionImpl(Distribution source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Format> |
getDistributionFormats()
Provides a description of the format of the data to be distributed.
|
Collection<Distributor> |
getDistributors()
Provides information about the distributor.
|
Collection<DigitalTransferOptions> |
getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the
distributor.
|
void |
setDistributionFormats(Collection<? extends Format> newValues)
Set a description of the format of the data to be distributed.
|
void |
setDistributors(Collection<? extends Distributor> newValues)
Set information about the distributor.
|
void |
setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Set information about technical means and media by which a resource is obtained from the
distributor.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic DistributionImpl()
public DistributionImpl(Distribution source)
public Collection<Format> getDistributionFormats()
getDistributionFormats in interface Distributionpublic void setDistributionFormats(Collection<? extends Format> newValues)
public Collection<Distributor> getDistributors()
getDistributors in interface Distributionpublic void setDistributors(Collection<? extends Distributor> newValues)
public Collection<DigitalTransferOptions> getTransferOptions()
getTransferOptions in interface Distributionpublic void setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.