Uses of Interface
org.opengis.metadata.citation.CitationDate

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

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

Classes in org.geotools.metadata.iso.citation that implement CitationDate
 class CitationDateImpl
          Reference date and event used to describe it.
 

Methods in org.geotools.metadata.iso.citation that return types with arguments of type CitationDate
 Collection<CitationDate> CitationImpl.getDates()
          Returns the reference date for the cited resource.
 

Method parameters in org.geotools.metadata.iso.citation with type arguments of type CitationDate
 void CitationImpl.setDates(Collection<? extends CitationDate> newValues)
          Set the reference date for the cited resource.
 

Constructors in org.geotools.metadata.iso.citation with parameters of type CitationDate
CitationDateImpl(CitationDate source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of CitationDate in org.opengis.metadata.citation
 

Methods in org.opengis.metadata.citation that return types with arguments of type CitationDate
 Collection<? extends CitationDate> Citation.getDates()
          Reference date for the cited resource.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.