Uses of Interface
org.geotools.data.shapefile.files.FileReader
-
-
Uses of FileReader in org.geotools.data.shapefile.dbf
Classes in org.geotools.data.shapefile.dbf that implement FileReader Modifier and Type Class Description class
DbaseFileReader
A DbaseFileReader is used to read a dbase III format file.class
IndexedDbaseFileReader
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 FileReader Modifier and Type Class Description class
IndexedFidReader
This object reads from a file the fid of a feature in a shapefile.class
IndexedFidWriter
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.files Modifier and Type Interface Description interface
FileWriter
Indicates that the object writes to one of the Shapefile related files controlled byShpFiles
Classes in org.geotools.data.shapefile.files that implement FileReader Modifier and Type Class Description class
BasicShpFileWriter
class
StorageFile
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 FileReader Modifier and Type Method Description URL
ShpFiles. acquireRead(ShpFileType type, FileReader requestor)
Acquire a URL for read only purposes.File
ShpFiles. acquireReadFile(ShpFileType type, FileReader requestor)
Acquire a File for read only purposes.InputStream
ShpFiles. getInputStream(ShpFileType type, FileReader requestor)
Opens a input stream for the indicated file.ReadableByteChannel
ShpFiles. 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.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 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.fs
Classes in org.geotools.data.shapefile.index.quadtree.fs that implement FileReader Modifier and Type Class Description class
FileSystemIndexStore
-
Uses of FileReader in org.geotools.data.shapefile.shp
Classes in org.geotools.data.shapefile.shp that implement FileReader Modifier and Type Class Description class
IndexFile
IndexFile parser for .shx files.
For now, the creation of index files is done in the ShapefileWriter.class
ShapefileReader
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 Modifier and Type Class Description class
ShpXmlFileReader
-