Package org.geotools.data.shapefile.dbf
Class DbaseFileWriter.FieldFormatter
- Object
-
- FieldFormatter
-
- Enclosing class:
- DbaseFileWriter
public static class DbaseFileWriter.FieldFormatter extends Object
Utility for formatting Dbase fields.
-
-
Constructor Summary
Constructors Constructor Description FieldFormatter(Charset charset, TimeZone timeZone, boolean swallowFieldSizeErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldString(int size, int decimalPlaces, Number n)StringgetFieldString(int size, String s)StringgetFieldString(Date d)StringgetFieldStringDateTime(Date d)
-