Uses of Class
com.luciad.format.xml.bind.schema.ALcdXMLModelEncoder
Packages that use 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
Subclasses of ALcdXMLModelEncoder in com.luciad.format.aixm51.xmlModifier and TypeClassDescriptionclassThisILcdModelEncodercreates 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. -
Uses of ALcdXMLModelEncoder in com.luciad.format.gml2.xml
Subclasses of ALcdXMLModelEncoder in com.luciad.format.gml2.xmlModifier and TypeClassDescriptionclassThis model encoder encodes Geography Markup Language (GML) version 2.x. -
Uses of ALcdXMLModelEncoder in com.luciad.format.gml31.xml
Subclasses of ALcdXMLModelEncoder in com.luciad.format.gml31.xmlModifier and TypeClassDescriptionclassThis model encoder encodes Geography Markup Language (GML) version 3.1. -
Uses of ALcdXMLModelEncoder in com.luciad.format.gml32.xml
Subclasses of ALcdXMLModelEncoder in com.luciad.format.gml32.xmlModifier and TypeClassDescriptionclassThis model encoder encodes Geography Markup Language (GML) version 3.2. -
Uses of ALcdXMLModelEncoder in com.luciad.format.nvg.nvg15.xml
Subclasses of ALcdXMLModelEncoder in com.luciad.format.nvg.nvg15.xmlModifier and TypeClassDescriptionclassModel encoder for creating an NVG 1.5 document from a givenTLcdNVG15Model. -
Uses of ALcdXMLModelEncoder in com.luciad.format.nvg.nvg20.xml
Subclasses of ALcdXMLModelEncoder in com.luciad.format.nvg.nvg20.xmlModifier and TypeClassDescriptionclassModel encoder for creating an NVG 2.0 document from a givenTLcdNVG20ModelorTLcdNVG20FilteredModel.