Uses of Interface
org.opengis.metadata.citation.CitationDate
-
Packages that use CitationDate Package Description org.opengis.metadata The metadata root entity.org.opengis.metadata.citation Type for citing a resource and information about the responsible party.org.opengis.metadata.maintenance Scope and frequency of updating data. -
-
Uses of CitationDate in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type CitationDate Modifier and Type Method Description Collection<? extends CitationDate>Metadata. getDateInfo()Date(s) associated with the metadata. -
Uses of CitationDate in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return types with arguments of type CitationDate Modifier and Type Method Description default Collection<? extends CitationDate>Citation. getDates()Reference dates for the cited resource. -
Uses of CitationDate in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type CitationDate Modifier and Type Method Description default Collection<? extends CitationDate>MaintenanceInformation. getMaintenanceDates()Date information associated with maintenance of resource.
-