Statistics
| Revision:

root / trunk / extensions / extWCS / src / es / uji / lsi / wcs / XmlWcsParsing / GMLGrid.java @ 1877

History | View | Annotate | Download (314 Bytes)

1
package es.uji.lsi.wcs.XmlWcsParsing;
2
/*
3
 * GMLGrid.java
4
 *
5
 * Created on 3 de enero de 2005, 14:30
6
 */
7

    
8
/**
9
 *
10
 * @author  jaume
11
 */
12
public class GMLGrid {
13
    
14
    /** Creates a new instance of GMLGrid */
15
    public GMLGrid(XMLNode node) {
16
        System.out.println("GMLGrid not yet implemented");
17
    }
18
    
19
}