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
-
ClassDescriptionImplementation 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 intoILcdModel
objects.ThisILcdModelEncoder
creates AIXM 5.1 files from anILcdModel
object of typeTLcdAIXM51AbstractAIXMMessage
that represents a collection of AIXM 5.1 features, or anILcdModel
object of typeILcdModelTreeNode
, containing child models of typeTLcdAIXM51AbstractAIXMMessage
, or anTLcdAIXM51AbstractAIXMFeature
object that represents a stand-alone AIXM 5.1 feature.A factory forXPath
objects that are applicable to AIXM 5.1 domain objects likeTLcdAIXM51AbstractAIXMFeature
andTLcdAIXM51AbstractAIXMTimeslice
.