Package ucar.unidata.data
Interface DataSourceFactory
- All Known Implementing Classes:
AddeImageDataSource
,AddePointDataSource
,AddeProfilerDataSource
,AddeTextDataSource
,AddeTextProductDataSource
,AMRCTextPointDataSource
,CacheDataSource
,CDMProfileDataSource
,CDMProfilerDataSource
,CDMRadarDataSource
,CDOGTextPointDataSource
,DataSourceImpl
,DbPointDataSource
,DbTrajectoryDataSource
,DemDataSource
,DescriptorDataSource
,DiamondPointDataSource
,DodsGeoGridDataSource
,DoradeDataSource
,DrawingDataSource
,EOLProfilerDataSource
,FilesDataSource
,FrontDataSource
,GeodasDataSource
,GeoGridDataSource
,GeotiffDataSource
,GNOMETextPointDataSource
,GridCoverageDataSource
,GridDataSource
,ImageDataSource
,ImageGridDataSource
,ImageXmlDataSource
,JsonDataSource
,KmlDataSource
,Level2RadarDataSource
,ListDataSource
,McIDASImageDataSource
,MovieDataSource
,NetcdfMetarDataSource
,NetcdfPointCloudDataSource
,NetcdfPointDataSource
,NetcdfRadarDataSource
,NwxTextProductDataSource
,PlaceFileDataSource
,PointCloudDataSource
,PointDataSource
,RadarDataSource
,RaobDataSource
,SerializedDataSource
,ShapeFileDataSource
,SondeDataSource
,TextDataSource
,TextPointDataSource
,TextProductDataSource
,TrackDataSource
,TrajectoryFeatureTypeDataSource
,Vis5DDataSource
,VisadDataSource
,WaterMLDataSource
,WmsDataSource
,WRFHDNetcdfDataSource
public interface DataSourceFactory
An interface for DataSource factory methods
- Version:
- $Revision: 1.14 $
- Author:
- IDV Development Team
-
Method Summary
Modifier and TypeMethodDescriptionGet the DataSource that this factory produces.
-
Method Details
-
getDataSource
DataSource getDataSource()Get the DataSource that this factory produces.- Returns:
- the DataSource
-