Package org.geotools.data.shapefile

Interface Summary
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 Summary
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.
Option  
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>  
ShapefileAttributeReader An AttributeReader implementation for Shapefile.
ShapefileDataStore A DataStore implementation which allows reading and writing from Shapefiles.
ShapefileDataStoreFactory Implementation of the DataStore service provider interface for Shapefiles.
ShapefileFeatureLocking  
ShapefileFeatureStore Allows read-write access to the contents of a shape file.
ShapefileFeatureWriter A FeatureWriter for ShapefileDataStore.
ShapefileFileResourceInfo Information about the contents of a shapefile on disk.
ShapefileFileServiceInfo ServiceInfo for ShapefileDataStore.
ShapefileRendererUtil Allows access the the ShapefileReaders.
ShapefileURLResourceInfo Information about the contents of a shapefile.
ShapefileURLServiceInfo ServiceInfo for ShapefileDataStore.
ShapefileUtilities  
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 Summary
ShpFiles.State  
ShpFileType Enumerates the known types of files associated with a shapefile.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.