|
|||||||||||
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.identification.IdentificationImpl
Basic information required to uniquely identify a resource or resources.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
IdentificationImpl()
Constructs an initially empty identification. |
|
IdentificationImpl(org.opengis.metadata.citation.Citation citation,
org.opengis.util.InternationalString abstracts)
Creates an identification initialized to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this identification with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getAbstract()
Brief narrative summary of the content of the resource(s). |
org.opengis.metadata.citation.Citation |
getCitation()
Citation data for the resource(s). |
java.util.Collection |
getCredits()
Recognition of those who contributed to the resource(s). |
java.util.Collection |
getDescriptiveKeywords()
Provides category keywords, their type, and reference source. |
java.util.Collection |
getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic). |
java.util.Collection |
getPointOfContacts()
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s). |
org.opengis.util.InternationalString |
getPurpose()
Summary of the intentions with which the resource(s) was developed. |
java.util.Collection |
getResourceConstraints()
Provides information about constraints which apply to the resource(s). |
java.util.Collection |
getResourceFormat()
Provides a description of the format of the resource(s). |
java.util.Collection |
getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates. |
java.util.Collection |
getResourceSpecificUsages()
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users. |
java.util.Collection |
getStatus()
Status of the resource(s). |
int |
hashCode()
Returns a hash code value for this identification. |
void |
setAbstract(org.opengis.util.InternationalString newValue)
Set a brief narrative summary of the content of the resource(s). |
void |
setCitation(org.opengis.metadata.citation.Citation newValue)
Set the citation data for the resource(s). |
void |
setCredits(java.util.Collection newValues)
Set a recognition of those who contributed to the resource(s). |
void |
setDescriptiveKeywords(java.util.Collection newValues)
Set category keywords, their type, and reference source. |
void |
setGraphicOverviews(java.util.Collection newValues)
Set a graphic that illustrates the resource(s). |
void |
setPointOfContacts(java.util.Collection newValues)
Set the point of contacts. |
void |
setPurpose(org.opengis.util.InternationalString newValue)
Set a summary of the intentions with which the resource(s) was developed. |
void |
setResourceConstraints(java.util.Collection newValues)
Set information about constraints which apply to the resource(s). |
void |
setResourceFormat(java.util.Collection newValues)
Set a description of the format of the resource(s). |
void |
setResourceMaintenance(java.util.Collection newValues)
Set information about the frequency of resource updates, and the scope of those updates. |
void |
setResourceSpecificUsages(java.util.Collection newValues)
Set basic information about specific application(s). |
void |
setStatus(java.util.Collection newValues)
Set the status of the resource(s). |
java.lang.String |
toString()
Returns a string representation of this identification. |
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 IdentificationImpl()
public IdentificationImpl(org.opengis.metadata.citation.Citation citation, org.opengis.util.InternationalString abstracts)
Method Detail |
public org.opengis.metadata.citation.Citation getCitation()
getCitation
in interface org.opengis.metadata.identification.Identification
public void setCitation(org.opengis.metadata.citation.Citation newValue)
public org.opengis.util.InternationalString getAbstract()
getAbstract
in interface org.opengis.metadata.identification.Identification
public void setAbstract(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getPurpose()
getPurpose
in interface org.opengis.metadata.identification.Identification
public void setPurpose(org.opengis.util.InternationalString newValue)
public java.util.Collection getCredits()
getCredits
in interface org.opengis.metadata.identification.Identification
public void setCredits(java.util.Collection newValues)
public java.util.Collection getStatus()
getStatus
in interface org.opengis.metadata.identification.Identification
public void setStatus(java.util.Collection newValues)
public java.util.Collection getPointOfContacts()
getPointOfContacts
in interface org.opengis.metadata.identification.Identification
public void setPointOfContacts(java.util.Collection newValues)
public java.util.Collection getResourceMaintenance()
getResourceMaintenance
in interface org.opengis.metadata.identification.Identification
public void setResourceMaintenance(java.util.Collection newValues)
public java.util.Collection getGraphicOverviews()
getGraphicOverviews
in interface org.opengis.metadata.identification.Identification
public void setGraphicOverviews(java.util.Collection newValues)
public java.util.Collection getResourceFormat()
getResourceFormat
in interface org.opengis.metadata.identification.Identification
public void setResourceFormat(java.util.Collection newValues)
public java.util.Collection getDescriptiveKeywords()
getDescriptiveKeywords
in interface org.opengis.metadata.identification.Identification
public void setDescriptiveKeywords(java.util.Collection newValues)
public java.util.Collection getResourceSpecificUsages()
getResourceSpecificUsages
in interface org.opengis.metadata.identification.Identification
public void setResourceSpecificUsages(java.util.Collection newValues)
public java.util.Collection getResourceConstraints()
getResourceConstraints
in interface org.opengis.metadata.identification.Identification
public void setResourceConstraints(java.util.Collection newValues)
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 |