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

View differences:

GPEContentHandler.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.1  2007-04-11 08:46:21  csanchez
46
 * Revision 1.2  2007-04-11 13:04:51  jorpiell
47
 * Add the srs param to the addLayer method
48
 *
49
 * Revision 1.1  2007/04/11 08:46:21  csanchez
47 50
 * Actualizacion protoripo libGPE
48 51
 *
49 52
 *
......
54 57
public abstract class GPEContentHandler implements IGPEContentHandler {
55 58

  
56 59
	public Object startLayer(Object parent, Object bBox, String id,
57
			String name, String description) {
60
			String name, String description,String srs) {
58 61
		// TODO Ap?ndice de m?todo generado autom?ticamente
59 62
		return null;
60 63
	}

Also available in: Unified diff