Class TLcdKML22ModelEncoder

java.lang.Object
com.luciad.format.kml22.xml.TLcdKML22ModelEncoder
All Implemented Interfaces:
ILcdOutputStreamFactoryCapable, ILcdModelEncoder, Serializable

public final class TLcdKML22ModelEncoder extends Object implements ILcdModelEncoder, ILcdOutputStreamFactoryCapable

ILcdModelEncoder implementation to convert a KML 2.2 model to a KML file. The main purpose of this model encoder is to save KML models made programmatically, from a custom conversion process for example.

Limitations

  • This model encoder doesn't export other models into KML files.
  • This model encoder does not support kmz extension.
  • This model encoder was not made for round-trips and KML models don't have a reference to this model encoder.
  • Relative network links will not be modified and this model encoder will not copy their target contents.
Since:
2015.1
See Also: