Click here to Skip to main content
15,896,063 members
Home / Discussions / Java
   

Java

 
GeneralRe: Printing the contents of a collection Pin
SWDevil4-Dec-10 23:31
SWDevil4-Dec-10 23:31 
GeneralRe: Printing the contents of a collection Pin
Cedric Moonen4-Dec-10 23:56
Cedric Moonen4-Dec-10 23:56 
GeneralRe: Printing the contents of a collection Pin
SWDevil5-Dec-10 0:41
SWDevil5-Dec-10 0:41 
GeneralRe: Printing the contents of a collection Pin
Cedric Moonen5-Dec-10 1:38
Cedric Moonen5-Dec-10 1:38 
AnswerRe: Printing the contents of a collection Pin
David Skelly6-Dec-10 2:09
David Skelly6-Dec-10 2:09 
AnswerRe: Printing the contents of a collection Pin
Alok Sharma ji7-Dec-10 1:32
Alok Sharma ji7-Dec-10 1:32 
AnswerRe: Printing the contents of a collection Pin
Ramaiah Raj30-Jan-11 20:30
Ramaiah Raj30-Jan-11 20:30 
Questionintegrating a Map and GIS in a java path finding simulator Pin
amit ofer3-Dec-10 21:11
amit ofer3-Dec-10 21:11 
hi, my name is Amit and I'm a software engineering student in Ben Gurion university in Israel.
I've recently started working on my final project which is a simulator application for multi-agent path-finding algorithms.
the main idea of my project is to be able to test a few pathfinding algorithms (A* for example) on two different environments.
the first is a grid map which is quite simple to implement. the second which is the reason i'm here is map, or more precisely a road map.
each agent in the search algorithm will be represented by a car on the road map where the point is to see the movement of the cars from their starting position to their destination without any collisions between the cars.
so what i need is a way to integrate a road map inside my Java Swing application and be able to draw stuff on the map and get the coordinates for the roads in the map as an input to my search algorithm.
i thought about using google maps for this, as i am a huge fan of google and i thought that the API will be simple and easy to use.
before i jump into studying the google maps API i wanted to make sure that its what i'm looking for and what i wanna do can be done using google maps.
i don't want to start with google maps API and in the middle of the project find out that its not right for the task and have to throw everything. i also thought about using Google earth, but i think 2d maps will be easier to handle and should be good enough for what i wanna accomplish.

so are the things i mentioned possible/not to hard to accomplish using Google Maps API or should i search for alternative?

thanks

Amit Ofer
AnswerRe: integrating a Map and GIS in a java path finding simulator Pin
Skynet_Code5-Dec-10 20:48
Skynet_Code5-Dec-10 20:48 
GeneralRe: integrating a Map and GIS in a java path finding simulator Pin
amit ofer5-Dec-10 21:27
amit ofer5-Dec-10 21:27 
GeneralRe: integrating a Map and GIS in a java path finding simulator Pin
Skynet_Code6-Dec-10 0:08
Skynet_Code6-Dec-10 0:08 
Questionhow toinput into array from keyboard Pin
atoivan3-Dec-10 16:15
atoivan3-Dec-10 16:15 
AnswerRe: how toinput into array from keyboard Pin
Dr.Walt Fair, PE3-Dec-10 16:35
professionalDr.Walt Fair, PE3-Dec-10 16:35 
QuestionProfile visits using FB api Pin
nachiket dave2-Dec-10 1:06
nachiket dave2-Dec-10 1:06 
AnswerRe: Profile visits using FB api Pin
Nagy Vilmos2-Dec-10 1:10
professionalNagy Vilmos2-Dec-10 1:10 
GeneralRe: Profile visits using FB api Pin
TorstenH.2-Dec-10 2:39
TorstenH.2-Dec-10 2:39 
Questionhow to write this code Pin
atoivan2-Dec-10 0:28
atoivan2-Dec-10 0:28 
AnswerRe: how to write this code Pin
Nagy Vilmos2-Dec-10 0:37
professionalNagy Vilmos2-Dec-10 0:37 
AnswerRe: how to write this code Pin
TorstenH.2-Dec-10 2:44
TorstenH.2-Dec-10 2:44 
AnswerRe: how to write this code Pin
CodingLover2-Dec-10 23:43
CodingLover2-Dec-10 23:43 
QuestionRe: how to write this code Pin
atoivan3-Dec-10 15:44
atoivan3-Dec-10 15:44 
AnswerRe: how to write this code Pin
TorstenH.5-Dec-10 20:52
TorstenH.5-Dec-10 20:52 
QuestionRe: how to write this code Pin
atoivan3-Dec-10 15:55
atoivan3-Dec-10 15:55 
AnswerRe: how to write this code Pin
Dr.Walt Fair, PE3-Dec-10 16:34
professionalDr.Walt Fair, PE3-Dec-10 16:34 
QuestionRe: how to write this code Pin
atoivan3-Dec-10 16:49
atoivan3-Dec-10 16:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.