Revision 11265 trunk/libraries/libGPE-GML/src-test/org/gvsig/gpe/gml/writers/GMLMultiPolygonLayerTest.java

View differences:

GMLMultiPolygonLayerTest.java
53 53
 *
54 54
 * $Id$
55 55
 * $Log$
56
 * Revision 1.2  2007-04-14 16:07:30  jorpiell
56
 * Revision 1.3  2007-04-19 11:51:43  csanchez
57
 * Actualizacion protoripo libGPE
58
 *
59
 * Revision 1.2  2007/04/14 16:07:30  jorpiell
57 60
 * The writer has been created
58 61
 *
59 62
 * Revision 1.1  2007/04/13 13:16:00  jorpiell
......
81 84
	public String getGPEParserName() {
82 85
		return "org.gvsig.gpe.gml.GPEGmlParser";
83 86
	}
87

  
88
	public Class getGPEWriterHandlerClass() {
89
		// TODO Ap?ndice de m?todo generado autom?ticamente
90
		return null;
91
	}
92

  
93
	public Class getGPEParserClass() {
94
		// TODO Ap?ndice de m?todo generado autom?ticamente
95
		return null;
96
	}
84 97
}

Also available in: Unified diff