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 TypeClassDescriptionclassA DbaseFileReader is used to read a dbase III format file.classA 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 TypeClassDescriptionclassThis object reads from a file the fid of a feature in a shapefile.classThe 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 TypeInterfaceDescriptioninterfaceIndicates that the object writes to one of the Shapefile related files controlled byShpFilesClasses in org.geotools.data.shapefile.files that implement FileReaderModifier and TypeClassDescriptionfinal classfinal classEncapsulates 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.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 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 TypeClassDescriptionclassIndexFile parser for .shx files.
For now, the creation of index files is done in the ShapefileWriter.classThe 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