2
votes
0answers
109 views

What is the best way to convert WKT String to GML String

What is the best way to programatically convert WKT String to GML String? Every reasonable library (at best available in some Maven repository) can be used. Till now I came up with this solution ...
1
vote
0answers
63 views

Renaming Columns in Geotools FeatureType

I am attempting to build a simple java program that loads shapefiles into a Postgis 2.0 database. Everything is working out great except that I would like to be able to modify the FeatureType in the ...
0
votes
0answers
25 views

Adding distance in meters to a wgs84 coordinate [duplicate]

Possible Duplicate: Algorithm for offsetting a latitude/longitude by some amount of meters I have a wgs84 coordinates(two double figures). Then I need to add some distance in meters to the ...