Uses of Interface
org.geotools.data.shapefile.files.FileReader
Packages that use FileReader
Package
Description
-
Uses of FileReader in org.geotools.data.shapefile.dbf
Classes in org.geotools.data.shapefile.dbf that implement FileReaderModifier and TypeClassDescriptionclass
A DbaseFileReader is used to read a dbase III format file.class
A DbaseFileReader is used to read a dbase III format file. -
Uses of FileReader in org.geotools.data.shapefile.fid
Classes in org.geotools.data.shapefile.fid that implement FileReaderModifier and TypeClassDescriptionclass
This object reads from a file the fid of a feature in a shapefile.class
The Writer writes out the fid and record number of features to the fid index file. -
Uses of FileReader in org.geotools.data.shapefile.files
Subinterfaces of FileReader in org.geotools.data.shapefile.filesModifier and TypeInterfaceDescriptioninterface
Indicates that the object writes to one of the Shapefile related files controlled byShpFiles
Classes in org.geotools.data.shapefile.files that implement FileReaderModifier and TypeClassDescriptionfinal class
final class
Encapsulates 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 FileReaderModifier and TypeMethodDescriptionShpFiles.acquireRead
(ShpFileType type, FileReader requestor) Acquire a URL for read only purposes.ShpFiles.acquireReadFile
(ShpFileType type, FileReader requestor) Acquire a File for read only purposes.ShpFiles.getInputStream
(ShpFileType type, FileReader requestor) Opens a input stream for the indicated file.ShpFiles.getReadChannel
(ShpFileType type, FileReader requestor) Obtain a ReadableByteChannel from the given URL.ShpFiles.tryAcquireRead
(ShpFileType type, FileReader requestor) Tries to acquire a URL for read only purposes.void
ShpFiles.unlockRead
(File file, FileReader requestor) Unlocks a read lock.void
ShpFiles.unlockRead
(URL url, FileReader requestor) Unlocks a read lock.Constructors in org.geotools.data.shapefile.files with parameters of type FileReaderModifierConstructorDescriptionFileChannelDecorator
(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.fs
Classes in org.geotools.data.shapefile.index.quadtree.fs that implement FileReader -
Uses of FileReader in org.geotools.data.shapefile.shp
Classes in org.geotools.data.shapefile.shp that implement FileReaderModifier and TypeClassDescriptionclass
IndexFile parser for .shx files.
For now, the creation of index files is done in the ShapefileWriter.class
The general use of this class is: -
Uses of FileReader in org.geotools.data.shapefile.shp.xml
Classes in org.geotools.data.shapefile.shp.xml that implement FileReader