Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 Dimensional Map

Status
Not open for further replies.

mteltech

Technical User
Dec 1, 2008
36
0
0
US
Is there a way to develop a two dimensional map with highlighted coordinates in java?

Basically what I am looking to do is to take a picture of a map broken down by x, y coordinates and place a red dot on certain coordinates. For example on a 10 X 10 square I imagine that location A would be at 0,0 and z at 10, 10. If I put in an A I get a red dot at 0,0.
Is this possible?
 
Well, everything is possible, but guessing that your next question will be "How?" I'd say that the answer is not that easy.

It will strongly depend on your Java knowledge, you may want to take a look the Java Advanced Imaging API

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top