Click here to Skip to main content
15,995,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Am writing an application to track school going kids on their school journeys.
Please, I need a java code that creates polygons by buffering the route to have a width of about 100m.
How and where do I store the polygons' co-ordinates?

I also need another code that would take every update and check whether it lies within any of the polygons, if not, it should send an alert to the parent to show the deviation.

This checking should continue until the child reaches his destination.

I would also appreciate any other general advice on achieving my objective becasue I am new to programming.

NB. I have already done the part for sending the updates.
Posted
Updated 7-Aug-10 1:29am
v2
Comments
Dalek Dave 7-Aug-10 7:29am    
Edited for Readability and Spelling.

1 solution

Take a look at the Java Tutorials[^] for information on just about every type of problem you are investigating.
 
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