Package | Description |
---|---|
org.geotools.metadata.iso.distribution |
Distribution implementation.
|
org.opengis.metadata.distribution |
Distribution information.
|
Modifier and Type | Class and Description |
---|---|
class |
DigitalTransferOptionsImpl
Technical means and media by which a resource is obtained from the distributor.
|
Modifier and Type | Method and Description |
---|---|
Collection<DigitalTransferOptions> |
DistributorImpl.getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor.
|
Collection<DigitalTransferOptions> |
DistributionImpl.getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the
distributor.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributorImpl.setDistributorTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Provides information about the technical means and media used by the distributor.
|
void |
DistributionImpl.setTransferOptions(Collection<? extends DigitalTransferOptions> newValues)
Set information about technical means and media by which a resource is obtained from the
distributor.
|
Constructor and Description |
---|
DigitalTransferOptionsImpl(DigitalTransferOptions source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends DigitalTransferOptions> |
Distributor.getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor.
|
Collection<? extends DigitalTransferOptions> |
Distribution.getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the
distributor.
|
Copyright © 1996–2019 Geotools. All rights reserved.