Revision 214 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/write/geometron/ZoneEvent.java

View differences:

ZoneEvent.java
2 2

  
3 3
package com.iver.cit.gvsig.fmap.write.geometron;
4 4

  
5
import java.awt.geom.Rectangle2D;
6

  
5 7
public class ZoneEvent extends GeometronEvent {
6
    public Rectangle2D getZone() {
8
    /**
9
	 * @param g
10
	 * @param geom
11
	 */
12
	public ZoneEvent(Geometry g, Geometron geom) {
13
		super(g, geom);
14
		
15
	}
16

  
17
	public Rectangle2D getZone() {
18
		//TODO implementar bien
19
		return null;
7 20
    }
8 21
}

Also available in: Unified diff