Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


oracle.spatial.util
Class DBFReaderJGeom.RecordColumn

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

Direct Known Subclasses:
DBFReaderJGeom.CharacterColumn, DBFReaderJGeom.DateColumn, DBFReaderJGeom.LogicalColumn, DBFReaderJGeom.NumericColumn
Enclosing class:
DBFReaderJGeom

public abstract static class DBFReaderJGeom.RecordColumn
extends java.lang.Object

Constructor Summary
DBFReaderJGeom.RecordColumn(byte[] name)
           

 

Method Summary
 void addValue(byte[] v)
           
 int getDecimalDigits()
           
 int getLength()
           
 byte[] getName()
           
 int getNumValues()
           
 byte getType()
           
 byte[] getValue(int num)
           

 

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

 

Constructor Detail

DBFReaderJGeom.RecordColumn

public DBFReaderJGeom.RecordColumn(byte[] name)

Method Detail

addValue

public void addValue(byte[] v)

getValue

public byte[] getValue(int num)

getName

public byte[] getName()

getNumValues

public int getNumValues()

getType

public byte getType()

getLength

public int getLength()

getDecimalDigits

public int getDecimalDigits()

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.