Uses of Class
org.apache.sis.metadata.iso.citation.DefaultCitation
Packages that use DefaultCitation
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Reference to the data or service (citation, responsible party, contact information).
Information about the options for obtaining a resource (data or service).
-
Uses of DefaultCitation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultCitationModifier and TypeMethodDescriptionfinal DefaultCitation
CI_Citation.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<cit:CI_Citation>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultCitationModifier and TypeMethodDescriptionfinal void
CI_Citation.setElement
(DefaultCitation value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultCitation in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultCitationModifier and TypeFieldDescriptionprivate DefaultCitation
MetadataBuilder.citation
The citation of data MetadataBuilder.identification, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultCitationModifier and TypeMethodDescriptionprivate DefaultCitation
MetadataBuilder.citation()
Creates the citation object if it does not already exists, then returns it. -
Uses of DefaultCitation in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return DefaultCitationModifier and TypeMethodDescriptionstatic DefaultCitation
DefaultCitation.castOrCopy
(org.opengis.metadata.citation.Citation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation. -
Uses of DefaultCitation in org.apache.sis.metadata.iso.distribution
Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type DefaultCitationModifier and TypeMethodDescriptionprivate <T> void
DefaultFormat.setFormatSpecificationCitation
(BiConsumer<DefaultCitation, T> setter, T value) Sets the specification title or version.