Class MD_Scope.Legacy
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<MD_Scope,org.opengis.metadata.quality.Scope>
org.apache.sis.internal.jaxb.gco.PropertyType<MD_Scope,org.opengis.metadata.quality.Scope>
org.apache.sis.internal.jaxb.metadata.MD_Scope
org.apache.sis.internal.jaxb.metadata.MD_Scope.Legacy
- Enclosing class:
MD_Scope
On unmarshalling, creates an instance of the deprecated
DefaultScope
subclass.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.jaxb.metadata.MD_Scope
MD_Scope.Legacy, MD_Scope.Since2014
-
Field Summary
Fields inherited from class org.apache.sis.internal.jaxb.gco.PropertyType
metadata
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.internal.jaxb.metadata.MD_Scope
getBoundType, getElement, setElement, wrap
Methods inherited from class org.apache.sis.internal.jaxb.gco.PropertyType
accept2014, getActuate, getArcRole, getHRef, getNilReason, getRole, getShow, getTitle, getUUIDREF, incomplete, marshal, setActuate, setArcRole, setHRef, setNilReason, setRole, setShow, setTitle, setUUIDREF
-
Constructor Details
-
Legacy
public Legacy()Empty constructor used only by JAXB.
-
-
Method Details
-
unmarshal
Converts an adapter read from an XML stream.- Overrides:
unmarshal
in classPropertyType<MD_Scope,
org.opengis.metadata.quality.Scope> - Parameters:
value
- the adapter for a metadata value.- Returns:
- an instance of the GeoAPI interface which represents the metadata value.
- Throws:
URISyntaxException
- if a URI cannot be parsed.
-