|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
---|---|
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). |
Uses of Format in org.geotools.metadata.iso.distribution |
---|
Classes in org.geotools.metadata.iso.distribution that implement Format | |
---|---|
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. |
Methods in org.geotools.metadata.iso.distribution that return types with arguments of type Format | |
---|---|
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. |
Method parameters in org.geotools.metadata.iso.distribution with type arguments of type Format | |
---|---|
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. |
Constructors in org.geotools.metadata.iso.distribution with parameters of type Format | |
---|---|
FormatImpl(Format source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Uses of Format in org.geotools.metadata.iso.identification |
---|
Methods in org.geotools.metadata.iso.identification that return types with arguments of type Format | |
---|---|
Collection<Format> |
IdentificationImpl.getResourceFormat()
Provides a description of the format of the resource(s). |
Method parameters in org.geotools.metadata.iso.identification with type arguments of type Format | |
---|---|
void |
IdentificationImpl.setResourceFormat(Collection<? extends Format> newValues)
Set a description of the format of the resource(s). |
Uses of Format in org.opengis.metadata.distribution |
---|
Methods in org.opengis.metadata.distribution that return types with arguments of type Format | |
---|---|
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. |
Uses of Format in org.opengis.metadata.identification |
---|
Methods in org.opengis.metadata.identification that return types with arguments of type Format | |
---|---|
Collection<? extends Format> |
Identification.getResourceFormat()
Provides a description of the format of the resource(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |