Personal tools
gvSIG Desktop
gvSIG Desktop

Cached time 11/21/13 17:09:13 Clear cache and reload

 

I have code that works with geometries that follow the JTS model.

How can I convert a gvSIG Geometry to JTS format?

You can do this by invoking:

Geometry geom;
com.vividsolutions.jts.geom.Geometry jtsGeom;

jtsGeom = (com.vividsolutions.jts.geom.Geometry) geom.invokeOperation(ToJTS.CODE, null);

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: