Revision 13606 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/LinePlacementConstraints.java

View differences:

LinePlacementConstraints.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.10  2007-05-22 10:05:31  jaume
46
* Revision 1.11  2007-09-10 15:47:11  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.10  2007/05/22 10:05:31  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.9  2007/05/08 08:47:40  jaume
50 53
* *** empty log message ***
51 54
*
......
90 93
import com.iver.cit.gvsig.fmap.core.FShape;
91 94
import com.iver.cit.gvsig.fmap.core.IGeometry;
92 95
import com.iver.cit.gvsig.fmap.core.TextPath;
96
import com.iver.cit.gvsig.fmap.drivers.IFeatureIterator;
93 97
import com.iver.utiles.XMLEntity;
94 98
/**
95 99
 *
......
218 222
		}
219 223
		return tp;
220 224
	}
225
	
226
	public void preprocess(IFeatureIterator featIterator) {
227
		// TODO Auto-generated method stub
228
		throw new Error("Not yet implemented!");
229
	}
230
	
231
	public void postprocess() {
232
		// TODO Auto-generated method stub
233
		throw new Error("Not yet implemented!");
234
	}
221 235
}

Also available in: Unified diff