Revision 11663 trunk/libraries/libGPE/src-test/org/gvsig/gpe/GPEContentHandlerTest.java

View differences:

GPEContentHandlerTest.java
60 60
 *
61 61
 * $Id$
62 62
 * $Log$
63
 * Revision 1.12  2007-05-15 11:54:35  jorpiell
63
 * Revision 1.13  2007-05-15 12:09:41  jorpiell
64
 * The bbox is linked to the feature
65
 *
66
 * Revision 1.12  2007/05/15 11:54:35  jorpiell
64 67
 * A wrong label fixed
65 68
 *
66 69
 * Revision 1.11  2007/05/15 07:28:34  jorpiell
......
131 134
		layers = new ArrayList();
132 135
	}
133 136

  
134
	public void addBboxToGeometry(Object bbox, Object geometry) {
135
		((Geometry)geometry).setBbox(bbox);
137
	public void addBboxToFeature(Object bbox, Object feature) {
138
		((Feature)feature).setBbox(bbox);
136 139

  
137 140
	}
138 141

  

Also available in: Unified diff