| Package | Description |
|---|---|
| org.geotools.metadata.iso.distribution |
Distribution implementation.
|
| org.opengis.metadata.distribution |
Distribution information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributorImpl
Information about the distributor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Distributor> |
DistributionImpl.getDistributors()
Provides information about the distributor.
|
Collection<Distributor> |
FormatImpl.getFormatDistributors()
Provides information about the distributors format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributionImpl.setDistributors(Collection<? extends Distributor> newValues)
Set information about the distributor.
|
void |
FormatImpl.setFormatDistributors(Collection<? extends Distributor> newValues)
Set information about the distributors format.
|
| Constructor and Description |
|---|
DistributorImpl(Distributor source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Distributor> |
Distribution.getDistributors()
Provides information about the distributor.
|
Collection<? extends Distributor> |
Format.getFormatDistributors()
Provides information about the distributor's format.
|
Copyright © 1996–2019 Geotools. All rights reserved.