Uses of Interface
org.geotools.data.shapefile.files.FileReader
- 
- 
Uses of FileReader in org.geotools.data.shapefile.dbfClasses in org.geotools.data.shapefile.dbf that implement FileReader Modifier and Type Class Description classDbaseFileReaderA DbaseFileReader is used to read a dbase III format file.classIndexedDbaseFileReaderA DbaseFileReader is used to read a dbase III format file.
- 
Uses of FileReader in org.geotools.data.shapefile.fidClasses in org.geotools.data.shapefile.fid that implement FileReader Modifier and Type Class Description classIndexedFidReaderThis object reads from a file the fid of a feature in a shapefile.classIndexedFidWriterThe Writer writes out the fid and record number of features to the fid index file.
- 
Uses of FileReader in org.geotools.data.shapefile.filesSubinterfaces of FileReader in org.geotools.data.shapefile.files Modifier and Type Interface Description interfaceFileWriterIndicates that the object writes to one of the Shapefile related files controlled byShpFilesClasses in org.geotools.data.shapefile.files that implement FileReader Modifier and Type Class Description classBasicShpFileWriterclassStorageFileEncapsulates the idea of a file for writing data to and then later updating the original.Methods in org.geotools.data.shapefile.files with parameters of type FileReader Modifier and Type Method Description URLShpFiles. acquireRead(ShpFileType type, FileReader requestor)Acquire a URL for read only purposes.FileShpFiles. acquireReadFile(ShpFileType type, FileReader requestor)Acquire a File for read only purposes.InputStreamShpFiles. getInputStream(ShpFileType type, FileReader requestor)Opens a input stream for the indicated file.ReadableByteChannelShpFiles. getReadChannel(ShpFileType type, FileReader requestor)Obtain a ReadableByteChannel from the given URL.Result<URL,ShpFiles.State>ShpFiles. tryAcquireRead(ShpFileType type, FileReader requestor)Tries to acquire a URL for read only purposes.voidShpFiles. unlockRead(File file, FileReader requestor)Unlocks a read lock.voidShpFiles. unlockRead(URL url, FileReader requestor)Unlocks a read lock.Constructors in org.geotools.data.shapefile.files with parameters of type FileReader Constructor Description FileChannelDecorator(FileChannel channel, ShpFiles shapefileFiles, URL url, FileReader requestor)ReadableByteChannelDecorator(ReadableByteChannel newChannel, ShpFiles shapefileFiles, URL url, FileReader requestor)
- 
Uses of FileReader in org.geotools.data.shapefile.index.quadtree.fsClasses in org.geotools.data.shapefile.index.quadtree.fs that implement FileReader Modifier and Type Class Description classFileSystemIndexStore
- 
Uses of FileReader in org.geotools.data.shapefile.shpClasses in org.geotools.data.shapefile.shp that implement FileReader Modifier and Type Class Description classIndexFileIndexFile parser for .shx files.
 For now, the creation of index files is done in the ShapefileWriter.classShapefileReaderThe general use of this class is:
- 
Uses of FileReader in org.geotools.data.shapefile.shp.xmlClasses in org.geotools.data.shapefile.shp.xml that implement FileReader Modifier and Type Class Description classShpXmlFileReader
 
-