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   
 

Uses of FileDataStoreFactorySpi in org.geotools.data
 

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
 



Copyright © 1996-2009 Geotools. All Rights Reserved.