3132333435363738
* @source $URL$ */ public class GeometryToString { public static String getString(Geometry geom) { GeometryToWKTString wkt = new GeometryToWKTString(true); return wkt.getString(geom); }