Uses of Class
org.apache.sis.metadata.iso.distribution.DefaultFormat
Packages that use DefaultFormat
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Information about the options for obtaining a resource (data or service).
-
Uses of DefaultFormat in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultFormatModifier and TypeMethodDescriptionMD_Format.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrd:MD_Format>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultFormatModifier and TypeMethodDescriptionvoid
MD_Format.setElement
(DefaultFormat value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultFormat in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return DefaultFormatModifier and TypeMethodDescriptionprivate DefaultFormat
MetadataBuilder.format()
Creates the distribution format object if it does not already exists, then returns it. -
Uses of DefaultFormat in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return DefaultFormatModifier and TypeMethodDescriptionstatic DefaultFormat
DefaultFormat.castOrCopy
(org.opengis.metadata.distribution.Format object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.