Uses of Interface
org.geotools.data.FileDataStoreFactorySpi

Packages that use FileDataStoreFactorySpi
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.swing.data Dialog and wizard classes to get user input for data stores 
 

Uses of FileDataStoreFactorySpi in org.geotools.data
 

Methods in org.geotools.data that return FileDataStoreFactorySpi
static FileDataStoreFactorySpi FileDataStoreFinder.getDataStoreFactory(String extension)
           
 

Methods in org.geotools.data that return types with arguments of type FileDataStoreFactorySpi
static Iterator<FileDataStoreFactorySpi> FileDataStoreFinder.getAvailableDataStores()
          Returns an iterator of FileDataStoreFactorySpi to allow for the easy creation of a FileDataStore
 

Uses of FileDataStoreFactorySpi in org.geotools.data.shapefile
 

Classes in org.geotools.data.shapefile that implement FileDataStoreFactorySpi
 class ShapefileDataStoreFactory
          Implementation of the DataStore service provider interface for Shapefiles.
 

Uses of FileDataStoreFactorySpi in org.geotools.data.shapefile.indexed
 

Classes in org.geotools.data.shapefile.indexed that implement FileDataStoreFactorySpi
 class IndexedShapefileDataStoreFactory
          Deprecated. Please use ShapefileDataStoreFactory, it can create an IndexedDataStore if appropriate
 

Uses of FileDataStoreFactorySpi in org.geotools.swing.data
 

Methods in org.geotools.swing.data with parameters of type FileDataStoreFactorySpi
static File JFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format, Component parent)
          Show a file open dialog that filters for files that match a given file data store format
static File JFileDataStoreChooser.showOpenFile(FileDataStoreFactorySpi format, File initialDir, Component parent)
          Show a file open dialog that filters for files that match a given file data store format
 

Constructors in org.geotools.swing.data with parameters of type FileDataStoreFactorySpi
JFileDataStoreChooser(FileDataStoreFactorySpi format)
          Creates a dialog that filters for files matching the specified data format.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.