Revision 278

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/VectorialFileAdapter.java
131 131
    }
132 132

  
133 133
    /**
134
     * @see com.iver.cit.gvsig.fmap.layers.ReadableVectorial#initialize()
135
     */
136
    public void initialize() {
137
    }
138

  
139
    /**
140 134
     * @see com.iver.cit.gvsig.fmap.rendering.indexes.Index#getRecordIndexes(java.awt.geom.Rectangle2D)
141 135
     */
142 136
    public int[] getRecordIndexes(Rectangle2D rect)
trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/LayerFactory.java
28 28
	 */
29 29
	private static TreeMap sourceAdapter;
30 30

  
31
	/*
32
	 * TODO Implementar bien
33
	 */
34
	public static FLyrVect createLayer(File f,
35
			IProjection p) {
36
		throw new UnsupportedOperationException();
37
	}
38
	/*
39
	 * TODO Esta llamada debe de sustituir la instancia del driver por
40
	 * la clase del driver, y crear las instancias dentro
41
	 */	
31 42
	/**
32 43
	 * Crea un RandomVectorialFile con el driver que se le pasa como par?metro
33 44
	 * y guard?ndose el nombre del fichero para realizar los accesos, la capa
......
47 58

  
48 59
		FLyrVect capa = new FLyrVect();
49 60

  
50
		//TODO Meter esto dentro de la comprobaci?n de si hay
61
		//TODO Meter esto dentro de la comprobaci?n de si hay memoria
51 62
		if (false) {
52 63
		} else {
53 64
			capa.setSource(adapter);

Also available in: Unified diff