Package org.geotools.data
Class ShapefileWriting
java.lang.Object
org.geotools.data.ShapefileWriting
Logic for writing dbf header based on java types, lifted from ShapefileWriter
for reuse by RiskScape
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
addDbfHeader
(Class<?> colType, String colName, org.geotools.data.shapefile.dbf.DbaseFileHeader dbfHeader)
-
Constructor Details
-
ShapefileWriting
public ShapefileWriting()
-
-
Method Details