GithubHelp home page GithubHelp logo

publish Javadoc about javaapiforkml HOT 7 OPEN

vylan avatar vylan commented on July 29, 2024
publish Javadoc

from javaapiforkml.

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
sorry , where is the javadoc??

Original comment by [email protected] on 23 Dec 2009 at 12:58

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
currently there is no javadoc,
an alternative and temporary solution is to download jak's source and integrate 
it
into the ide of your choice

Original comment by [email protected] on 24 Dec 2009 at 2:01

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Im trying to marshal a simple kml file and i get the following error:
javax.xml.bind.PropertyException: name: com.sun.xml.bind.namespacePrefixMapper 
value:
de.micromata.opengis.kml.v_2_2_0.Kml$NameSpaceBeautyfier@14f6b14

Nice effort but without javadoc the whole project seems poor..

Original comment by [email protected] on 25 Dec 2009 at 2:53

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I made API Reference with javadoc.
http://www.nilab.info/cheapjap2/20100107.html#p01

Original comment by [email protected] on 6 Jan 2010 at 3:41

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
[deleted comment]

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This is not related to this issue directly, but as a response to Comment 3:

I was running into the same issue... basically I was getting that exception in 
a project that was creating it's own class loaders which turns out were not 
being used by the JAXBContext.newInstance(...) on line 634 of Kml.java

The way to fix this to allow the classloader that was used to create the Kml 
instance to resolve the ContextFactory is to:

1. add a new file: jaxb.index to the de.micromata.opengis.kml.v_2_2_0 package 
(see attached)
2. change line 634 of Kml.java from: jc = JAXBContext.newInstance((Kml.class)); 
 to  jc = JAXBContext.newInstance("de.micromata.opengis.kml.v_2_2_0", 
getClass().getClassLoader());

This will allow the proper jaxb implementation to be found correctly.

-Boris  

Original comment by [email protected] on 22 Dec 2011 at 4:15

Attachments:

from javaapiforkml.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Im new to kml and got the same issue as comment 3. So following comment 6: 
Where can we get the kml.java class?

Original comment by [email protected] on 4 Oct 2012 at 7:06

from javaapiforkml.

Related Issues (20)

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.