Revision 36443 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/Project.java

View differences:

Project.java
9 9
import java.util.List;
10 10

  
11 11
import org.cresques.cts.IProjection;
12

  
12 13
import org.gvsig.app.project.documents.Document;
13
import org.gvsig.app.project.documents.table.TableDocument;
14 14
import org.gvsig.fmap.mapcontext.layers.FLayer;
15
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
16 15
import org.gvsig.tools.persistence.Persistent;
17 16
import org.gvsig.tools.persistence.exception.PersistenceException;
18 17

  
......
149 148
	public boolean isEmpty();
150 149

  
151 150
	/**
152
	 * Return the FeatureTableDocument associated with a layer
153
	 *
154
	 * @param layer
155
	 *
156
	 * @return FeatureTableDocument associated with the layer.
157
	 */
158
	public TableDocument getTable(FLyrVect layer);
159

  
160
	/**
161 151
	 * Return the view that contains the especified layer.
162 152
	 *
163 153
	 * @param layer

Also available in: Unified diff