Revision 11136

View differences:

trunk/libraries/libGPE/src/org/gvsig/gpe/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
	}
trunk/libraries/libGPE/src/org/gvsig/gpe/IGPEContentHandler.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.3  2007-04-11 08:46:20  csanchez
48
 * Revision 1.4  2007-04-11 13:04:51  jorpiell
49
 * Add the srs param to the addLayer method
50
 *
51
 * Revision 1.3  2007/04/11 08:46:20  csanchez
49 52
 * Actualizacion protoripo libGPE
50 53
 *
51 54
 * Revision 1.2  2007/04/11 07:35:43  jorpiell
......
61 64
 */
62 65
public interface IGPEContentHandler {
63 66
	
64
	public Object startLayer(Object parent, Object bBox, String id, String name, String description);
67
	public Object startLayer(Object parent, Object bBox, String id, String name, String description, String srs);
65 68

  
66 69
	public void endLayer(Object layer);
67 70
	

Also available in: Unified diff