Questions tagged [jak]

Java API for KML (short: JAK) provides Java interfaces for easy access to KML (Keyhole Markup Language) data.

The "Java API for KML" is a library that contains a JAXB representation of the KML 2.2 XML schema. It is very handy for marshalling/unmarshalling KML files for manipulation in Java code.

JAK web site: http://labs.micromata.de/display/jak/Home

31 questions
-2
votes
1 answer

Parsing kml in java

How to determine the latitude and longitude of a point in a polygon? 0 1 clampToGround -88.346745,30.390702,0.0…
1 2
3