org.opengis.metadata.citation
Interface CitationDate

Show UML class diagram

@UML(identifier="CI_Date",
     specification=ISO_19115)
public interface CitationDate

Reference date and event used to describe it.

Since:
GeoAPI 2.0
Version:
ISO 19115

Method Summary
 Date getDate()
          Reference date for the cited resource.
 DateType getDateType()
          Event used for reference date.
 

Method Detail

getDate

@Profile(level=CORE)
@UML(identifier="date",
     obligation=MANDATORY,
     specification=ISO_19115)
Date getDate()
Reference date for the cited resource.

Returns:
Reference date for the cited resource.

getDateType

@Profile(level=CORE)
@UML(identifier="dateType",
     obligation=MANDATORY,
     specification=ISO_19115)
DateType getDateType()
Event used for reference date.

Returns:
Event used for reference date.


Copyright © 1994-2009 Open Geospatial Consortium. All Rights Reserved.