Uses of Class
org.apache.sis.xml.XLink
Packages that use XLink
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.Miscellaneous objects and adapters defined in the
"gcx"
namespace.Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of XLink in org.apache.sis.internal.jaxb.gco
Fields in org.apache.sis.internal.jaxb.gco declared as XLinkModifier and TypeFieldDescription(package private) XLink
ObjectReference.xlink
Thexlink
attributes, ornull
if none.Methods in org.apache.sis.internal.jaxb.gco that return XLinkModifier and TypeMethodDescriptionprivate XLink
PropertyType.xlink
(boolean create) Returns thexlink
, ornull
if none andcreate
isfalse
.Constructors in org.apache.sis.internal.jaxb.gco with parameters of type XLinkModifierConstructorDescription(package private)
ObjectReference
(UUID uuid, XLink link) Creates an object reference initialized to the given value. -
Uses of XLink in org.apache.sis.internal.jaxb.gcx
Subclasses of XLink in org.apache.sis.internal.jaxb.gcxModifier and TypeClassDescriptionfinal class
TheAnchor
element, which is included inCharacterString
elements.Constructors in org.apache.sis.internal.jaxb.gcx with parameters of type XLink -
Uses of XLink in org.apache.sis.xml
Fields in org.apache.sis.xml with type parameters of type XLinkModifier and TypeFieldDescriptionstatic final IdentifierSpace
<XLink> IdentifierSpace.XLINK
Any XML attributes defined by OGC in the xlink schema.Methods in org.apache.sis.xml that return XLinkModifier and TypeMethodDescriptionReferenceResolver.anchor
(MarshalContext context, Object value, CharSequence text) Returns the<gcx:Anchor>
to use for the given text, ornull
if none.Methods in org.apache.sis.xml with parameters of type XLinkModifier and TypeMethodDescription<T> boolean
ReferenceResolver.canSubstituteByReference
(MarshalContext context, Class<T> type, T object, XLink link) Returnstrue
if the marshaller can use axlink:href
reference to the given object instead of writing the full XML element.<T> T
ReferenceResolver.resolve
(MarshalContext context, Class<T> type, XLink link) Returns an object of the given type for the givenxlink
attribute, ornull
if none.Constructors in org.apache.sis.xml with parameters of type XLink