Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / services / OGCService.java @ 2183

History | View | Annotate | Download (332 Bytes)

1
/*
2
 * Created on 30-may-2005
3
 */
4
package com.iver.cit.gvsig.fmap.services;
5

    
6
import com.hardcode.driverManager.Driver;
7

    
8
/**
9
 * @author luisw
10
 */
11
public interface OGCService extends RemoteService {
12
        /**
13
         * Constructor.
14
         * @param name
15
         * @param host
16
         * @param port
17
         */
18
//        public OGCService(String name, String host, int port);
19

    
20
}