Package org.geotools.data.shapefile.files
package org.geotools.data.shapefile.files
-
ClassDescriptionA FileChannel that delegates all calls to the underlying FileChannel but for
FileChannelDecorator.implCloseChannel()
it also calls ShapefileFiles.unlock method to release the lock on the URL.Indicates that the object reads one of the Shapefile related files controlled byShpFiles
Indicates that the object writes to one of the Shapefile related files controlled byShpFiles
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> The collection of all the files that are the shapefile and its metadata and indices.Enumerates the known types of files associated with a shapefile.Encapsulates the idea of a file for writing data to and then later updating the original.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.