Uses of Class
org.geotools.data.shapefile.files.StorageFile
-
Packages that use StorageFile Package Description org.geotools.data.shapefile.fid org.geotools.data.shapefile.files -
-
Uses of StorageFile in org.geotools.data.shapefile.fid
Constructors in org.geotools.data.shapefile.fid with parameters of type StorageFile Constructor Description IndexedFidWriter(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 StorageFile Modifier and Type Method Description StorageFile
ShpFiles. getStorageFile(ShpFileType type)
Obtains a Storage file for the type indicated.Methods in org.geotools.data.shapefile.files with parameters of type StorageFile Modifier and Type Method Description int
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()
.
-