Revision 4847 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/VectorialEditableAdapter.java

View differences:

VectorialEditableAdapter.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.44  2006-04-12 17:13:39  fjp
48
 * Revision 1.45  2006-04-18 06:56:55  caballero
49
 * Cambiar VectorialAdapter por ReadableVectorial
50
 *
51
 * Revision 1.44  2006/04/12 17:13:39  fjp
49 52
 * *** empty log message ***
50 53
 *
51 54
 * Revision 1.43  2006/04/11 12:12:29  fjp
......
213 216
 *
214 217
 */
215 218
public class VectorialEditableAdapter extends EditableAdapter implements ReadableVectorial, BoundedShapes {
216
	protected VectorialAdapter ova;
219
	protected ReadableVectorial ova;
217 220
	//private VectorialDriver driver;
218 221
	protected Quadtree index;
219 222

  
......
256 259
		super();
257 260
	}
258 261
	public void setOriginalVectorialAdapter(ReadableVectorial rv){
259
		ova=(VectorialAdapter)rv;
262

  
263
		ova=rv;
260 264
		try {
261 265
			setOriginalDataSource(rv.getRecordset());
262 266
		} catch (DriverLoadException e) {
......
320 324
	public int getShapeType() throws DriverIOException {
321 325
		return ova.getShapeType();
322 326
	}
323
	public VectorialAdapter getOriginalAdapter(){
327
	public ReadableVectorial getOriginalAdapter(){
324 328
		return ova;
325 329
	}
326 330
	public VectorialDriver getDriver() {

Also available in: Unified diff