Revision 14145

View differences:

trunk/libraries/libTopology/src/org/gvsig/jts/JtsUtil.java
44 44
/* CVS MESSAGES:
45 45
*
46 46
* $Id$
47
* $Log$
48
* Revision 1.1  2007-09-19 09:01:20  azabala
47
* $Log: JtsUtil.java,v $
48
* Revision 1.1  2007/09/19 09:01:20  azabala
49 49
* first version in cvs
50 50
*
51 51
*
......
63 63
 *
64 64
 */
65 65
public class JtsUtil {
66
	private static GeometryFactory geomFactory = new GeometryFactory();
66
	public static GeometryFactory geomFactory = new GeometryFactory();
67 67
	
68 68
	public static Geometry createGeometry(Coordinate[] coords,
69 69
			String geometryType) {

Also available in: Unified diff