Revision 1591 branches/pilotoDWG/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/EditableFeatureSource.java

View differences:

EditableFeatureSource.java
179 179
	 * @return DOCUMENT ME!
180 180
	 */
181 181
	Image getImage();
182

  
183
	void undoAddGeometry(int index) throws DriverIOException, IOException;
184
	void undoModifyGeometry(int index,int previndex) throws IOException, DriverIOException;
185
	void undoRemoveGeometry(int index) throws IOException, DriverIOException;
186 182
}

Also available in: Unified diff