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, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public DistributionImpl()
public DistributionImpl(Distribution source)
public Collection<Format> getDistributionFormats()
getDistributionFormats
in interface Distribution
public void setDistributionFormats(Collection<? extends Format> newValues)
public Collection<Distributor> getDistributors()
getDistributors
in interface Distribution
public void setDistributors(Collection<? extends Distributor> newValues)
public Collection<DigitalTransferOptions> getTransferOptions()
getTransferOptions
in interface Distribution
public void setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.