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

View differences:

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