Revision 8212

View differences:

trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/core/fmap/AbstractGeoprocess.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.8  2006-09-15 10:42:54  caballero
48
* Revision 1.9  2006-10-20 14:28:30  azabala
49
* changed visibility of createLayerFrom method to protected
50
*
51
* Revision 1.8  2006/09/15 10:42:54  caballero
49 52
* extensibilidad de documentos
50 53
*
51 54
* Revision 1.7  2006/08/29 07:56:30  cesar
......
150 153
	}
151 154
	
152 155
	
153
	private FLayer createLayerFrom(IWriter writer) throws GeoprocessException{
156
	protected FLayer createLayerFrom(IWriter writer) throws GeoprocessException{
154 157
		FLyrVect solution = null;
155 158
		//Para evitar todos estos casts, hay que meter la
156 159
		//interfaz FileWriter

Also available in: Unified diff