Uses of Class
org.geotools.data.shapefile.dbf.DbaseFileException
-
Packages that use DbaseFileException Package Description org.geotools.data.shapefile org.geotools.data.shapefile.dbf -
-
Uses of DbaseFileException in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile that throw DbaseFileException Modifier and Type Method Description protected static DbaseFileHeader
ShapefileDataStore. createDbaseHeader(SimpleFeatureType featureType, Charset charset)
Attempt to create a DbaseFileHeader for the FeatureType. -
Uses of DbaseFileException in org.geotools.data.shapefile.dbf
Methods in org.geotools.data.shapefile.dbf that throw DbaseFileException Modifier and Type Method Description void
DbaseFileHeader. addColumn(String inFieldName, char inFieldType, int inFieldLength, int inDecimalCount)
Add a column to this DbaseFileHeader.void
DbaseFileWriter. write(Object[] record)
Write a single dbase record.
-