org.opengis.metadata.identification
Interface Identification
-
- All Known Subinterfaces:
- DataIdentification, ServiceIdentification
@Profile(level=CORE) @UML(identifier="MD_Identification", specification=ISO_19115) public interface Identification
Basic information required to uniquely identify a resource or resources.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description InternationalStringgetAbstract()Brief narrative summary of the content of the resource(s).CitationgetCitation()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<Keywords>getDescriptiveKeywords()Provides category keywords, their type, and reference source.java.util.Collection<BrowseGraphic>getGraphicOverviews()Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).java.util.Collection<ResponsibleParty>getPointOfContacts()Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).InternationalStringgetPurpose()Summary of the intentions with which the resource(s) was developed.java.util.Collection<Constraints>getResourceConstraints()Provides information about constraints which apply to the resource(s).java.util.Collection<Format>getResourceFormat()Provides a description of the format of the resource(s).java.util.Collection<MaintenanceInformation>getResourceMaintenance()Provides information about the frequency of resource updates, and the scope of those updates.java.util.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.java.util.Collection<Progress>getStatus()Status of the resource(s).
-
-
-
Method Detail
-
getCitation
@Profile(level=CORE) @UML(identifier="citation", obligation=MANDATORY, specification=ISO_19115) Citation getCitation()
Citation data for the resource(s).
-
getAbstract
@Profile(level=CORE) @UML(identifier="abstract", obligation=MANDATORY, specification=ISO_19115) InternationalString getAbstract()
Brief narrative summary of the content of the resource(s).
-
getPurpose
@UML(identifier="purpose", obligation=OPTIONAL, specification=ISO_19115) InternationalString getPurpose()
Summary of the intentions with which the resource(s) was developed.
-
getCredits
@UML(identifier="credit", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<java.lang.String> getCredits()
Recognition of those who contributed to the resource(s).
-
getStatus
@UML(identifier="status", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<Progress> getStatus()
Status of the resource(s).
-
getPointOfContacts
@Profile(level=CORE) @UML(identifier="pointOfContact", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<ResponsibleParty> getPointOfContacts()
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
-
getResourceMaintenance
@UML(identifier="resourceMaintenance", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<MaintenanceInformation> getResourceMaintenance()
Provides information about the frequency of resource updates, and the scope of those updates.
-
getGraphicOverviews
@UML(identifier="graphicOverview", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<BrowseGraphic> getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
-
getResourceFormat
@UML(identifier="resourceFormat", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<Format> getResourceFormat()
Provides a description of the format of the resource(s).
-
getDescriptiveKeywords
@UML(identifier="descriptiveKeywords", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<Keywords> getDescriptiveKeywords()
Provides category keywords, their type, and reference source.
-
getResourceSpecificUsages
@UML(identifier="resourceSpecificUsage", obligation=OPTIONAL, specification=ISO_19115) java.util.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.
-
getResourceConstraints
@UML(identifier="resourceConstraints", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<Constraints> getResourceConstraints()
Provides information about constraints which apply to the resource(s).
-
-
DataMelt 3.0 © DataMelt by jWork.ORG