Uses of Class
org.apache.sis.metadata.iso.citation.DefaultCitationDate
Packages that use DefaultCitationDate
Package
Description
JAXB adapters for metadata.
Reference to the data or service (citation, responsible party, contact information).
-
Uses of DefaultCitationDate in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultCitationDateModifier and TypeMethodDescriptionCI_Date.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<cit:CI_Date>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultCitationDateModifier and TypeMethodDescriptionvoid
CI_Date.setElement
(DefaultCitationDate value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultCitationDate in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return DefaultCitationDateModifier and TypeMethodDescriptionstatic DefaultCitationDate
DefaultCitationDate.castOrCopy
(org.opengis.metadata.citation.CitationDate object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.