An open source Java software library that provides an object model for Euclidean planar linear geometry together with a set of fundamental geometric function

learn more… | top users | synonyms

2
votes
0answers
157 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 ...