Class DBFField
- java.lang.Object
-
- com.microstrategy.web.app.maps.shp.DBFField
-
public class DBFField extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBFField.FieldType
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
charset
protected DBFReader
dbasefile
protected int
displacement
protected java.lang.String
fieldName
protected char
fieldType
protected byte
flag
protected int
index
protected int
length
protected int
next
static int
size32
protected byte
step
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
int
getLength()
java.lang.String
getName()
char
getType()
-
-
-
Field Detail
-
size32
public static final int size32
- See Also:
- Constant Field Values
-
dbasefile
protected DBFReader dbasefile
-
index
protected int index
-
fieldName
protected java.lang.String fieldName
-
fieldType
protected char fieldType
-
displacement
protected int displacement
-
length
protected int length
-
flag
protected byte flag
-
next
protected int next
-
step
protected byte step
-
charset
protected java.lang.String charset
-
-
Constructor Detail
-
DBFField
public DBFField(DBFReader dbasefile, java.nio.ByteBuffer bb, int index)
-
-