| Interface | Description |
|---|---|
| FileReader |
Indicates that the object reads one of the Shapefile related files controlled by
ShpFiles |
| FileWriter |
Indicates that the object writes to one of the Shapefile related files controlled by
ShpFiles |
| Class | Description |
|---|---|
| BasicShpFileWriter | |
| FileChannelDecorator |
A 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. |
| ReadableByteChannelDecorator |
A ReadableByteChannel that delegates all calls to the underlying ReadableByteChannel but for
ReadableByteChannelDecorator.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 for
WritableByteChannelDecorator.close() it also calls ShapefileFiles.unlock method to release the lock on the URL. |
| Enum | Description |
|---|---|
| ShpFiles.State | |
| ShpFileType |
Enumerates the known types of files associated with a shapefile.
|
Copyright © 1996–2019 Geotools. All rights reserved.