|
||||||||||
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.MetaDataImpl
public class MetaDataImpl
Root entity which defines metadata about a resource or resources.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
MetaDataImpl()
Creates an initially empty metadata. |
|
MetaDataImpl(org.opengis.metadata.MetaData source)
Constructs a metadata entity initialized with the values from the specified 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 | |
---|---|
java.util.Collection<org.opengis.metadata.ApplicationSchemaInformation> |
getApplicationSchemaInfo()
Provides information about the conceptual schema of a dataset. |
org.opengis.metadata.identification.CharacterSet |
getCharacterSet()
Returns the full name of the character coding standard used for the metadata set. |
java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> |
getContacts()
Returns the parties responsible for the metadata information. |
java.util.Collection<org.opengis.metadata.content.ContentInformation> |
getContentInfo()
Provides information about the feature catalogue and describes the coverage and image data characteristics. |
java.util.Collection<org.opengis.metadata.quality.DataQuality> |
getDataQualityInfo()
Provides overall assessment of quality of a resource(s). |
java.lang.String |
getDataSetUri()
Provides the URI of the dataset to which the metadata applies. |
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 null if none. |
java.util.Collection<java.lang.String> |
getHierarchyLevelNames()
Returns the name of the hierarchy levels for which the metadata is provided. |
java.util.Collection<org.opengis.metadata.maintenance.ScopeCode> |
getHierarchyLevels()
Returns the scope to which the metadata applies. |
java.util.Collection<org.opengis.metadata.identification.Identification> |
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<java.util.Locale> |
getLocales()
Provides information about an alternatively used localized character string for a linguistic extension. |
java.util.Collection<org.opengis.metadata.constraint.Constraints> |
getMetadataConstraints()
Provides restrictions on the access and use of data. |
java.util.Collection<org.opengis.metadata.MetadataExtensionInformation> |
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<org.opengis.metadata.PortrayalCatalogueReference> |
getPortrayalCatalogueInfo()
Provides information about the catalogue of rules defined for the portrayal of a resource(s). |
java.util.Collection<org.opengis.referencing.ReferenceSystem> |
getReferenceSystemInfo()
Returns the description of the spatial and temporal reference systems used in the dataset. |
java.util.Collection<org.opengis.metadata.spatial.SpatialRepresentation> |
getSpatialRepresentationInfo()
Returns the digital representation of spatial information in the dataset. |
void |
setApplicationSchemaInfo(java.util.Collection<? extends org.opengis.metadata.ApplicationSchemaInformation> newValues)
Provides information about the conceptual schema of a dataset. |
void |
setCharacterSet(org.opengis.metadata.identification.CharacterSet newValue)
Set the full name of the character coding standard used for the metadata set. |
void |
setContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
Set the parties responsible for the metadata information. |
void |
setContentInfo(java.util.Collection<? extends org.opengis.metadata.content.ContentInformation> newValues)
Set information about the feature catalogue and describes the coverage and image data characteristics. |
void |
setDataQualityInfo(java.util.Collection<? extends org.opengis.metadata.quality.DataQuality> newValues)
Set overall assessment of quality of a resource(s). |
void |
setDataSetUri(java.lang.String newValue)
Sets the URI of the dataset to which the metadata applies. |
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 null if none. |
void |
setHierarchyLevelNames(java.util.Collection<? extends java.lang.String> newValues)
Set the name of the hierarchy levels for which the metadata is provided. |
void |
setHierarchyLevels(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeCode> newValues)
Set the scope to which the metadata applies. |
void |
setIdentificationInfo(java.util.Collection<? extends org.opengis.metadata.identification.Identification> 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 |
setLocales(java.util.Collection<? extends java.util.Locale> newValues)
Set information about an alternatively used localized character string for a linguistic extension. |
void |
setMetadataConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Constraints> newValues)
Set restrictions on the access and use of data. |
void |
setMetadataExtensionInfo(java.util.Collection<? extends org.opengis.metadata.MetadataExtensionInformation> 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<? extends org.opengis.metadata.PortrayalCatalogueReference> newValues)
Set information about the catalogue of rules defined for the portrayal of a resource(s). |
void |
setReferenceSystemInfo(java.util.Collection<? extends org.opengis.referencing.ReferenceSystem> newValues)
Set the description of the spatial and temporal reference systems used in the dataset. |
void |
setSpatialRepresentationInfo(java.util.Collection<? extends org.opengis.metadata.spatial.SpatialRepresentation> newValues)
Set the digital representation of spatial information in the dataset. |
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 MetaDataImpl()
public MetaDataImpl(org.opengis.metadata.MetaData source)
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()
null
if none.
getFileIdentifier
in interface org.opengis.metadata.MetaData
public void setFileIdentifier(java.lang.String newValue)
null
if none.
public java.util.Locale getLanguage()
getLanguage
in interface org.opengis.metadata.MetaData
public void setLanguage(java.util.Locale newValue)
public org.opengis.metadata.identification.CharacterSet getCharacterSet()
getCharacterSet
in interface org.opengis.metadata.MetaData
public void setCharacterSet(org.opengis.metadata.identification.CharacterSet newValue)
public java.lang.String getParentIdentifier()
getParentIdentifier
in interface org.opengis.metadata.MetaData
public void setParentIdentifier(java.lang.String newValue)
public java.util.Collection<org.opengis.metadata.maintenance.ScopeCode> getHierarchyLevels()
getHierarchyLevels
in interface org.opengis.metadata.MetaData
public void setHierarchyLevels(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeCode> newValues)
public java.util.Collection<java.lang.String> getHierarchyLevelNames()
getHierarchyLevelNames
in interface org.opengis.metadata.MetaData
public void setHierarchyLevelNames(java.util.Collection<? extends java.lang.String> newValues)
public java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> getContacts()
getContacts
in interface org.opengis.metadata.MetaData
public void setContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
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<org.opengis.metadata.spatial.SpatialRepresentation> getSpatialRepresentationInfo()
getSpatialRepresentationInfo
in interface org.opengis.metadata.MetaData
public void setSpatialRepresentationInfo(java.util.Collection<? extends org.opengis.metadata.spatial.SpatialRepresentation> newValues)
public java.util.Collection<org.opengis.referencing.ReferenceSystem> getReferenceSystemInfo()
getReferenceSystemInfo
in interface org.opengis.metadata.MetaData
public void setReferenceSystemInfo(java.util.Collection<? extends org.opengis.referencing.ReferenceSystem> newValues)
public java.util.Collection<org.opengis.metadata.MetadataExtensionInformation> getMetadataExtensionInfo()
getMetadataExtensionInfo
in interface org.opengis.metadata.MetaData
public void setMetadataExtensionInfo(java.util.Collection<? extends org.opengis.metadata.MetadataExtensionInformation> newValues)
public java.util.Collection<org.opengis.metadata.identification.Identification> getIdentificationInfo()
getIdentificationInfo
in interface org.opengis.metadata.MetaData
public void setIdentificationInfo(java.util.Collection<? extends org.opengis.metadata.identification.Identification> newValues)
public java.util.Collection<org.opengis.metadata.content.ContentInformation> getContentInfo()
getContentInfo
in interface org.opengis.metadata.MetaData
public void setContentInfo(java.util.Collection<? extends org.opengis.metadata.content.ContentInformation> 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<org.opengis.metadata.quality.DataQuality> getDataQualityInfo()
getDataQualityInfo
in interface org.opengis.metadata.MetaData
public void setDataQualityInfo(java.util.Collection<? extends org.opengis.metadata.quality.DataQuality> newValues)
public java.util.Collection<org.opengis.metadata.PortrayalCatalogueReference> getPortrayalCatalogueInfo()
getPortrayalCatalogueInfo
in interface org.opengis.metadata.MetaData
public void setPortrayalCatalogueInfo(java.util.Collection<? extends org.opengis.metadata.PortrayalCatalogueReference> newValues)
public java.util.Collection<org.opengis.metadata.constraint.Constraints> getMetadataConstraints()
getMetadataConstraints
in interface org.opengis.metadata.MetaData
public void setMetadataConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Constraints> newValues)
public java.util.Collection<org.opengis.metadata.ApplicationSchemaInformation> getApplicationSchemaInfo()
getApplicationSchemaInfo
in interface org.opengis.metadata.MetaData
public void setApplicationSchemaInfo(java.util.Collection<? extends org.opengis.metadata.ApplicationSchemaInformation> newValues)
public org.opengis.metadata.maintenance.MaintenanceInformation getMetadataMaintenance()
getMetadataMaintenance
in interface org.opengis.metadata.MetaData
public void setMetadataMaintenance(org.opengis.metadata.maintenance.MaintenanceInformation newValue)
public java.util.Collection<java.util.Locale> getLocales()
getLocales
in interface org.opengis.metadata.MetaData
public void setLocales(java.util.Collection<? extends java.util.Locale> newValues)
public java.lang.String getDataSetUri()
getDataSetUri
in interface org.opengis.metadata.MetaData
public void setDataSetUri(java.lang.String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |