|
||||||||||
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.identification.IdentificationImpl
public class IdentificationImpl
Basic information required to uniquely identify a resource or resources.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
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. |
|
IdentificationImpl(org.opengis.metadata.identification.Identification source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.util.InternationalString |
getAbstract()
Brief narrative summary of the content of the resource(s). |
java.util.Collection<org.opengis.metadata.identification.AggregateInformation> |
getAggregationInfo()
Provides aggregate dataset information. |
org.opengis.metadata.citation.Citation |
getCitation()
Citation data for the resource(s). |
java.util.Collection<java.lang.String> |
getCredits()
Recognition of those who contributed to the resource(s). |
java.util.Collection<org.opengis.metadata.identification.Keywords> |
getDescriptiveKeywords()
Provides category keywords, their type, and reference source. |
java.util.Collection<org.opengis.metadata.identification.BrowseGraphic> |
getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic). |
java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> |
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<org.opengis.metadata.constraint.Constraints> |
getResourceConstraints()
Provides information about constraints which apply to the resource(s). |
java.util.Collection<org.opengis.metadata.distribution.Format> |
getResourceFormat()
Provides a description of the format of the resource(s). |
java.util.Collection<org.opengis.metadata.maintenance.MaintenanceInformation> |
getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates. |
java.util.Collection<org.opengis.metadata.identification.Usage> |
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<org.opengis.metadata.identification.Progress> |
getStatus()
Status of the resource(s). |
void |
setAbstract(org.opengis.util.InternationalString newValue)
Set a brief narrative summary of the content of the resource(s). |
void |
setAggregationInfo(java.util.Collection<? extends org.opengis.metadata.identification.AggregateInformation> newValues)
Sets aggregate dataset information. |
void |
setCitation(org.opengis.metadata.citation.Citation newValue)
Set the citation data for the resource(s). |
void |
setCredits(java.util.Collection<? extends java.lang.String> newValues)
Set a recognition of those who contributed to the resource(s). |
void |
setDescriptiveKeywords(java.util.Collection<? extends org.opengis.metadata.identification.Keywords> newValues)
Set category keywords, their type, and reference source. |
void |
setGraphicOverviews(java.util.Collection<? extends org.opengis.metadata.identification.BrowseGraphic> newValues)
Set a graphic that illustrates the resource(s). |
void |
setPointOfContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> 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<? extends org.opengis.metadata.constraint.Constraints> newValues)
Set information about constraints which apply to the resource(s). |
void |
setResourceFormat(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
Set a description of the format of the resource(s). |
void |
setResourceMaintenance(java.util.Collection<? extends org.opengis.metadata.maintenance.MaintenanceInformation> newValues)
Set information about the frequency of resource updates, and the scope of those updates. |
void |
setResourceSpecificUsages(java.util.Collection<? extends org.opengis.metadata.identification.Usage> newValues)
Set basic information about specific application(s). |
void |
setStatus(java.util.Collection<? extends org.opengis.metadata.identification.Progress> newValues)
Set the status of the resource(s). |
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 IdentificationImpl()
public IdentificationImpl(org.opengis.metadata.identification.Identification source)
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<java.lang.String> getCredits()
getCredits
in interface org.opengis.metadata.identification.Identification
public void setCredits(java.util.Collection<? extends java.lang.String> newValues)
public java.util.Collection<org.opengis.metadata.identification.Progress> getStatus()
getStatus
in interface org.opengis.metadata.identification.Identification
public void setStatus(java.util.Collection<? extends org.opengis.metadata.identification.Progress> newValues)
public java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> getPointOfContacts()
getPointOfContacts
in interface org.opengis.metadata.identification.Identification
public void setPointOfContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
public java.util.Collection<org.opengis.metadata.maintenance.MaintenanceInformation> getResourceMaintenance()
getResourceMaintenance
in interface org.opengis.metadata.identification.Identification
public void setResourceMaintenance(java.util.Collection<? extends org.opengis.metadata.maintenance.MaintenanceInformation> newValues)
public java.util.Collection<org.opengis.metadata.identification.BrowseGraphic> getGraphicOverviews()
getGraphicOverviews
in interface org.opengis.metadata.identification.Identification
public void setGraphicOverviews(java.util.Collection<? extends org.opengis.metadata.identification.BrowseGraphic> newValues)
public java.util.Collection<org.opengis.metadata.distribution.Format> getResourceFormat()
getResourceFormat
in interface org.opengis.metadata.identification.Identification
public void setResourceFormat(java.util.Collection<? extends org.opengis.metadata.distribution.Format> newValues)
public java.util.Collection<org.opengis.metadata.identification.Keywords> getDescriptiveKeywords()
getDescriptiveKeywords
in interface org.opengis.metadata.identification.Identification
public void setDescriptiveKeywords(java.util.Collection<? extends org.opengis.metadata.identification.Keywords> newValues)
public java.util.Collection<org.opengis.metadata.identification.Usage> getResourceSpecificUsages()
getResourceSpecificUsages
in interface org.opengis.metadata.identification.Identification
public void setResourceSpecificUsages(java.util.Collection<? extends org.opengis.metadata.identification.Usage> newValues)
public java.util.Collection<org.opengis.metadata.constraint.Constraints> getResourceConstraints()
getResourceConstraints
in interface org.opengis.metadata.identification.Identification
public void setResourceConstraints(java.util.Collection<? extends org.opengis.metadata.constraint.Constraints> newValues)
public java.util.Collection<org.opengis.metadata.identification.AggregateInformation> getAggregationInfo()
getAggregationInfo
in interface org.opengis.metadata.identification.Identification
public void setAggregationInfo(java.util.Collection<? extends org.opengis.metadata.identification.AggregateInformation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |