public class

DBFReader

extends BaseFileReader
java.lang.Object
   ↳ com.microstrategy.web.app.maps.shp.BaseFileReader
     ↳ com.microstrategy.web.app.maps.shp.DBFReader

Summary

Fields
protected int day
protected DBFField[] fields
protected byte fileType
protected int headerSize
protected int month
protected int recordSize
protected String[][] records
protected int recordsCount
protected int year
[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.shp.BaseFileReader
Public Constructors
DBFReader(SHPParser shapefile, File file)
Public Methods
String[][] getContent()
DBFField[] getFields()
void read(String charset)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.shp.BaseFileReader
From class java.lang.Object

Fields

protected int day

protected DBFField[] fields

protected byte fileType

protected int headerSize

protected int month

protected int recordSize

protected String[][] records

protected int recordsCount

protected int year

Public Constructors

public DBFReader (SHPParser shapefile, File file)

Throws
IOException

Public Methods

public String[][] getContent ()

public DBFField[] getFields ()

public void read (String charset)

Throws
Exception