Uses of Class
org.apache.sis.metadata.iso.identification.DefaultBrowseGraphic
Packages that use DefaultBrowseGraphic
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultBrowseGraphic in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultBrowseGraphicModifier and TypeMethodDescriptionMD_BrowseGraphic.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mcc:MD_BrowseGraphic>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultBrowseGraphicModifier and TypeMethodDescriptionvoid
MD_BrowseGraphic.setElement
(DefaultBrowseGraphic value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultBrowseGraphic in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return DefaultBrowseGraphicModifier and TypeMethodDescriptionstatic DefaultBrowseGraphic
DefaultBrowseGraphic.castOrCopy
(org.opengis.metadata.identification.BrowseGraphic object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.