public class

DBFField

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

Summary

Nested Classes
enum DBFField.FieldType  
Constants
int size32
Fields
protected String charset
protected DBFReader dbasefile
protected int displacement
protected String fieldName
protected char fieldType
protected byte flag
protected int index
protected int length
protected int next
protected byte step
Public Constructors
DBFField(DBFReader dbasefile, ByteBuffer bb, int index)
Public Methods
int getIndex()
int getLength()
String getName()
char getType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int size32

Constant Value: 32 (0x00000020)

Fields

protected String charset

protected DBFReader dbasefile

protected int displacement

protected String fieldName

protected char fieldType

protected byte flag

protected int index

protected int length

protected int next

protected byte step

Public Constructors

public DBFField (DBFReader dbasefile, ByteBuffer bb, int index)

Public Methods

public int getIndex ()

public int getLength ()

public String getName ()

public char getType ()