Uses of Class
org.geotools.data.shapefile.files.StorageFile
Packages that use StorageFile
-
Uses of StorageFile in org.geotools.data.shapefile.fid
Constructors in org.geotools.data.shapefile.fid with parameters of type StorageFileModifierConstructorDescriptionIndexedFidWriter
(ShpFiles shpFiles, StorageFile storageFile) Create a new instance
Note:replaceOriginal()
is NOT called. -
Uses of StorageFile in org.geotools.data.shapefile.files
Methods in org.geotools.data.shapefile.files that return StorageFileModifier and TypeMethodDescriptionShpFiles.getStorageFile
(ShpFileType type) Obtains a Storage file for the type indicated.Methods in org.geotools.data.shapefile.files with parameters of type StorageFileModifier and TypeMethodDescriptionint
StorageFile.compareTo
(StorageFile o) Just groups together files that have the same ShpFiles instancestatic void
StorageFile.replaceOriginals
(StorageFile... storageFiles) Takes a collection of StorageFiles and performs the replace functionality described inreplaceOriginal()
.