Class ShapefileWriting

java.lang.Object
org.geotools.data.ShapefileWriting

public class ShapefileWriting extends Object

Logic for writing dbf header based on java types, lifted from ShapefileWriter for reuse by RiskScape

  • Constructor Details

    • ShapefileWriting

      public ShapefileWriting()
  • Method Details

    • addDbfHeader

      public static boolean addDbfHeader(Class<?> colType, String colName, org.geotools.data.shapefile.dbf.DbaseFileHeader dbfHeader) throws org.geotools.data.shapefile.dbf.DbaseFileException
      Throws:
      org.geotools.data.shapefile.dbf.DbaseFileException