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
-
ClassDescriptionEnumeration for the different content types that can be part of a KML model.Domain class modeling the KML AbstractObjectType type.This class provides access to the data model and the types of http://www.opengis.net/kml/2.2.Model wrapper around static KML models (
TLcdKML22Kml, TLcdKML22Document, TLcdKML22Folder, TLcdKML22NetworkLink
), resolving the dynamic contents of KML data.Domain class modeling the KML KmlType type.The KML 2.2 Model descriptor.Predefined KML parameters.Map of KML parameters.Wrapper model aroundTLcdKML22DynamicModel
that prepares the model for rendering.