Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Reference

mashbridge edited this page Nov 13, 2013 · 2 revisions

This is a reference to programming with libkml.

Overview

The KML base library is internal to the libkml system. There is no public API to this module, but this must be linked with any use of libkml.

The KML DOM is the API to KML data which is a direct representation of the XML. Everything you can do in XML you can do in the DOM API. KML DOM requires KML Base.

The KML Engine is the API to KML algorithms such as semantics and behavior specified by the KML standard beyond the basic XML file format. KML Engine requires KML DOM and KML Base.

The KML Convenience library consists of useful and common utility code not directly part of the KML standard. KML Convenience requires KML Engine, KML DOM and KML Base.

The KML Regionator library consists of code useful for creating Region-based NetworkLink hierarchies. KML Regionator depends on KML Convenience, KML Engine, KML DOM, and KML Base.

The KML XSD library includes code to process the KML XSD.

Clone this wiki locally