Package oracle.spatial.util
Class DBFReaderJGeom.NumericColumn
- java.lang.Object
-
- oracle.spatial.util.DBFReaderJGeom.RecordColumn
-
- oracle.spatial.util.DBFReaderJGeom.NumericColumn
-
- Enclosing class:
- DBFReaderJGeom
public static class DBFReaderJGeom.NumericColumn extends DBFReaderJGeom.RecordColumn
-
-
Field Summary
Fields Modifier and Type Field Description protected intcolumnDecimalDigitsprotected intcolumnLength-
Fields inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
columnName, values
-
-
Constructor Summary
Constructors Constructor Description NumericColumn(byte[] name, int length, int decimalDigits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDecimalDigits()intgetLength()bytegetType()-
Methods inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
addValue, getName, getNumValues, getValue
-
-
-
-
Method Detail
-
getDecimalDigits
public int getDecimalDigits()
- Overrides:
getDecimalDigitsin classDBFReaderJGeom.RecordColumn
-
getType
public byte getType()
- Overrides:
getTypein classDBFReaderJGeom.RecordColumn
-
getLength
public int getLength()
- Overrides:
getLengthin classDBFReaderJGeom.RecordColumn
-
-