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

View differences:

PointPlacementConstraints.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.9  2007-07-18 06:54:34  jaume
46
* Revision 1.10  2007-09-10 15:47:11  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.9  2007/07/18 06:54:34  jaume
47 50
* continuing with cartographic support
48 51
*
49 52
* Revision 1.8  2007/04/18 15:35:11  jaume
......
84 87
import com.iver.cit.gvsig.fmap.core.FPoint2D;
85 88
import com.iver.cit.gvsig.fmap.core.FShape;
86 89
import com.iver.cit.gvsig.fmap.core.IGeometry;
90
import com.iver.cit.gvsig.fmap.drivers.IFeatureIterator;
87 91
import com.iver.utiles.XMLEntity;
88 92
/**
89 93
 *
......
141 145
		return xml;
142 146
	}
143 147

  
148
	public void postprocess() {
149
		// TODO Auto-generated method stub
150
		throw new Error("Not yet implemented!");
151
	}
152

  
153
	public void preprocess(IFeatureIterator featIterator) {
154
		// TODO Auto-generated method stub
155
		throw new Error("Not yet implemented!");
156
	}
157

  
144 158
}

Also available in: Unified diff