public class FormatImpl extends MetadataEntity implements Format
LOGGER| Constructor and Description |
|---|
FormatImpl()
Constructs an initially empty format.
|
FormatImpl(Format source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
FormatImpl(InternationalString name,
InternationalString version)
Creates a format initialized to the given name.
|
| Modifier and Type | Method and Description |
|---|---|
InternationalString |
getAmendmentNumber()
Returns the amendment number of the format version.
|
InternationalString |
getFileDecompressionTechnique()
Returns recommendations of algorithms or processes that can be applied to read or expand
resources to which compression techniques have been applied.
|
Collection<Distributor> |
getFormatDistributors()
Provides information about the distributors format.
|
InternationalString |
getName()
Returns the name of the data transfer format(s).
|
InternationalString |
getSpecification()
Returns the name of a subset, profile, or product specification of the format.
|
InternationalString |
getVersion()
Returne the version of the format (date, number, etc.).
|
void |
setAmendmentNumber(InternationalString newValue)
Set the amendment number of the format version.
|
void |
setFileDecompressionTechnique(InternationalString newValue)
Set recommendations of algorithms or processes that can be applied to read or expand
resources to which compression techniques have been applied.
|
void |
setFormatDistributors(Collection<? extends Distributor> newValues)
Set information about the distributors format.
|
void |
setName(InternationalString newValue)
Set the name of the data transfer format(s).
|
void |
setSpecification(InternationalString newValue)
Set the name of a subset, profile, or product specification of the format.
|
void |
setVersion(InternationalString newValue)
Set the version of the format (date, number, etc.).
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic FormatImpl()
public FormatImpl(Format source)
public FormatImpl(InternationalString name, InternationalString version)
public InternationalString getName()
public void setName(InternationalString newValue)
public InternationalString getVersion()
getVersion in interface Formatpublic void setVersion(InternationalString newValue)
public InternationalString getAmendmentNumber()
getAmendmentNumber in interface Formatnull.public void setAmendmentNumber(InternationalString newValue)
public InternationalString getSpecification()
getSpecification in interface Formatnull.public void setSpecification(InternationalString newValue)
public InternationalString getFileDecompressionTechnique()
getFileDecompressionTechnique in interface Formatnull.public void setFileDecompressionTechnique(InternationalString newValue)
public Collection<Distributor> getFormatDistributors()
getFormatDistributors in interface Formatpublic void setFormatDistributors(Collection<? extends Distributor> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.