Revision 4447 trunk/extensions/extGeoProcessing/src/com/iver/gvsig/geoprocessing/impl/jtsprocessors/FeaturePersisterProcessor2.java

View differences:

FeaturePersisterProcessor2.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.2  2006-03-05 19:58:58  azabala
48
* Revision 1.3  2006-03-15 18:34:03  azabala
49 49
* *** empty log message ***
50 50
*
51
* Revision 1.2  2006/03/05 19:58:58  azabala
52
* *** empty log message ***
53
*
51 54
* Revision 1.1  2006/02/26 20:55:08  azabala
52 55
* *** empty log message ***
53 56
*
......
58 61
import com.iver.cit.gvsig.fmap.core.IRow;
59 62
import com.iver.cit.gvsig.fmap.edition.DefaultRowEdited;
60 63
import com.iver.cit.gvsig.fmap.edition.EditionException;
61
import com.iver.cit.gvsig.fmap.edition.ISchemaManager;
62 64
import com.iver.cit.gvsig.fmap.edition.IWriter;
63 65
import com.iver.gvsig.geoprocessing.model.FeatureProcessor;
64 66

  
67
/**
68
 * It saves in a persistent data store Features, by using a IWriter.
69
 * It does preprocess and postprocess in start() and stop() methods.
70
 * @author azabala
71
 *
72
 */
65 73
public class FeaturePersisterProcessor2 implements FeatureProcessor {
66 74
	/*
67 75
	 * precondition: writer must have its schema created with

Also available in: Unified diff