Tagged Questions
1
vote
3answers
600 views
how to extract lat long from WKT data?
i want to extract lat long form WKT data and stores into arary list i have tried one solution which is proposed by a user but it has some problems
String str = tv.getText().toString();
str = ...
1
vote
1answer
397 views
Project WGS84 to Google using MapGuide and WKT
I'm having trouble projecting a simple WGS84 formatted layer over google maps. I can't find a good WKT "API" that not only shows parameters, but explains what each parameter is.
The coordinate system ...
