es.unex.sextante.gridCategorical.tabulateArea
Class TempTableReader

java.lang.Object
  extended by es.unex.sextante.gridCategorical.tabulateArea.TempTableReader

public class TempTableReader
extends java.lang.Object

Author:
Cesar Martinez Izquierdo

Constructor Summary
TempTableReader(es.unex.sextante.dataObjects.ITable table)
           
 
Method Summary
 void close()
           
 es.unex.sextante.dataObjects.IRecord getCurrent()
           
 es.unex.sextante.dataObjects.IRecord getNext()
           
 boolean hasNext()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempTableReader

public TempTableReader(es.unex.sextante.dataObjects.ITable table)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

getCurrent

public es.unex.sextante.dataObjects.IRecord getCurrent()

getNext

public es.unex.sextante.dataObjects.IRecord getNext()
                                             throws es.unex.sextante.exceptions.IteratorException
Throws:
es.unex.sextante.exceptions.IteratorException

hasNext

public boolean hasNext()

init

public void init()
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2014 gvSIG Association. All Rights Reserved.