| Package | Description |
|---|---|
| org.geotools.data.shapefile | |
| org.geotools.data.shapefile.dbf |
| Modifier and Type | Method and Description |
|---|---|
protected static DbaseFileHeader |
ShapefileDataStore.createDbaseHeader(SimpleFeatureType featureType)
Attempt to create a DbaseFileHeader for the FeatureType.
|
| Modifier and Type | Method and Description |
|---|---|
DbaseFileHeader |
DbaseFileWriter.getHeader() |
DbaseFileHeader |
DbaseFileReader.getHeader()
Get the header from this file.
|
| Constructor and Description |
|---|
DbaseFileWriter(DbaseFileHeader header,
WritableByteChannel out)
Create a DbaseFileWriter using the specified header and writing to the given channel.
|
DbaseFileWriter(DbaseFileHeader header,
WritableByteChannel out,
Charset charset)
Create a DbaseFileWriter using the specified header and writing to the given channel.
|
DbaseFileWriter(DbaseFileHeader header,
WritableByteChannel out,
Charset charset,
TimeZone timeZone)
Create a DbaseFileWriter using the specified header and writing to the given channel.
|
Copyright © 1996–2019 Geotools. All rights reserved.