Uses of Class
com.luciad.format.xml.bind.schema.ALcdXMLModelEncoder
Package
Description
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
Provides support for decoding and encoding GML 3.2 data, and exporting models to GML 3.2.
This package provides API for decoding and encoding NVG 1.4/1.5 data from/to XML.
This package provides API for decoding and encoding NVG 2.0 data from/to XML.
-
Uses of ALcdXMLModelEncoder in com.luciad.format.aixm51.xml
Modifier and TypeClassDescriptionclass
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. -
Uses of ALcdXMLModelEncoder in com.luciad.format.gml2.xml
Modifier and TypeClassDescriptionclass
This model encoder encodes Geography Markup Language (GML) version 2.x. -
Uses of ALcdXMLModelEncoder in com.luciad.format.gml31.xml
Modifier and TypeClassDescriptionclass
This model encoder encodes Geography Markup Language (GML) version 3.1. -
Uses of ALcdXMLModelEncoder in com.luciad.format.gml32.xml
Modifier and TypeClassDescriptionclass
This model encoder encodes Geography Markup Language (GML) version 3.2. -
Uses of ALcdXMLModelEncoder in com.luciad.format.nvg.nvg15.xml
Modifier and TypeClassDescriptionclass
Model encoder for creating an NVG 1.5 document from a givenTLcdNVG15Model
. -
Uses of ALcdXMLModelEncoder in com.luciad.format.nvg.nvg20.xml
Modifier and TypeClassDescriptionclass
Model encoder for creating an NVG 2.0 document from a givenTLcdNVG20Model
orTLcdNVG20FilteredModel
.