org.pentaho.di.core.geospatial
Class GeotoolsReader
java.lang.Object
org.pentaho.di.core.geospatial.GeotoolsReader
public class GeotoolsReader
- extends Object
Handles file reading from GeoTools datastores
- Since:
- 21-03-2007
- Author:
- etdub
GeotoolsReader
public GeotoolsReader(URL fileURL)
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