Uses of Class
org.geotools.data.shapefile.ShpFiles

Packages that use ShpFiles
org.geotools.data.shapefile   
org.geotools.data.shapefile.dbf   
org.geotools.data.shapefile.indexed   
org.geotools.data.shapefile.prj   
org.geotools.data.shapefile.shp   
org.geotools.data.shapefile.shp.xml   
 

Uses of ShpFiles in org.geotools.data.shapefile
 

Fields in org.geotools.data.shapefile declared as ShpFiles
protected  ShpFiles ShapefileFeatureWriter.shpFiles
           
protected  ShpFiles ShapefileDataStore.shpFiles
           
 

Constructors in org.geotools.data.shapefile with parameters of type ShpFiles
FileChannelDecorator(FileChannel channel, ShpFiles shapefileFiles, URL url, FileReader requestor)
           
FileChannelDecorator(FileChannel channel, ShpFiles shapefileFiles, URL url, FileWriter requestor)
           
ReadableByteChannelDecorator(ReadableByteChannel newChannel, ShpFiles shapefileFiles, URL url, FileReader requestor)
           
ShapefileFeatureWriter(String typeName, ShpFiles shpFiles, ShapefileAttributeReader attsReader, FeatureReader<SimpleFeatureType,SimpleFeature> featureReader, Charset charset)
           
StorageFile(ShpFiles shpFiles, File tempFile, ShpFileType type)
           
WritableByteChannelDecorator(WritableByteChannel newChannel, ShpFiles shapefileFiles, URL url, FileWriter requestor)
           
 

Uses of ShpFiles in org.geotools.data.shapefile.dbf
 

Constructors in org.geotools.data.shapefile.dbf with parameters of type ShpFiles
DbaseFileReader(ShpFiles shapefileFiles, boolean useMemoryMappedBuffer, Charset charset)
          Creates a new instance of DBaseFileReader
IndexedDbaseFileReader(ShpFiles shpFiles)
          Like calling DbaseFileReader(ReadableByteChannel, true);
IndexedDbaseFileReader(ShpFiles shpFiles, boolean useMemoryMappedBuffer)
          Creates a new instance of DBaseFileReader
IndexedDbaseFileReader(ShpFiles shpFiles, boolean useMemoryMappedBuffer, Charset stringCharset)
           
 

Uses of ShpFiles in org.geotools.data.shapefile.indexed
 

Methods in org.geotools.data.shapefile.indexed with parameters of type ShpFiles
static void FidIndexer.generate(ShpFiles shpFiles)
          Generates the FID index file for the shpFiles
 void ShapeFileIndexer.setShapeFileName(ShpFiles shpFiles)
          DOCUMENT ME!
 

Constructors in org.geotools.data.shapefile.indexed with parameters of type ShpFiles
IndexedFidReader(ShpFiles shpFiles)
           
IndexedFidReader(ShpFiles shpFiles, ReadableByteChannel in)
           
IndexedFidReader(ShpFiles shpFiles, RecordNumberTracker reader)
           
IndexedFidWriter(ShpFiles shpFiles)
          Creates a new instance and writes the fids to a storage file which is replaces the original on close().
IndexedFidWriter(ShpFiles shpFiles, StorageFile storageFile)
          Create a new instance
Note: StorageFile.replaceOriginal() is NOT called.
 

Uses of ShpFiles in org.geotools.data.shapefile.prj
 

Constructors in org.geotools.data.shapefile.prj with parameters of type ShpFiles
PrjFileReader(ShpFiles shpFiles)
          Load the index file from the given channel.
 

Uses of ShpFiles in org.geotools.data.shapefile.shp
 

Constructors in org.geotools.data.shapefile.shp with parameters of type ShpFiles
IndexFile(ShpFiles shpFiles, boolean useMemoryMappedBuffer)
          Load the index file from the given channel.
ShapefileReader(ShpFiles shapefileFiles, boolean strict, boolean useMemoryMapped)
          Deprecated. Use ShapefileReader.ShapefileReader(ShpFiles, boolean, boolean, GeometryFactory) instead
ShapefileReader(ShpFiles shapefileFiles, boolean strict, boolean useMemoryMapped, GeometryFactory gf)
          Creates a new instance of ShapeFile.
 

Uses of ShpFiles in org.geotools.data.shapefile.shp.xml
 

Constructors in org.geotools.data.shapefile.shp.xml with parameters of type ShpFiles
ShpXmlFileReader(ShpFiles shapefileFiles)
          Parse metadataFile (currently for bounding box information).
 



Copyright © 1996-2009 Geotools. All Rights Reserved.