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.shapefileMethods in org.geotools.data.shapefile that throw DbaseFileException Modifier and Type Method Description protected static DbaseFileHeaderShapefileDataStore. createDbaseHeader(SimpleFeatureType featureType, Charset charset)Attempt to create a DbaseFileHeader for the FeatureType.
- 
Uses of DbaseFileException in org.geotools.data.shapefile.dbfMethods in org.geotools.data.shapefile.dbf that throw DbaseFileException Modifier and Type Method Description voidDbaseFileHeader. addColumn(String inFieldName, char inFieldType, int inFieldLength, int inDecimalCount)Add a column to this DbaseFileHeader.voidDbaseFileWriter. write(Object[] record)Write a single dbase record.
 
-