Package org.geotools.data.shapefile.files
-
Interface Summary Interface Description FileReader Indicates that the object reads one of the Shapefile related files controlled byShpFiles
FileWriter Indicates that the object writes to one of the Shapefile related files controlled byShpFiles
-
Class Summary Class Description BasicShpFileWriter FileChannelDecorator A FileChannel that delegates all calls to the underlying FileChannel but forFileChannelDecorator.implCloseChannel()
it also calls ShapefileFiles.unlock method to release the lock on the URL.ReadableByteChannelDecorator A ReadableByteChannel that delegates all calls to the underlying ReadableByteChannel but forReadableByteChannelDecorator.close()
it also calls ShapefileFiles.unlock method to release the lock on the URL.Result<V,S> ShpFiles The collection of all the files that are the shapefile and its metadata and indices.StorageFile Encapsulates the idea of a file for writing data to and then later updating the original.StreamLogging WritableByteChannelDecorator A WritableByteChannel that delegates all calls to the underlying WritableByteChannel but forWritableByteChannelDecorator.close()
it also calls ShapefileFiles.unlock method to release the lock on the URL. -
Enum Summary Enum Description ShpFiles.State ShpFileType Enumerates the known types of files associated with a shapefile.