Uses of Interface
org.opengis.metadata.citation.CitationDate
Packages that use CitationDate
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Reference to the data or service (citation, responsible party, contact information).
Information about the frequency and scope of data updates.
Citation and
responsible party information.
-
Uses of CitationDate in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type CitationDateModifier and TypeMethodDescriptionDefaultMetadata.getDateInfo()Returns the date(s) associated with the metadata.Method parameters in org.apache.sis.metadata.iso with type arguments of type CitationDateModifier and TypeMethodDescriptionvoidDefaultMetadata.setDateInfo(Collection<? extends CitationDate> newValues) Sets the date(s) associated with the metadata. -
Uses of CitationDate in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement CitationDateModifier and TypeClassDescriptionclassReference date and event used to describe it.Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type CitationDateModifier and TypeMethodDescriptionDefaultCitation.getDates()Returns the reference date for the cited resource.Methods in org.apache.sis.metadata.iso.citation with parameters of type CitationDateModifier and TypeMethodDescriptionstatic DefaultCitationDateDefaultCitationDate.castOrCopy(CitationDate object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type CitationDateModifier and TypeMethodDescriptionvoidDefaultCitation.setDates(Collection<? extends CitationDate> newValues) Sets the reference date for the cited resource.Constructors in org.apache.sis.metadata.iso.citation with parameters of type CitationDateModifierConstructorDescriptionDefaultCitationDate(CitationDate object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of CitationDate in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return types with arguments of type CitationDateModifier and TypeMethodDescriptionDefaultMaintenanceInformation.getMaintenanceDates()Return the date information associated with maintenance of resource.Method parameters in org.apache.sis.metadata.iso.maintenance with type arguments of type CitationDateModifier and TypeMethodDescriptionvoidDefaultMaintenanceInformation.setMaintenanceDates(Collection<? extends CitationDate> newValues) Sets the date information associated with maintenance of resource. -
Uses of CitationDate in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return types with arguments of type CitationDateModifier and TypeMethodDescriptionCollection<? extends CitationDate> Citation.getDates()Reference date for the cited resource.