Revision 11171 trunk/libraries/libGPE/src/org/gvsig/gpe/GPEContentHandler.java

View differences:

GPEContentHandler.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.2  2007-04-11 13:04:51  jorpiell
46
 * Revision 1.3  2007-04-12 17:06:42  jorpiell
47
 * First GML writing tests
48
 *
49
 * Revision 1.2  2007/04/11 13:04:51  jorpiell
47 50
 * Add the srs param to the addLayer method
48 51
 *
49 52
 * Revision 1.1  2007/04/11 08:46:21  csanchez
......
172 175

  
173 176
	}
174 177

  
178
	public void endFeature(Object feature) {
179
		// TODO Auto-generated method stub
180
		
181
	}
182

  
183
	public Object startFeature(String name, String id) {
184
		// TODO Auto-generated method stub
185
		return null;
186
	}
187

  
175 188
}

Also available in: Unified diff