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
-
ClassesClassDescriptionImplementation of
ILcdXLinkExpressionFactoryused for AIXM 5.1 decoding that is able to resolve links between AIXM 5.1 features.This model decoder decodes AIXM 5.1 data intoILcdModelobjects.ThisILcdModelEncodercreates AIXM 5.1 files from anILcdModelobject of typeTLcdAIXM51AbstractAIXMMessagethat represents a collection of AIXM 5.1 features, or anILcdModelobject of typeILcdModelTreeNode, containing child models of typeTLcdAIXM51AbstractAIXMMessage, or anTLcdAIXM51AbstractAIXMFeatureobject that represents a stand-alone AIXM 5.1 feature.A factory forXPathobjects that are applicable to AIXM 5.1 domain objects likeTLcdAIXM51AbstractAIXMFeatureandTLcdAIXM51AbstractAIXMTimeslice.