Uses of Class
org.geotools.data.shapefile.files.ShpFiles
-
-
Uses of ShpFiles in org.geotools.data.shapefile.dbf
Constructors in org.geotools.data.shapefile.dbf with parameters of type ShpFiles Constructor Description DbaseFileReader(ShpFiles shapefileFiles, boolean useMemoryMappedBuffer, Charset charset)
DbaseFileReader(ShpFiles shapefileFiles, boolean useMemoryMappedBuffer, Charset charset, TimeZone timeZone)
Creates a new instance of DBaseFileReaderIndexedDbaseFileReader(ShpFiles shpFiles)
Like calling DbaseFileReader(ReadableByteChannel, true);IndexedDbaseFileReader(ShpFiles shpFiles, boolean useMemoryMappedBuffer)
Creates a new instance of DBaseFileReaderIndexedDbaseFileReader(ShpFiles shpFiles, boolean useMemoryMappedBuffer, Charset stringCharset)
IndexedDbaseFileReader(ShpFiles shpFiles, boolean useMemoryMappedBuffer, Charset stringCharset, TimeZone timeZone)
-
Uses of ShpFiles in org.geotools.data.shapefile.fid
Methods in org.geotools.data.shapefile.fid with parameters of type ShpFiles Modifier and Type Method Description static void
FidIndexer. generate(ShpFiles shpFiles)
Generates the FID index file for the shpFilesConstructors in org.geotools.data.shapefile.fid with parameters of type ShpFiles Constructor Description IndexedFidReader(ShpFiles shpFiles)
IndexedFidReader(ShpFiles shpFiles, ReadableByteChannel in)
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.files
Constructors in org.geotools.data.shapefile.files with parameters of type ShpFiles Constructor Description 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)
StorageFile(ShpFiles shpFiles, File tempFile, ShpFileType type)
WritableByteChannelDecorator(WritableByteChannel newChannel, ShpFiles shapefileFiles, URL url, FileWriter requestor)
-
Uses of ShpFiles in org.geotools.data.shapefile.index.quadtree.fs
Constructors in org.geotools.data.shapefile.index.quadtree.fs with parameters of type ShpFiles Constructor Description FileSystemIndexStore(File file, ShpFiles shpFiles)
Constructor. -
Uses of ShpFiles in org.geotools.data.shapefile.shp
Constructors in org.geotools.data.shapefile.shp with parameters of type ShpFiles Constructor Description IndexFile(ShpFiles shpFiles, boolean useMemoryMappedBuffer)
Load the index file from the given channel.ShapefileReader(ShpFiles shapefileFiles, boolean strict, boolean useMemoryMapped, GeometryFactory gf)
Creates a new instance of ShapeFile.ShapefileReader(ShpFiles shapefileFiles, boolean strict, boolean useMemoryMapped, GeometryFactory gf, boolean onlyRandomAccess)
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 Constructor Description ShpXmlFileReader(ShpFiles shapefileFiles)
Parse metadataFile (currently for bounding box information).
-