Package com.luciad.format.kml22.model


package com.luciad.format.kml22.model

This package and its subpackages provide a domain model for the KML 2.2 data format.

This package contains the root KML model class, TLcdKML22Kml. It also provide two wrappers for this class that add extra functionality:

  • TLcdKML22DynamicModel resolves all dynamic data (network links) and in KML files. It is also responsible for converting ground overlay objects (which do not have an associated image) into paintable ground overlay (which do have an associated image) objects.
  • TLcdKML22RenderableModel converts the hierarchical model tree structure of a KML document into a a single, flat model. This allows to add the model to a map using a single layer.
Since:
10.0