We have to use geoserver to store geodata in our newest project. Unfortunately we have no experience with geospatial data so far, so the question might be obvious to others.

In the first step we inserted our geodata, rooms, door, and area in a building, into the geoserver. We can now use the WFS interface to query the system for informations like, "give me the room at pos(x,y)". To simplify the process, I have written a web service masking the WFS requests with an easy to use interface.

The problem starts with the geometry data type every feature from the database has. Geometry is an java interface and can't be transfered over an jax-ws. So I transformed the geometry into WKT (Well known Text, a standard for representing geospatial data). The problem is, I cant parse the WKT back to Geometry. I spend hours trying to get the geotools WKTParser running but I can't get it working. I had a lot of different errors and googling was pointless.

So basically I had it with the WKT representation of Geometry. Is there any other way I can transfer a geometry data over a web service?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.