Revision 3601 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/VectorialFileAdapter.java

View differences:

VectorialFileAdapter.java
57 57
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
58 58
import com.iver.cit.gvsig.fmap.drivers.ExternalData;
59 59
import com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver;
60
import com.iver.cit.gvsig.fmap.rendering.indexes.Index;
61
import com.iver.cit.gvsig.fmap.rendering.indexes.IndexNotExistsException;
62 60
import com.iver.cit.gvsig.fmap.write.FileWriterDriver;
63 61

  
64 62

  
......
67 65
 * adem?s el estado necesario por una capa vectorial de fichero (el nombre del
68 66
 * fichero)
69 67
 */
70
public class VectorialFileAdapter extends VectorialAdapter implements Index {
68
public class VectorialFileAdapter extends VectorialAdapter {
71 69
	private boolean driverInitialized = false;
72 70
	private File file;
73 71
	private FileWriterDriver writeDriver;
......
179 177
		}
180 178
	}
181 179

  
182
	/**
183
	 * @see com.iver.cit.gvsig.fmap.rendering.indexes.Index#getRecordIndexes(java.awt.geom.Rectangle2D)
184
	 */
185
	public int[] getRecordIndexes(Rectangle2D rect)
186
		throws DriverIOException, IndexNotExistsException {
187
		//TODO implementar bien
188
		return null;
189
	}
190 180

  
191 181
	/**
192 182
	 * @see com.iver.cit.gvsig.fmap.layers.ReadableVectorial#getShapeType()

Also available in: Unified diff