|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShpFiles | |
---|---|
org.geotools.data.shapefile.dbf | |
org.geotools.data.shapefile.fid | |
org.geotools.data.shapefile.files | |
org.geotools.data.shapefile.shp | |
org.geotools.data.shapefile.shp.xml |
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)
|
|
DbaseFileReader(ShpFiles shapefileFiles,
boolean useMemoryMappedBuffer,
Charset charset,
TimeZone timeZone)
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)
|
|
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 | |
---|---|
static void |
FidIndexer.generate(ShpFiles shpFiles)
Generates the FID index file for the shpFiles |
Constructors in org.geotools.data.shapefile.fid with parameters of type ShpFiles | |
---|---|
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 | |
---|---|
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.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,
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 | |
---|---|
ShpXmlFileReader(ShpFiles shapefileFiles)
Parse metadataFile (currently for bounding box information). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |