Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, everyone...
I have a big problem to solve my task in Java Programming, specially on J2ME.
I can not find any solution until now about how to make an mobile GIS (Geographic Information System) application on Java Language (J2ME). I use Eclipse IDE but I can call spatial data (*.shp,*.shx,etc) to be showed up on my interface (Mobile Emulator).
Anyone, please help me if you already had same problem or if you already know to solve it.
(Sorry about my bad English)

Joe
Posted

1 solution

*.SHP are ESRI Shape Files[^]. Simple said: These are vector based maps.

I would take a look here: OpenMap API[^]

And if possible - I can recommend to use a high level API like the one from Luciad Maps[^] which gives you a kick start. But that one has to be paid.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900