Uses of Class
org.geotoolkit.xml.XLink

Uses of XLink in org.geotoolkit.xml
 

Fields in org.geotoolkit.xml with type parameters of type XLink
static IdentifierSpace<XLink> IdentifierSpace.XLINK
          Any XML attributes defined by OGC in the xlink schema.
 

Methods in org.geotoolkit.xml that return XLink
 XLink IdentifiedObject.getXLink()
          Deprecated. Replaced by getIdentifierMap().getSpecialized(IdentifierSpace.XLINK).
 

Methods in org.geotoolkit.xml with parameters of type XLink
<T> T
ObjectLinker.resolve(Class<T> type, XLink link)
          Returns an object of the given type for the given xlink attribute, or null if none.
 void IdentifiedObject.setXLink(XLink link)
          Deprecated. Replaced by getIdentifierMap().putSpecialized(IdentifierSpace.XLINK, link).
 

Constructors in org.geotoolkit.xml with parameters of type XLink
XLink(XLink link)
          Creates a new link as a copy of the given link.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.