|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FileReader in org.geotools.data.shapefile |
---|
Subinterfaces of FileReader in org.geotools.data.shapefile | |
---|---|
interface |
FileWriter
Indicates that the object writes to one of the Shapefile related files controlled by ShpFiles |
Classes in org.geotools.data.shapefile that implement FileReader | |
---|---|
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 with parameters of type FileReader | |
---|---|
java.net.URL |
ShpFiles.acquireRead(ShpFileType type,
FileReader requestor)
Acquire a URL for read only purposes. |
java.io.File |
ShpFiles.acquireReadFile(ShpFileType type,
FileReader requestor)
Acquire a File for read only purposes. |
java.io.InputStream |
ShpFiles.getInputStream(ShpFileType type,
FileReader requestor)
Opens a input stream for the indicated file. |
java.nio.channels.ReadableByteChannel |
ShpFiles.getReadChannel(ShpFileType type,
FileReader requestor)
Obtain a ReadableByteChannel from the given URL. |
Result<java.net.URL,ShpFiles.State> |
ShpFiles.tryAcquireRead(ShpFileType type,
FileReader requestor)
Tries to acquire a URL for read only purposes. |
void |
ShpFiles.unlockRead(java.io.File file,
FileReader requestor)
Unlocks a read lock. |
void |
ShpFiles.unlockRead(java.net.URL url,
FileReader requestor)
Unlocks a read lock. |
Constructors in org.geotools.data.shapefile with parameters of type FileReader | |
---|---|
FileChannelDecorator(java.nio.channels.FileChannel channel,
ShpFiles shapefileFiles,
java.net.URL url,
FileReader requestor)
|
|
ReadableByteChannelDecorator(java.nio.channels.ReadableByteChannel newChannel,
ShpFiles shapefileFiles,
java.net.URL url,
FileReader requestor)
|
Uses of FileReader in org.geotools.data.shapefile.dbf |
---|
Classes in org.geotools.data.shapefile.dbf that implement FileReader | |
---|---|
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.indexed |
---|
Classes in org.geotools.data.shapefile.indexed that implement FileReader | |
---|---|
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. |
class |
IndexedShapefileDataStore
A DataStore implementation which allows reading and writing from Shapefiles. |
class |
ShapeFileIndexer
Utility class for Shapefile spatial indexing |
Uses of FileReader in org.geotools.data.shapefile.prj |
---|
Classes in org.geotools.data.shapefile.prj that implement FileReader | |
---|---|
class |
PrjFileReader
|
Uses of FileReader in org.geotools.data.shapefile.shp |
---|
Classes in org.geotools.data.shapefile.shp that implement FileReader | |
---|---|
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 | |
---|---|
class |
ShpXmlFileReader
|
Uses of FileReader in org.geotools.renderer.shape |
---|
Classes in org.geotools.renderer.shape that implement FileReader | |
---|---|
class |
IndexInfo
Encapsulates index information for a layer in the MapContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |