Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / BoundedShapes.java @ 213

History | View | Annotate | Download (192 Bytes)

1
package com.iver.cit.gvsig.fmap;
2

    
3
import java.awt.geom.Rectangle2D;
4
import java.io.IOException;
5

    
6

    
7
public interface BoundedShapes {
8
        Rectangle2D getShapeBounds(int index) throws IOException;
9
}