How to convert text files to GPX file?

jeanettedeer

New Member
I have a text files with latitudes and longitudes for different points separated by commas as follows. I want to convert it into GPX file so that I can use this to send coordinates from this file to my emulator. How can do this through a java class? My text file is as follows. I made this file by manually marking points on this site - http://www.findlatitudeandlongitude.com/click-lat-lng-list/#.T-G4i7XztX8\[code\]28.499433450096404,77.409507036209128.49990488581077,77.4083054065704328.500376319419054,77.4071788787841828.50084775092117,77.4060523509979228.5013191803171,77.4049258232116728.501790607606893,77.4037992954254228.502196033391538,77.4025976657867428.502601457618425,77.4013638496398928.503138878029674,77.4000549316406228.503676295703638,77.3987460136413628.504213710640236,77.3974370956420928.504751122839448,77.3961281776428228.505288532301247,77.3948192596435528.505825939025602,77.3935747146606428.50636334301247,77.3923301696777328.506929028462302,77.3910534381866528.507664415012268,77.3900020122528128.50853178743081,77.3890256881713928.509370869179346,77.3882746696472228.510209944253397,77.3875236511230528.511049012652865,77.3867726325988828.51188807437762,77.386021614074728.512727129427535,77.3852705955505428.513566177802456,77.3843371868133528.51440521950231,77.3834037780761728.515244254526948,77.38239526748657\[/code\]
 
Back
Top