Statistics
| Revision:

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

History | View | Annotate | Download (284 Bytes)

1
/* Generated by Together */
2

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

    
5
/**
6
 * Estrategia que har? uso de ?ndices para implementar la Strategy
7
 */
8
public class IndexedStrategy extends DefaultStrategy {
9

    
10
        /**
11
         * @param capa
12
         */
13
        public IndexedStrategy(FLyrVect capa) {
14
                super(capa);
15
                
16
        }
17
}