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) XLinkObjectReference.xlinkThexlinkattributes, ornullif none.Methods in org.apache.sis.internal.jaxb.gco that return XLinkModifier and TypeMethodDescriptionprivate XLinkPropertyType.xlink(boolean create) Returns thexlink, ornullif none andcreateisfalse.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 classTheAnchorelement, which is included inCharacterStringelements.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.XLINKAny 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, ornullif none.Methods in org.apache.sis.xml with parameters of type XLinkModifier and TypeMethodDescription<T> booleanReferenceResolver.canSubstituteByReference(MarshalContext context, Class<T> type, T object, XLink link) Returnstrueif the marshaller can use axlink:hrefreference to the given object instead of writing the full XML element.<T> TReferenceResolver.resolve(MarshalContext context, Class<T> type, XLink link) Returns an object of the given type for the givenxlinkattribute, ornullif none.Constructors in org.apache.sis.xml with parameters of type XLink