944,201 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 2434
  • Java RSS
Nov 7th, 2004
0

Looking for advice on creating a Virtual Map

Expand Post »
Hi,

Firstly, thanks for letting me join. Hopefully you guys can help me and vice versa.

I've just started a project creating a virtual map. This map will allow uses to walk around a town using digital photographs.

I was just looking for some advice as I cant decide whether to use a tree data structure or maybe a graph data structure to be able to traverse the photos. Users will need to be able to turn left right or turn 180 degrees. No one traversal will be the same. The photos will be stored in a database so they will need to be linked.

I'm not looking for any coding help, just some advice from someone who maybe has already done something like this.

Thanks in advance,
Richard

"Stay cool, stay in school!"
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
RichyBoomstick is offline Offline
2 posts
since Nov 2004
Nov 8th, 2004
0

Re: Looking for advice on creating a Virtual Map

a tree is something I wouldn't have considered, but it sounds like a very good way of doing it. Each map would be a node containing 2 child nodes(left and right). The 180degree turn, or backwards, would just be the node's parent. It sounds like a logical and easy way to set up the map. I don't know how your map data is stored, so I can't really offer any insight on how to actually load that stuff into the tree.
Reputation Points: 92
Solved Threads: 51
Practically a Posting Shark
Phaelax is offline Offline
856 posts
since Mar 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: importing graphs onto GUI frame
Next Thread in Java Forum Timeline: Tapemaking program





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC