Uses of Class
org.opengis.metadata.citation.DateType
Packages that use DateType
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Citation and
responsible party information.
-
Uses of DateType in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return DateTypeModifier and TypeMethodDescriptionDefaultCitationDate.getDateType()Returns the event used for reference date.Methods in org.apache.sis.metadata.iso.citation with parameters of type DateTypeModifier and TypeMethodDescriptionvoidDefaultCitationDate.setDateType(DateType newValue) Sets the event used for reference date.Constructors in org.apache.sis.metadata.iso.citation with parameters of type DateTypeModifierConstructorDescriptionDefaultCitationDate(Temporal date, DateType dateType) Constructs a citation date initialized to the given date. -
Uses of DateType in org.opengis.metadata.citation
Subclasses with type arguments of type DateType in org.opengis.metadata.citationModifier and TypeClassDescriptionfinal classIdentification of when a given event occurredFields in org.opengis.metadata.citation declared as DateTypeModifier and TypeFieldDescriptionstatic final DateTypeDateType.CREATIONDate identifies when the resource was brought into existence.static final DateTypeDateType.PUBLICATIONDate identifies when the resource was issued.static final DateTypeDateType.REVISIONDate identifies when the resource was examined or re-examined and improved or amended.Methods in org.opengis.metadata.citation that return DateTypeModifier and TypeMethodDescriptionDateType[]DateType.family()Returns the list of enumerations of the same kind as this enum.CitationDate.getDateType()Event used for reference date.static DateTypeReturns the date type that matches the given string, or returns a new one if none match it.static DateType[]DateType.values()Returns the list ofDateTypes.