Closed abrin closed 7 years ago
sorry, I'm not familiar with JTS shape.
JTS shapes (Java Topology Suite) https://sourceforge.net/projects/jts-topo-suite/ is the backbone of how SOLR (Lucene), HibernateSpatial, and Geotools represent Spatial objects. So, having a direct transform would facilitate ease of moving between a GeoJSON Point, Polygon, etc. and a more standard java representation of the object.
is there a straightforward way to convert between a JTS shape and your GeoJSON shape back and forth?
apologies if I missed it.