gistoolkit.application.layers
Interface DataSourcePanel

All Known Implementing Classes:
ArcIMSDataSourcePanel, ArcSDEDataSourcePanel, ERMapperDataSourcePanel, ImageDirectoryDataSourcePanel, ImageFileDataSourcePanel, OGCWebServiceDataSourcePanel, RasterCatalogDataSourcePanel, ReadOnlyMySQLDataSourcePanel, ReadOnlyOracleDataSourcePanel, ReadOnlyPostGISDataSourcePanel, ReadOnlyShapeFileDataSourcePanel, ReadOnlySpatialExtenderDataSourcePanel, SeamlessDataSourcePanel, ShapeFileDataSourcePanel, TerraserverDataSourcePanel, UpdateableArcSDEDataSourcePanel, UpdateableMySQLDataSourcePanel, UpdateableOracleDataSourcePanel, UpdateablePostGISDataSourcePanel, UpdateableSpatialExtenderDataSourcePanel

public interface DataSourcePanel

There can theoretically be many different types of data sources. Currently there are DB2 Datasources, and Shape File datasources, but there may be others. The data needed to connect to a Shape File datasource is vastly different than that needed to connect to a DB2 datasource, so this interface allows panels to be displayed in a generic fashion to configure a datasource. Creation date: (5/1/2001 11:07:46 AM)


Method Summary
 DataSource getDataSource()
          Return the fully configured datasource.
 void setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 

Method Detail

getDataSource

public DataSource getDataSource()
                         throws java.lang.Exception
Return the fully configured datasource.

Throws:
java.lang.Exception

setGISDisplay

public void setGISDisplay(GISDisplay inDisplay)
Sets the GISDisplay in case the panel should need it.