Uses of Class
org.geotools.dbffile.DbfFieldDef

Packages that use DbfFieldDef
org.geotools.dbffile   
 

Uses of DbfFieldDef in org.geotools.dbffile
 

Fields in org.geotools.dbffile declared as DbfFieldDef
 DbfFieldDef[] DbfFile.fielddef
           
 DbfFieldDef[] Dbf.fielddef
           
 

Methods in org.geotools.dbffile with parameters of type DbfFieldDef
 void DbfFileWriter.writeHeader(DbfFieldDef[] f, int nrecs)