org.opengis.metadata.citation
Interface CitationDate

All Known Implementing Classes:
CitationDateImpl

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

Reference date and event used to describe it.

Since:
GeoAPI 2.0
Author:
Martin Desruisseaux (IRD)

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 © 1996-2014 Geotools. All Rights Reserved.