Revision 17778 trunk/libraries/libTopology/src/org/gvsig/topology/ITopologyErrorContainer.java

View differences:

ITopologyErrorContainer.java
50 50

  
51 51
import java.util.List;
52 52

  
53
import org.cresques.cts.IProjection;
54

  
53 55
import com.iver.cit.gvsig.fmap.layers.FLyrVect;
54 56
import com.iver.cit.gvsig.fmap.layers.XMLException;
55
import com.iver.utiles.IPersistence;
56 57
import com.iver.utiles.XMLEntity;
57 58

  
58
import org.cresques.cts.IProjection;
59 59

  
60

  
61 60
/**
62 61
 *All  classes that contains TopologyError must 
63 62
 *implement this interface.
......
148 147
	 * @param topologyError error to adds to the not tolered errors list.
149 148
	 */
150 149
	public void demoteToError(TopologyError topologyError);
150
	
151
	public void removeErrorsByLayer(FLyrVect layer);
152
	
153
	public void removeErrorsByRule(String ruleName);
151 154
	/**
152 155
	 * Returns an unique identifier for the error in the container
153 156
	 * context.
......
155 158
	 */
156 159
	public  String getErrorFid();
157 160
	
161
	/**
162
	 * XML Castor's persistence method.
163
	 * @param xml
164
	 * @throws XMLException
165
	 */
158 166
	public void setXMLEntity(XMLEntity xml) throws XMLException;
159 167
	
160 168
	public XMLEntity getXMLEntity() throws XMLException;

Also available in: Unified diff