@Profile(level=CORE) @UML(identifier="MD_Identification", specification=ISO_19115) public interface Identification
Modifier and Type | Method and Description |
---|---|
InternationalString |
getAbstract()
Brief narrative summary of the content of the resource(s).
|
Collection<? extends 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<? extends Keywords> |
getDescriptiveKeywords()
Provides category keywords, their type, and reference source.
|
Collection<? extends BrowseGraphic> |
getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the
graphic).
|
Collection<? extends 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<? extends Constraints> |
getResourceConstraints()
Provides information about constraints which apply to the resource(s).
|
Collection<? extends Format> |
getResourceFormat()
Provides a description of the format of the resource(s).
|
Collection<? extends MaintenanceInformation> |
getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates.
|
Collection<? extends 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).
|
@Profile(level=CORE) @UML(identifier="citation", obligation=MANDATORY, specification=ISO_19115) Citation getCitation()
@Profile(level=CORE) @UML(identifier="abstract", obligation=MANDATORY, specification=ISO_19115) InternationalString getAbstract()
@UML(identifier="purpose", obligation=OPTIONAL, specification=ISO_19115) InternationalString getPurpose()
null
.@UML(identifier="credit", obligation=OPTIONAL, specification=ISO_19115) Collection<String> getCredits()
@UML(identifier="status", obligation=OPTIONAL, specification=ISO_19115) Collection<Progress> getStatus()
null
.@Profile(level=CORE) @UML(identifier="pointOfContact", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends ResponsibleParty> getPointOfContacts()
@UML(identifier="resourceMaintenance", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends MaintenanceInformation> getResourceMaintenance()
@UML(identifier="graphicOverview", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends BrowseGraphic> getGraphicOverviews()
@UML(identifier="resourceFormat", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends Format> getResourceFormat()
@UML(identifier="descriptiveKeywords", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends Keywords> getDescriptiveKeywords()
@UML(identifier="resourceSpecificUsage", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends Usage> getResourceSpecificUsages()
@UML(identifier="resourceConstraints", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends Constraints> getResourceConstraints()
@UML(identifier="aggregationInfo", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends AggregateInformation> getAggregationInfo()
Copyright © 1996–2019 Geotools. All rights reserved.