public class IdentificationImpl extends MetadataEntity implements Identification
LOGGER
Constructor and Description |
---|
IdentificationImpl()
Constructs an initially empty identification.
|
IdentificationImpl(Citation citation,
InternationalString abstracts)
Creates an identification initialized to the specified values.
|
IdentificationImpl(Identification source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
InternationalString |
getAbstract()
Brief narrative summary of the content of the resource(s).
|
Collection<AggregateInformation> |
getAggregationInfo()
Provides aggregate dataset information.
|
Citation |
getCitation()
Citation data for the resource(s).
|
Collection<String> |
getCredits()
Recognition of those who contributed to the resource(s).
|
Collection<Keywords> |
getDescriptiveKeywords()
Provides category keywords, their type, and reference source.
|
Collection<BrowseGraphic> |
getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the
graphic).
|
Collection<ResponsibleParty> |
getPointOfContacts()
Identification of, and means of communication with, person(s) and organizations(s) associated
with the resource(s).
|
InternationalString |
getPurpose()
Summary of the intentions with which the resource(s) was developed.
|
Collection<Constraints> |
getResourceConstraints()
Provides information about constraints which apply to the resource(s).
|
Collection<Format> |
getResourceFormat()
Provides a description of the format of the resource(s).
|
Collection<MaintenanceInformation> |
getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates.
|
Collection<Usage> |
getResourceSpecificUsages()
Provides basic information about specific application(s) for which the resource(s) has/have
been or is being used by different users.
|
Collection<Progress> |
getStatus()
Status of the resource(s).
|
void |
setAbstract(InternationalString newValue)
Set a brief narrative summary of the content of the resource(s).
|
void |
setAggregationInfo(Collection<? extends AggregateInformation> newValues)
Sets aggregate dataset information.
|
void |
setCitation(Citation newValue)
Set the citation data for the resource(s).
|
void |
setCredits(Collection<? extends String> newValues)
Set a recognition of those who contributed to the resource(s).
|
void |
setDescriptiveKeywords(Collection<? extends Keywords> newValues)
Set category keywords, their type, and reference source.
|
void |
setGraphicOverviews(Collection<? extends BrowseGraphic> newValues)
Set a graphic that illustrates the resource(s).
|
void |
setPointOfContacts(Collection<? extends ResponsibleParty> newValues)
Set the point of contacts.
|
void |
setPurpose(InternationalString newValue)
Set a summary of the intentions with which the resource(s) was developed.
|
void |
setResourceConstraints(Collection<? extends Constraints> newValues)
Set information about constraints which apply to the resource(s).
|
void |
setResourceFormat(Collection<? extends Format> newValues)
Set a description of the format of the resource(s).
|
void |
setResourceMaintenance(Collection<? extends MaintenanceInformation> newValues)
Set information about the frequency of resource updates, and the scope of those updates.
|
void |
setResourceSpecificUsages(Collection<? extends Usage> newValues)
Set basic information about specific application(s).
|
void |
setStatus(Collection<? extends Progress> newValues)
Set the status of the resource(s).
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public IdentificationImpl()
public IdentificationImpl(Identification source)
public IdentificationImpl(Citation citation, InternationalString abstracts)
public Citation getCitation()
getCitation
in interface Identification
public void setCitation(Citation newValue)
public InternationalString getAbstract()
getAbstract
in interface Identification
public void setAbstract(InternationalString newValue)
public InternationalString getPurpose()
getPurpose
in interface Identification
null
.public void setPurpose(InternationalString newValue)
public Collection<String> getCredits()
getCredits
in interface Identification
public void setCredits(Collection<? extends String> newValues)
public Collection<Progress> getStatus()
getStatus
in interface Identification
null
.public void setStatus(Collection<? extends Progress> newValues)
public Collection<ResponsibleParty> getPointOfContacts()
getPointOfContacts
in interface Identification
public void setPointOfContacts(Collection<? extends ResponsibleParty> newValues)
public Collection<MaintenanceInformation> getResourceMaintenance()
getResourceMaintenance
in interface Identification
public void setResourceMaintenance(Collection<? extends MaintenanceInformation> newValues)
public Collection<BrowseGraphic> getGraphicOverviews()
getGraphicOverviews
in interface Identification
public void setGraphicOverviews(Collection<? extends BrowseGraphic> newValues)
public Collection<Format> getResourceFormat()
getResourceFormat
in interface Identification
public void setResourceFormat(Collection<? extends Format> newValues)
public Collection<Keywords> getDescriptiveKeywords()
getDescriptiveKeywords
in interface Identification
public void setDescriptiveKeywords(Collection<? extends Keywords> newValues)
public Collection<Usage> getResourceSpecificUsages()
getResourceSpecificUsages
in interface Identification
public void setResourceSpecificUsages(Collection<? extends Usage> newValues)
public Collection<Constraints> getResourceConstraints()
getResourceConstraints
in interface Identification
public void setResourceConstraints(Collection<? extends Constraints> newValues)
public Collection<AggregateInformation> getAggregationInfo()
getAggregationInfo
in interface Identification
public void setAggregationInfo(Collection<? extends AggregateInformation> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.