Package oracle.spatial.util
Class DBFReaderJGeom.LogicalColumn
- java.lang.Object
-
- oracle.spatial.util.DBFReaderJGeom.RecordColumn
-
- oracle.spatial.util.DBFReaderJGeom.LogicalColumn
-
- Enclosing class:
- DBFReaderJGeom
public static class DBFReaderJGeom.LogicalColumn extends DBFReaderJGeom.RecordColumn
-
-
Field Summary
-
Fields inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
columnName, values
-
-
Constructor Summary
Constructors Constructor Description LogicalColumn(byte[] name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
byte
getType()
-
Methods inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
addValue, getDecimalDigits, getName, getNumValues, getValue
-
-
-
-
Method Detail
-
getType
public byte getType()
- Overrides:
getType
in classDBFReaderJGeom.RecordColumn
-
getLength
public int getLength()
- Overrides:
getLength
in classDBFReaderJGeom.RecordColumn
-
-