|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileWriter | |
---|---|
org.geotools.data.shapefile | |
org.geotools.data.shapefile.indexed |
Uses of FileWriter in org.geotools.data.shapefile |
---|
Classes in org.geotools.data.shapefile that implement FileWriter | |
---|---|
class |
BasicShpFileWriter
|
class |
StorageFile
Encapsulates the idea of a file for writing data to and then later updating the original. |
Methods in org.geotools.data.shapefile with parameters of type FileWriter | |
---|---|
URL |
ShpFiles.acquireWrite(ShpFileType type,
FileWriter requestor)
Acquire a URL for read and write purposes. |
File |
ShpFiles.acquireWriteFile(ShpFileType type,
FileWriter requestor)
Acquire a File for read and write purposes. |
OutputStream |
ShpFiles.getOutputStream(ShpFileType type,
FileWriter requestor)
Opens a output stream for the indicated file. |
WritableByteChannel |
ShpFiles.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. |
void |
ShpFiles.unlockWrite(File file,
FileWriter requestor)
Unlocks a read lock. |
void |
ShpFiles.unlockWrite(URL url,
FileWriter requestor)
Unlocks a read lock. |
Constructors in org.geotools.data.shapefile with parameters of type FileWriter | |
---|---|
FileChannelDecorator(FileChannel channel,
ShpFiles shapefileFiles,
URL url,
FileWriter requestor)
|
|
WritableByteChannelDecorator(WritableByteChannel newChannel,
ShpFiles shapefileFiles,
URL url,
FileWriter requestor)
|
Uses of FileWriter in org.geotools.data.shapefile.indexed |
---|
Classes in org.geotools.data.shapefile.indexed that implement FileWriter | |
---|---|
class |
IndexedFidWriter
The Writer writes out the fid and record number of features to the fid index file. |
class |
IndexedShapefileDataStore
A DataStore implementation which allows reading and writing from Shapefiles. |
class |
ShapeFileIndexer
Utility class for Shapefile spatial indexing |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |