Git Product home page Git Product logo

xjcpluginjavaapiforkml's Introduction

XJC Plugin to generate the Java API for KML

The Java API for KML (JAK) is automatically generated by OGC’s KML schema specification file ogckml22.xsd and Google’s Gx extensions file kml22gx.xsd. Every time the KML schema evolves, an build cycle is initiated and JAK reflects all changes automatically.

The high level documentation found at Micromata Labs Implementation explains what it takes to create the Java API for KML. It is not essential in understanding the usage of the Java API for KML. The build cycle is explained and the implementation details are shown. Every time the KML schema evolves, the build cycle is initiated and JAK reflects all changes automatically. It is about the implementation details, why things were done as they are, and how this JAXB plugin does all the automatic API creation.

The Java API for KML can be found here: http://labs.micromata.de/projects/jak.html

The current JARs can be obtained via Maven or at the Download page:

<dependencies>
    ...
   <!-- The XJC Plugin -->
   <!-- It is able to create the API (only needed if OGC's KML schema changes) -->
   <dependency>
      <groupId>de.micromata.jak</groupId>
      <artifactId>XJCPluginJavaApiforKml</artifactId>
      <version>1.0.1-SNAPSHOT</version>
   </dependency>
    ...
</dependencies>
<repositories>
    ...
   <repository>
      <id>maven2-repository.dev.java.net</id>
      <name>Java.net Maven 2 Repository</name>
      <url>http://download.java.net/maven/2</url>
      <layout>default</layout>
      <snapshots>
         <enabled>true</enabled>
      </snapshots>
   </repository>
</repositories>

The xjcpluginjavaapiforkml is released under a BSD license.

xjcpluginjavaapiforkml's People

Contributors

unterstein avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.