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

View differences:

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

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

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

Also available in: Unified diff