Revision 1755 branches/FMap_SLD/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/ShapeFactory.java

View differences:

ShapeFactory.java
56 56
	public static IGeometry createPoint2D(double x, double y) {
57 57
		return new FGeometry(new FPoint2D(x, y));
58 58
	}
59
	public static IGeometry createPoint2D(FPoint2D p) {
60
		return new FGeometry(p);
61
	}
59 62

  
63
	
60 64
	/**
61 65
	 * Crea una geometr?a que contiene como shape un Multipunto 2D.
62 66
	 *

Also available in: Unified diff