Package com.luciad.format.gml32.xml
package com.luciad.format.gml32.xml
Provides support for decoding and encoding GML 3.2 data, and exporting models to GML 3.2.
The decoder and encoder provided by this package are built upon the XML Binding Framework
com.luciad.format.xml.bind
included with LuciadLightspeed.
The following classes are the main entry classes for this package:
TLcdGML32ModelDecoder
: implementation ofcom.luciad.model.ILcdModelDecoder
TLcdGML32ModelEncoder
: implementation ofcom.luciad.model.ILcdModelEncoder
Larger XML decoders or encoders that combine GML data with other XML data can be created by configuring the combined XML decoder and encoder with the GML 3.2 data model and the other data models.
- Since:
- 9.0
-
ClassDescriptionThis model decoder decodes Geography Markup Language (GML) version 3.2.Implementation of
ILcdModelDescriptor
for GML 3.2 data.This model encoder encodes Geography Markup Language (GML) version 3.2.