Uses of Class
org.apache.sis.metadata.iso.citation.DefaultSeries
Packages that use DefaultSeries
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).
-
Uses of DefaultSeries in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultSeriesModifier and TypeMethodDescriptionCI_Series.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<cit:CI_Series>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultSeriesModifier and TypeMethodDescriptionvoid
CI_Series.setElement
(DefaultSeries value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultSeries in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return DefaultSeriesModifier and TypeMethodDescriptionprivate DefaultSeries
MetadataBuilder.series()
Returns the information about the series, or aggregate dataset, of which the dataset is a part. -
Uses of DefaultSeries in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return DefaultSeriesModifier and TypeMethodDescriptionstatic DefaultSeries
DefaultSeries.castOrCopy
(org.opengis.metadata.citation.Series object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.