1 /* -------------------------------------------------------------------
2 GeoVISTA Center (Penn State, Dept. of Geography)
3 Java source file for the class GeoDataSetSource
4 Copyright (c), 2002, GeoVISTA Center
5 All Rights Reserved.
6 Original Author: Frank Hardisty
7 $Author: hardisty $
8 $Id: GeoDataSource.java,v 1.1 2003/04/25 17:44:57 hardisty Exp $
9 $Date: 2003/04/25 17:44:57 $
10 Reference: Document no:
11 ___ ___
12 ------------------------------------------------------------------- *
13 */
14
15
16 package edu.psu.geovista.data.geog;
17 import java.awt.*;
18 import java.awt.event.*;
19 import javax.swing.event.*;
20 import edu.psu.geovista.io.geog.*;
21 import edu.psu.geovista.db.dbase.*;
22 import java.util.zip.*;
23 import edu.psu.geovista.io.csv.*;
24
25 import java.net.*;
26 import java.io.*;
27
28 /***
29 * Interface implemented by sources that can return a DataSetForApps
30 */
31 public interface GeoDataSource {
32
33 public DataSetForApps getDataForApps();
34 }
This page was automatically generated by Maven