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