org.geotools.data.shapefile.dbf
Class DbaseFileReader.Row

Object
  extended by DbaseFileReader.Row
Enclosing class:
DbaseFileReader

public final class DbaseFileReader.Row
extends Object


Constructor Summary
DbaseFileReader.Row()
           
 
Method Summary
 boolean isDeleted()
           
 Object read(int column)
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbaseFileReader.Row

public DbaseFileReader.Row()
Method Detail

read

public Object read(int column)
            throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

isDeleted

public boolean isDeleted()


Copyright © 1996-2014 Geotools. All Rights Reserved.