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

View differences:

GMLPointsLayerTest.java
55 55
 *
56 56
 * $Id$
57 57
 * $Log$
58
 * Revision 1.2  2007-04-14 16:07:30  jorpiell
58
 * Revision 1.3  2007-04-19 11:51:43  csanchez
59
 * Actualizacion protoripo libGPE
60
 *
61
 * Revision 1.2  2007/04/14 16:07:30  jorpiell
59 62
 * The writer has been created
60 63
 *
61 64
 * Revision 1.1  2007/04/13 07:17:57  jorpiell
......
86 89
	public String getGPEParserName() {
87 90
		return "org.gvsig.gpe.gml.GPEGmlParser";
88 91
	}
92

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

  
98
	public Class getGPEParserClass() {
99
		// TODO Ap?ndice de m?todo generado autom?ticamente
100
		return null;
101
	}
89 102
	
90 103
}

Also available in: Unified diff