Package com.luciad.format.aixm51.xml


package com.luciad.format.aixm51.xml

This package provides API for decoding and encoding AIXM 5.1 data from/to XML.

The following classes can be used to directly decode/encode AIXM 5.1 data from/to XML:

  • TLcdAIXM51ModelDecoder: ILcdModelDecoder for decoding AIXM 5.1 data
  • TLcdAIXM51ModelEncoder: ILcdModelEncoder for encoding AIXM 5.1 data
Since:
10.0
  • Classes
    Class
    Description
    Implementation of ILcdXLinkExpressionFactory used for AIXM 5.1 decoding that is able to resolve links between AIXM 5.1 features.
    This model decoder decodes AIXM 5.1 data into ILcdModel objects.
    This ILcdModelEncoder creates AIXM 5.1 files from an ILcdModel object of type TLcdAIXM51AbstractAIXMMessage that represents a collection of AIXM 5.1 features, or an ILcdModel object of type ILcdModelTreeNode, containing child models of type TLcdAIXM51AbstractAIXMMessage, or an TLcdAIXM51AbstractAIXMFeature object that represents a stand-alone AIXM 5.1 feature.
    A factory for XPath objects that are applicable to AIXM 5.1 domain objects like TLcdAIXM51AbstractAIXMFeature and TLcdAIXM51AbstractAIXMTimeslice.