Package org.apache.sis.internal.jaxb.gco
Class URIAdapter.AsURL
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<GO_CharacterString,URI>
org.apache.sis.internal.jaxb.gco.URIAdapter
org.apache.sis.internal.jaxb.gco.URIAdapter.AsURL
- Enclosing class:
- URIAdapter
Replace
<gcx:FileName>
by <gmd:URL>
if marshalling legacy ISO 19139:2007 document.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.jaxb.gco.URIAdapter
URIAdapter.AsURL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReplaces<gcx:FileName>
by<gmd:URL>
if marshalling legacy ISO 19139:2007 document.Methods inherited from class org.apache.sis.internal.jaxb.gco.URIAdapter
unmarshal
-
Constructor Details
-
AsURL
public AsURL()Empty constructor used only by JAXB.
-
-
Method Details
-
marshal
Replaces<gcx:FileName>
by<gmd:URL>
if marshalling legacy ISO 19139:2007 document.- Overrides:
marshal
in classURIAdapter
- Parameters:
value
- the URI value, ornull
.- Returns:
- a non-null value only if marshalling ISO 19115-3 or newer.
-