Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libFMap_dal / src / org / gvsig / fmap / dal / raster / CoveragerStoreParameters.java @ 24496

History | View | Annotate | Download (128 Bytes)

1
package org.gvsig.fmap.dal.raster;
2

    
3

    
4
public interface CoveragerStoreParameters {
5

    
6
        public String getDataStoreName();
7

    
8
}