Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


oracle.spatial.util
Class DBFReaderJGeom.NumericColumn

java.lang.Object
  extended by oracle.spatial.util.DBFReaderJGeom.RecordColumn
      extended by oracle.spatial.util.DBFReaderJGeom.NumericColumn

Enclosing class:
DBFReaderJGeom

public static class DBFReaderJGeom.NumericColumn
extends DBFReaderJGeom.RecordColumn

Field Summary
protected  int columnDecimalDigits
           
protected  int columnLength
           

 

Fields inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
columnName, values

 

Constructor Summary
DBFReaderJGeom.NumericColumn(byte[] name, int length, int decimalDigits)
           

 

Method Summary
 int getDecimalDigits()
           
 int getLength()
           
 byte getType()
           

 

Methods inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
addValue, getName, getNumValues, getValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

columnLength

protected int columnLength

columnDecimalDigits

protected int columnDecimalDigits

Constructor Detail

DBFReaderJGeom.NumericColumn

public DBFReaderJGeom.NumericColumn(byte[] name,
                                    int length,
                                    int decimalDigits)

Method Detail

getDecimalDigits

public int getDecimalDigits()
Overrides:
getDecimalDigits in class DBFReaderJGeom.RecordColumn

getType

public byte getType()
Overrides:
getType in class DBFReaderJGeom.RecordColumn

getLength

public int getLength()
Overrides:
getLength in class DBFReaderJGeom.RecordColumn

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


Copyright © 2006, Oracle. All Rights Reserved.