Revision 10109 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/gml/factories/IGeometriesFactory.java

View differences:

IGeometriesFactory.java
50 50
 *
51 51
 * $Id$
52 52
 * $Log$
53
 * Revision 1.3  2006-12-29 17:15:48  jorpiell
53
 * Revision 1.4  2007-02-05 13:20:13  jorpiell
54
 * A?adidos nuevos m?todos en la factoria.
55
 *
56
 * Revision 1.3  2006/12/29 17:15:48  jorpiell
54 57
 * Se tienen en cuenta los simpleTypes y los choices, adem?s de los atributos multiples
55 58
 *
56 59
 * Revision 1.2  2006/12/22 11:25:44  csanchez
......
105 108
	public Object createMultipoint2D(double[] x, double[] y);
106 109
	
107 110
	/**
111
	 * Creates a polygon in 2D	 
112
	 * @param x
113
	 * Array of points with the X coordinate
114
	 * @param y
115
	 * Array of points with the Y coordinate
116
	 * @return 
117
	 * Geometry that represents a polygon in 2D
118
	 */	
119
	public Object createPolygon2D(double[] x,double[] y);
120
	
121
	
122
	/**
108 123
	 * Creates a geometry using a GML string
109 124
	 * @param gmlString
110 125
	 * GML geometry

Also available in: Unified diff