Uses of Interface
org.geotools.data.shapefile.files.FileWriter
-
Packages that use FileWriter Package Description org.geotools.data.shapefile.fid org.geotools.data.shapefile.files -
-
Uses of FileWriter in org.geotools.data.shapefile.fid
Classes in org.geotools.data.shapefile.fid that implement FileWriter Modifier and Type Class Description classIndexedFidWriterThe Writer writes out the fid and record number of features to the fid index file. -
Uses of FileWriter in org.geotools.data.shapefile.files
Classes in org.geotools.data.shapefile.files that implement FileWriter Modifier and Type Class Description classBasicShpFileWriterclassStorageFileEncapsulates the idea of a file for writing data to and then later updating the original.Methods in org.geotools.data.shapefile.files with parameters of type FileWriter Modifier and Type Method Description URLShpFiles. acquireWrite(ShpFileType type, FileWriter requestor)Acquire a URL for read and write purposes.FileShpFiles. acquireWriteFile(ShpFileType type, FileWriter requestor)Acquire a File for read and write purposes.OutputStreamShpFiles. getOutputStream(ShpFileType type, FileWriter requestor)Opens a output stream for the indicated file.WritableByteChannelShpFiles. getWriteChannel(ShpFileType type, FileWriter requestor)Obtain a WritableByteChannel from the given URL.Result<URL,ShpFiles.State>ShpFiles. tryAcquireWrite(ShpFileType type, FileWriter requestor)Tries to acquire a URL for read/write purposes.voidShpFiles. unlockWrite(File file, FileWriter requestor)Unlocks a write lock.voidShpFiles. unlockWrite(URL url, FileWriter requestor)Unlocks a write lock.Constructors in org.geotools.data.shapefile.files with parameters of type FileWriter Constructor Description FileChannelDecorator(FileChannel channel, ShpFiles shapefileFiles, URL url, FileWriter requestor)WritableByteChannelDecorator(WritableByteChannel newChannel, ShpFiles shapefileFiles, URL url, FileWriter requestor)
-