Class TLcdAIXM51LinkExpressionFactory

java.lang.Object
com.luciad.format.aixm51.xml.TLcdAIXM51LinkExpressionFactory
All Implemented Interfaces:
ILcdXLinkExpressionFactory

public class TLcdAIXM51LinkExpressionFactory extends Object implements ILcdXLinkExpressionFactory

Implementation of ILcdXLinkExpressionFactory used for AIXM 5.1 decoding that is able to resolve links between AIXM 5.1 features. Such links are defined using XLinks, consisting of a xlink:href attribute that contains an identifier of the referenced feature or element. Supported identifiers include the GML identifier (UUID) of a feature, preceded with urn:uuid:, urn:uuid. or #uuid., or the gml:id of a feature or one of its elements, preceded with #. In all cases, the linked elements have to be inside the document that is being decoded.

Since:
2016.1
  • Constructor Details

    • TLcdAIXM51LinkExpressionFactory

      public TLcdAIXM51LinkExpressionFactory()
  • Method Details