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

View differences:

PolygonPlacementConstraints.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.10  2007-07-18 06:54:34  jaume
46
* Revision 1.11  2007-09-10 15:47:11  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.10  2007/07/18 06:54:34  jaume
47 50
* continuing with cartographic support
48 51
*
49 52
* Revision 1.9  2007/04/26 11:41:00  jaume
......
92 95
import com.iver.cit.gvsig.fmap.core.FShape;
93 96
import com.iver.cit.gvsig.fmap.core.IGeometry;
94 97
import com.iver.cit.gvsig.fmap.core.v02.FConverter;
98
import com.iver.cit.gvsig.fmap.drivers.IFeatureIterator;
95 99
import com.iver.utiles.XMLEntity;
96 100
import com.vividsolutions.jts.geom.Geometry;
97 101
import com.vividsolutions.jts.geom.Point;
......
257 261
		return xml;
258 262
	}
259 263

  
264
	public void postprocess() {
265
		// TODO Auto-generated method stub
266
		throw new Error("Not yet implemented!");
267
	}
268

  
269
	public void preprocess(IFeatureIterator featIterator) {
270
		// TODO Auto-generated method stub
271
		throw new Error("Not yet implemented!");
272
	}
273

  
260 274
}

Also available in: Unified diff