Java API for KML
Tuesday, August 18th, 2009One of the most commonly asked features for WWJava is KML support for it. And what most developers have done is to write their own support for KML.
But now there is a Java API for KML (JAK) support. So now developers that want to have KML support in WWJava can add it in via this API.
The objective of the Java API for KML is to provide Java interfaces for easy access to KML (Keyhole Markup Language) data.
The main goal of the Java API for KML (JAK) is to provide automatically generated full reference implementation of the KML object model defined by OGC’s KML standard and Google’s GX extensions. It is an object orientated API that enables the convenient and easy use of KML in existing Java environments.

