org.pentaho.di.core.geospatial
Class GeotoolsReader

java.lang.Object
  extended by org.pentaho.di.core.geospatial.GeotoolsReader

public class GeotoolsReader
extends Object

Handles file reading from GeoTools datastores

Since:
21-03-2007
Author:
etdub

Constructor Summary
GeotoolsReader(URL fileURL)
           
 
Method Summary
 boolean close()
           
 RowMetaInterface getFields()
           
 URL getGisURL()
           
 Object[] getRow(Object[] r)
           
 Object[] getRow(RowMetaInterface fields)
           
 String getVersionInfo()
           
 boolean hasError()
           
 void open()
           
 void setGisURL(URL gisURL)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeotoolsReader

public GeotoolsReader(URL fileURL)
Method Detail

open

public void open()
          throws KettleException
Throws:
KettleException

getFields

public RowMetaInterface getFields()
                           throws KettleException
Throws:
KettleException

getRow

public Object[] getRow(RowMetaInterface fields)
                throws KettleException
Throws:
KettleException

getRow

public Object[] getRow(Object[] r)
                throws KettleException
Throws:
KettleException

close

public boolean close()

hasError

public boolean hasError()

toString

public String toString()
Overrides:
toString in class Object

getVersionInfo

public String getVersionInfo()

getGisURL

public URL getGisURL()
Returns:
the gisURL

setGisURL

public void setGisURL(URL gisURL)
Parameters:
gisURL - the gisURL to set