|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.MetaDataImpl
Root entity which defines metadata about a resource or resources.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
MetaDataImpl()
Creates an initially empty metadata. |
|
MetaDataImpl(org.opengis.metadata.citation.ResponsibleParty contact,
java.util.Date dateStamp,
org.opengis.metadata.identification.Identification identificationInfo)
Creates a meta data initialised to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this MetaData with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getApplicationSchemaInfo()
Provides information about the conceptual schema of a dataset. |
java.nio.charset.Charset |
getCharacterSet()
Returns the full name of the character coding standard used for the metadata set. |
org.opengis.metadata.citation.ResponsibleParty |
getContact()
Returns the party responsible for the metadata information. |
java.util.Collection |
getContentInfo()
Provides information about the feature catalogue and describes the coverage and image data characteristics. |
java.util.Collection |
getDataQualityInfo()
Provides overall assessment of quality of a resource(s). |
java.util.Date |
getDateStamp()
Returns the date that the metadata was created. |
org.opengis.metadata.distribution.Distribution |
getDistributionInfo()
Provides information about the distributor of and options for obtaining the resource(s). |
java.lang.String |
getFileIdentifier()
Returns the unique identifier for this metadata file, or if none. |
java.util.Collection |
getHierarchyLevelNames()
Returns the name of the hierarchy levels for which the metadata is provided. |
java.util.Collection |
getHierarchyLevels()
Returns the scope to which the metadata applies. |
java.util.Collection |
getIdentificationInfo()
Returns basic information about the resource(s) to which the metadata applies. |
java.util.Locale |
getLanguage()
Returns the language used for documenting metadata. |
java.util.Collection |
getMetadataConstraints()
Provides restrictions on the access and use of data. |
java.util.Collection |
getMetadataExtensionInfo()
Returns information describing metadata extensions. |
org.opengis.metadata.maintenance.MaintenanceInformation |
getMetadataMaintenance()
Provides information about the frequency of metadata updates, and the scope of those updates. |
java.lang.String |
getMetadataStandardName()
Returns the name of the metadata standard (including profile name) used. |
java.lang.String |
getMetadataStandardVersion()
Returns the version (profile) of the metadata standard used. |
java.lang.String |
getParentIdentifier()
Returns the file identifier of the metadata to which this metadata is a subset (child). |
java.util.Collection |
getPortrayalCatalogueInfo()
Provides information about the catalogue of rules defined for the portrayal of a resource(s). |
java.util.Collection |
getReferenceSystemInfo()
Returns the description of the spatial and temporal reference systems used in the dataset. |
java.util.Collection |
getSpatialRepresentationInfo()
Returns the digital representation of spatial information in the dataset. |
int |
hashCode()
Returns a hash code value for this address. |
void |
setApplicationSchemaInfo(java.util.Collection newValues)
Provides information about the conceptual schema of a dataset. |
void |
setCharacterSet(java.lang.String newValue)
Set the full name of the character coding standard used for the metadata set. |
void |
setContact(org.opengis.metadata.citation.ResponsibleParty newValue)
Set the party responsible for the metadata information. |
void |
setContentInfo(java.util.Collection newValues)
Set information about the feature catalogue and describes the coverage and image data characteristics. |
void |
setDataQualityInfo(java.util.Collection newValues)
Set overall assessment of quality of a resource(s). |
void |
setDateStamp(java.util.Date newValue)
Set the date that the metadata was created. |
void |
setDistributionInfo(org.opengis.metadata.distribution.Distribution newValue)
Provides information about the distributor of and options for obtaining the resource(s). |
void |
setFileIdentifier(java.lang.String newValue)
Set the unique identifier for this metadata file, or if none. |
void |
setHierarchyLevelNames(java.util.Collection newValues)
Set the name of the hierarchy levels for which the metadata is provided. |
void |
setHierarchyLevels(java.util.Collection newValues)
Set the scope to which the metadata applies. |
void |
setIdentificationInfo(java.util.Collection newValues)
Set basic information about the resource(s) to which the metadata applies. |
void |
setLanguage(java.util.Locale newValue)
Set the language used for documenting metadata. |
void |
setMetadataConstraints(java.util.Collection newValues)
Set restrictions on the access and use of data. |
void |
setMetadataExtensionInfo(java.util.Collection newValues)
Set information describing metadata extensions. |
void |
setMetadataMaintenance(org.opengis.metadata.maintenance.MaintenanceInformation newValue)
Set information about the frequency of metadata updates, and the scope of those updates. |
void |
setMetadataStandardName(java.lang.String newValue)
Name of the metadata standard (including profile name) used. |
void |
setMetadataStandardVersion(java.lang.String newValue)
Set the version (profile) of the metadata standard used. |
void |
setParentIdentifier(java.lang.String newValue)
Set the file identifier of the metadata to which this metadata is a subset (child). |
void |
setPortrayalCatalogueInfo(java.util.Collection newValues)
Set information about the catalogue of rules defined for the portrayal of a resource(s). |
void |
setReferenceSystemInfo(java.util.Collection newValues)
Set the description of the spatial and temporal reference systems used in the dataset. |
void |
setSpatialRepresentationInfo(java.util.Collection newValues)
Set the digital representation of spatial information in the dataset. |
java.lang.String |
toString()
Returns a string representation of this metadata. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MetaDataImpl()
public MetaDataImpl(org.opengis.metadata.citation.ResponsibleParty contact, java.util.Date dateStamp, org.opengis.metadata.identification.Identification identificationInfo)
contact
- Party responsible for the metadata information.dateStamp
- Date that the metadata was created.identificationInfo
- Basic information about the resource
to which the metadata applies.Method Detail |
public java.lang.String getFileIdentifier()
getFileIdentifier
in interface org.opengis.metadata.MetaData
public void setFileIdentifier(java.lang.String newValue)
public java.util.Locale getLanguage()
getLanguage
in interface org.opengis.metadata.MetaData
public void setLanguage(java.util.Locale newValue)
public java.nio.charset.Charset getCharacterSet()
getCharacterSet
in interface org.opengis.metadata.MetaData
public void setCharacterSet(java.lang.String newValue)
public java.lang.String getParentIdentifier()
getParentIdentifier
in interface org.opengis.metadata.MetaData
public void setParentIdentifier(java.lang.String newValue)
public java.util.Collection getHierarchyLevels()
getHierarchyLevels
in interface org.opengis.metadata.MetaData
public void setHierarchyLevels(java.util.Collection newValues)
public java.util.Collection getHierarchyLevelNames()
getHierarchyLevelNames
in interface org.opengis.metadata.MetaData
public void setHierarchyLevelNames(java.util.Collection newValues)
public org.opengis.metadata.citation.ResponsibleParty getContact()
getContact
in interface org.opengis.metadata.MetaData
public void setContact(org.opengis.metadata.citation.ResponsibleParty newValue)
public java.util.Date getDateStamp()
getDateStamp
in interface org.opengis.metadata.MetaData
public void setDateStamp(java.util.Date newValue)
public java.lang.String getMetadataStandardName()
getMetadataStandardName
in interface org.opengis.metadata.MetaData
public void setMetadataStandardName(java.lang.String newValue)
public java.lang.String getMetadataStandardVersion()
getMetadataStandardVersion
in interface org.opengis.metadata.MetaData
public void setMetadataStandardVersion(java.lang.String newValue)
public java.util.Collection getSpatialRepresentationInfo()
getSpatialRepresentationInfo
in interface org.opengis.metadata.MetaData
public void setSpatialRepresentationInfo(java.util.Collection newValues)
public java.util.Collection getReferenceSystemInfo()
getReferenceSystemInfo
in interface org.opengis.metadata.MetaData
public void setReferenceSystemInfo(java.util.Collection newValues)
public java.util.Collection getMetadataExtensionInfo()
getMetadataExtensionInfo
in interface org.opengis.metadata.MetaData
public void setMetadataExtensionInfo(java.util.Collection newValues)
public java.util.Collection getIdentificationInfo()
getIdentificationInfo
in interface org.opengis.metadata.MetaData
public void setIdentificationInfo(java.util.Collection newValues)
public java.util.Collection getContentInfo()
getContentInfo
in interface org.opengis.metadata.MetaData
public void setContentInfo(java.util.Collection newValues)
public org.opengis.metadata.distribution.Distribution getDistributionInfo()
getDistributionInfo
in interface org.opengis.metadata.MetaData
public void setDistributionInfo(org.opengis.metadata.distribution.Distribution newValue)
public java.util.Collection getDataQualityInfo()
getDataQualityInfo
in interface org.opengis.metadata.MetaData
public void setDataQualityInfo(java.util.Collection newValues)
public java.util.Collection getPortrayalCatalogueInfo()
getPortrayalCatalogueInfo
in interface org.opengis.metadata.MetaData
public void setPortrayalCatalogueInfo(java.util.Collection newValues)
public java.util.Collection getMetadataConstraints()
getMetadataConstraints
in interface org.opengis.metadata.MetaData
public void setMetadataConstraints(java.util.Collection newValues)
public java.util.Collection getApplicationSchemaInfo()
getApplicationSchemaInfo
in interface org.opengis.metadata.MetaData
public void setApplicationSchemaInfo(java.util.Collection newValues)
public org.opengis.metadata.maintenance.MaintenanceInformation getMetadataMaintenance()
getMetadataMaintenance
in interface org.opengis.metadata.MetaData
public void setMetadataMaintenance(org.opengis.metadata.maintenance.MaintenanceInformation newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |