Uses of Class
org.geotools.data.shapefile.files.ShpFiles
Packages that use ShpFiles
Package
Description
-
Uses of ShpFiles in org.geotools.data.shapefile.dbf
Constructors in org.geotools.data.shapefile.dbf with parameters of type ShpFilesModifierConstructorDescriptionDbaseFileReader
(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 ShpFilesModifier and TypeMethodDescriptionstatic void
Generates the FID index file for the shpFilesConstructors in org.geotools.data.shapefile.fid with parameters of type ShpFilesModifierConstructorDescriptionIndexedFidReader
(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 ShpFilesModifierConstructorDescriptionFileChannelDecorator
(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 -
Uses of ShpFiles in org.geotools.data.shapefile.shp
Constructors in org.geotools.data.shapefile.shp with parameters of type ShpFilesModifierConstructorDescriptionLoad 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 ShpFilesModifierConstructorDescriptionShpXmlFileReader
(ShpFiles shapefileFiles) Parse metadataFile (currently for bounding box information).