Uses of Class
org.apache.sis.internal.jaxb.metadata.CI_OnlineResource
Packages that use CI_OnlineResource
Package
Description
JAXB adapters for metadata.
Root package for ISO 19115 metadata about resources (data or services).
-
Uses of CI_OnlineResource in org.apache.sis.internal.jaxb.metadata
Subclasses of CI_OnlineResource in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionstatic final class
Wraps the value only if marshalling an element from the ISO 19115:2014 metadata model.Methods in org.apache.sis.internal.jaxb.metadata that return CI_OnlineResourceModifier and TypeMethodDescriptionprotected CI_OnlineResource
CI_OnlineResource.Since2014.wrap
(org.opengis.metadata.citation.OnlineResource value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.protected CI_OnlineResource
CI_OnlineResource.wrap
(org.opengis.metadata.citation.OnlineResource value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<cit:CI_OnlineResource>
XML element. -
Uses of CI_OnlineResource in org.apache.sis.metadata.iso
Fields in org.apache.sis.metadata.iso declared as CI_OnlineResourceModifier and TypeFieldDescriptionprivate static final CI_OnlineResource
OnlineResourceAdapter.ADAPTER
The adapter performing the actual work.Methods in org.apache.sis.metadata.iso that return CI_OnlineResourceModifier and TypeMethodDescriptionWraps the given URI in a<cit:OnlineResource>
element.Methods in org.apache.sis.metadata.iso with parameters of type CI_OnlineResourceModifier and TypeMethodDescriptionOnlineResourceAdapter.unmarshal
(CI_OnlineResource value) Returns a URI from the given<cit:OnlineResource>
element.