Uses of Class
org.geotools.data.shapefile.dbf.DbaseFileHeader
-
Packages that use DbaseFileHeader Package Description org.geotools.data.shapefile org.geotools.data.shapefile.dbf -
-
Uses of DbaseFileHeader in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that return DbaseFileHeader Modifier and Type Method Description protected static DbaseFileHeader
ShapefileDataStore. createDbaseHeader(SimpleFeatureType featureType, Charset charset)
Attempt to create a DbaseFileHeader for the FeatureType. -
Uses of DbaseFileHeader in org.geotools.data.shapefile.dbf
Methods in org.geotools.data.shapefile.dbf that return DbaseFileHeader Modifier and Type Method Description DbaseFileHeader
DbaseFileReader. getHeader()
Get the header from this file.DbaseFileHeader
DbaseFileWriter. getHeader()
Constructors in org.geotools.data.shapefile.dbf with parameters of type DbaseFileHeader Constructor 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.
-