Revision 1821 branches/FMap_piloto_CAD_Layout_version/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FShape.java

View differences:

FShape.java
42 42

  
43 43
import org.cresques.cts.ICoordTrans;
44 44

  
45
import com.iver.utiles.XMLEntity;
46

  
45 47
import java.awt.Shape;
46 48

  
47 49

  
......
95 97
	 * @return Handlers
96 98
	 */
97 99
	public Handler[] getSelectHandlers();
100
	public XMLEntity getXMLEntity();
101
	public void setXMLEntity(XMLEntity xml);
102
	
98 103
}

Also available in: Unified diff