Uses of Class
org.opengis.metadata.citation.DateType

Packages that use DateType
org.geotools.metadata.iso.citation Citation implementation. 
org.opengis.metadata.citation Citation and responsible party information. 
 

Uses of DateType in org.geotools.metadata.iso.citation
 

Methods in org.geotools.metadata.iso.citation that return DateType
 DateType CitationDateImpl.getDateType()
          Returns the event used for reference date.
 

Methods in org.geotools.metadata.iso.citation with parameters of type DateType
 void CitationDateImpl.setDateType(DateType newValue)
          Set the event used for reference date.
 

Constructors in org.geotools.metadata.iso.citation with parameters of type DateType
CitationDateImpl(Date date, DateType dateType)
          Constructs a citation date initialized to the given date.
 

Uses of DateType in org.opengis.metadata.citation
 

Fields in org.opengis.metadata.citation declared as DateType
static DateType DateType.CREATION
          Date identifies when the resource was brought into existence.
static DateType DateType.PUBLICATION
          Date identifies when the resource was issued.
static DateType DateType.REVISION
          Date identifies when the resource was examined or re-examined and improved or amended.
 

Methods in org.opengis.metadata.citation that return DateType
 DateType[] DateType.family()
          Returns the list of enumerations of the same kind than this enum.
 DateType CitationDate.getDateType()
          Event used for reference date.
static DateType DateType.valueOf(String code)
          Returns the date type that matches the given string, or returns a new one if none match it.
static DateType[] DateType.values()
          Returns the list of DateTypes.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.