|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.distribution.FormatImpl
public 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.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
FormatImpl()
Constructs an initially empty format. |
|
FormatImpl(org.opengis.metadata.distribution.Format source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
FormatImpl(org.opengis.util.InternationalString name,
org.opengis.util.InternationalString version)
Creates a format initialized to the given name. |
Method Summary | |
---|---|
org.opengis.util.InternationalString |
getAmendmentNumber()
Returns the amendment number of the format version. |
org.opengis.util.InternationalString |
getFileDecompressionTechnique()
Returns recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied. |
java.util.Collection<org.opengis.metadata.distribution.Distributor> |
getFormatDistributors()
Provides information about the distributors format. |
org.opengis.util.InternationalString |
getName()
Returns the name of the data transfer format(s). |
org.opengis.util.InternationalString |
getSpecification()
Returns the name of a subset, profile, or product specification of the format. |
org.opengis.util.InternationalString |
getVersion()
Returne the version of the format (date, number, etc.). |
void |
setAmendmentNumber(org.opengis.util.InternationalString newValue)
Set the amendment number of the format version. |
void |
setFileDecompressionTechnique(org.opengis.util.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(java.util.Collection<? extends org.opengis.metadata.distribution.Distributor> newValues)
Set information about the distributors format. |
void |
setName(org.opengis.util.InternationalString newValue)
Set the name of the data transfer format(s). |
void |
setSpecification(org.opengis.util.InternationalString newValue)
Set the name of a subset, profile, or product specification of the format. |
void |
setVersion(org.opengis.util.InternationalString newValue)
Set the version of the format (date, number, etc.). |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormatImpl()
public FormatImpl(org.opengis.metadata.distribution.Format source)
public FormatImpl(org.opengis.util.InternationalString name, org.opengis.util.InternationalString version)
Method Detail |
---|
public org.opengis.util.InternationalString getName()
getName
in interface org.opengis.metadata.distribution.Format
public void setName(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getVersion()
getVersion
in interface org.opengis.metadata.distribution.Format
public void setVersion(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getAmendmentNumber()
getAmendmentNumber
in interface org.opengis.metadata.distribution.Format
public void setAmendmentNumber(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getSpecification()
getSpecification
in interface org.opengis.metadata.distribution.Format
public void setSpecification(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getFileDecompressionTechnique()
getFileDecompressionTechnique
in interface org.opengis.metadata.distribution.Format
public void setFileDecompressionTechnique(org.opengis.util.InternationalString newValue)
public java.util.Collection<org.opengis.metadata.distribution.Distributor> getFormatDistributors()
getFormatDistributors
in interface org.opengis.metadata.distribution.Format
public void setFormatDistributors(java.util.Collection<? extends org.opengis.metadata.distribution.Distributor> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |