Package | Description |
---|---|
org.geotools.metadata.iso.distribution |
Distribution implementation.
|
org.geotools.metadata.iso.identification |
Identification
implementation.
|
org.opengis.metadata.distribution |
Distribution information.
|
org.opengis.metadata.identification |
Identification information (includes data and
service identification).
|
Modifier and Type | Class and Description |
---|---|
class |
FormatImpl
Description of the computer language construct that specifies the representation of data objects
in a record, file, message, storage device or transmission channel.
|
Modifier and Type | Method and Description |
---|---|
Collection<Format> |
DistributionImpl.getDistributionFormats()
Provides a description of the format of the data to be distributed.
|
Collection<Format> |
DistributorImpl.getDistributorFormats()
Provides information about the format used by the distributor.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionImpl.setDistributionFormats(Collection<? extends Format> newValues)
Set a description of the format of the data to be distributed.
|
void |
DistributorImpl.setDistributorFormats(Collection<? extends Format> newValues)
Set information about the format used by the distributor.
|
Constructor and Description |
---|
FormatImpl(Format source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<Format> |
IdentificationImpl.getResourceFormat()
Provides a description of the format of the resource(s).
|
Modifier and Type | Method and Description |
---|---|
void |
IdentificationImpl.setResourceFormat(Collection<? extends Format> newValues)
Set a description of the format of the resource(s).
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Format> |
Distribution.getDistributionFormats()
Provides a description of the format of the data to be distributed.
|
Collection<? extends Format> |
Distributor.getDistributorFormats()
Provides information about the format used by the distributor.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Format> |
Identification.getResourceFormat()
Provides a description of the format of the resource(s).
|
Copyright © 1996–2021 Geotools. All rights reserved.