Uses of Class
org.geotools.data.shapefile.StorageFile

Packages that use StorageFile
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
 

Uses of StorageFile in org.geotools.data.shapefile
 

Fields in org.geotools.data.shapefile with type parameters of type StorageFile
protected  Map<ShpFileType,StorageFile> ShapefileFeatureWriter.storageFiles
           
 

Methods in org.geotools.data.shapefile that return StorageFile
 StorageFile ShpFiles.getStorageFile(ShpFileType type)
          Obtains a Storage file for the type indicated.
 

Methods in org.geotools.data.shapefile with parameters of type StorageFile
 int StorageFile.compareTo(StorageFile o)
          Just groups together files that have the same ShpFiles instance
static void StorageFile.replaceOriginals(StorageFile... storageFiles)
          Takes a collection of StorageFiles and performs the replace functionality described in replaceOriginal().
 

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

Constructors in org.geotools.data.shapefile.indexed with parameters of type StorageFile
IndexedFidWriter(ShpFiles shpFiles, StorageFile storageFile)
          Create a new instance
Note: replaceOriginal() is NOT called.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.