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

View differences:

GeometriesFactory.java
51 51
 *
52 52
 * $Id$
53 53
 * $Log$
54
 * Revision 1.3  2006-12-29 17:15:48  jorpiell
54
 * Revision 1.4  2007-02-05 13:20:13  jorpiell
55
 * A?adidos nuevos m?todos en la factoria.
56
 *
57
 * Revision 1.3  2006/12/29 17:15:48  jorpiell
55 58
 * Se tienen en cuenta los simpleTypes y los choices, adem?s de los atributos multiples
56 59
 *
57 60
 * Revision 1.2  2006/12/22 11:25:44  csanchez
......
92 95
	 */
93 96
	public Object createMultipoint2D(double[] x, double[] y) {
94 97
		// TODO Auto-generated method stub
95
		return null;
98
		return "Multipoint";
96 99
	}
97 100

  
98 101
	/*
......
112 115
		return gmlString;
113 116
	}
114 117

  
118
	/*
119
	 *  (non-Javadoc)
120
	 * @see org.gvsig.remoteClient.gml.factories.IGeometriesFactory#createPolygon2D(double[], double[])
121
	 */
122
	public Object createPolygon2D(double[] x, double[] y) {
123
		return "Polygon";
124
	}
115 125

  
116 126
}

Also available in: Unified diff