Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to plot location in a map ?

user575089Mar 14 2017 — edited Mar 26 2017

I have a KLM file comprising of geo locational data.

I'd like to parse this file for data e.g latititude , logitude , height etc and finally  plot it in a map. Could you please help which API can help to plot  location in a map  with the parsed data ?

open source API/tool please

Comments

Timo Hahn
Answer

You can download the jdk doc from https://www.oracle.com/java/technologies/javase-jdk8-doc-downloads.html
Put the zip file somewhere local on your machine. Then open JDeveloper and select the menu tools->'manage libraries'. There you select the 'Java SE definition' tab and select the JDK version you are using
image.pngclick on the 'Doc Path' and select 'Add Entry' button. In the file dialog that opens, you go to the directory where you put the zip file and open it and select the 'docs/api' folder. Then save everything and restart JDev.
Then you'll get the javadoc you are missing.

Timo

Marked as Answer by ChristianM0147 · Jul 9 2021
ChristianM0147

Unfortunately it did not work. I did exactly what you described.
image.pngBut it seems that it has no effect.
image.pngDo you know what i may be missing?
Kind Regards

Timo Hahn

Well, you are looking at the code for the method and not the documentation. Select the 'Documentation' tab below the 'Element has no details' and you see the javadoc.
image.png
If you want to see the code you can download the jdk source and add the zip to the source path (in the manage libraries) where you added the path to the docs.

Timo

ChristianM0147

Oh... My bad. Thank you very much!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 23 2017
Added on Mar 14 2017
4 comments
316 views