|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ShpFiles in org.geotools.data.shapefile |
---|
Fields in org.geotools.data.shapefile declared as ShpFiles | |
---|---|
protected ShpFiles |
ShapefileDataStore.shpFiles
|
protected ShpFiles |
ShapefileFeatureWriter.shpFiles
|
Methods in org.geotools.data.shapefile that return ShpFiles | |
---|---|
static ShpFiles |
ShapefileRendererUtil.getShpFiles(ShapefileDataStore ds)
|
Constructors in org.geotools.data.shapefile with parameters of type ShpFiles | |
---|---|
FileChannelDecorator(java.nio.channels.FileChannel channel,
ShpFiles shapefileFiles,
java.net.URL url,
FileReader requestor)
|
|
FileChannelDecorator(java.nio.channels.FileChannel channel,
ShpFiles shapefileFiles,
java.net.URL url,
FileWriter requestor)
|
|
ReadableByteChannelDecorator(java.nio.channels.ReadableByteChannel newChannel,
ShpFiles shapefileFiles,
java.net.URL url,
FileReader requestor)
|
|
ShapefileFeatureWriter(java.lang.String typeName,
ShpFiles shpFiles,
ShapefileAttributeReader attsReader,
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureReader,
java.nio.charset.Charset charset)
|
|
StorageFile(ShpFiles shpFiles,
java.io.File tempFile,
ShpFileType type)
|
|
WritableByteChannelDecorator(java.nio.channels.WritableByteChannel newChannel,
ShpFiles shapefileFiles,
java.net.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,
java.nio.charset.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,
java.nio.charset.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,
java.nio.channels.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,
com.vividsolutions.jts.geom.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). |
Uses of ShpFiles in org.geotools.renderer.shape |
---|
Constructors in org.geotools.renderer.shape with parameters of type ShpFiles | |
---|---|
IndexInfo(IndexType treeType,
ShpFiles shpFiles)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |