org.pentaho.di.core.geospatial
Class GeotoolsWriter

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

public class GeotoolsWriter
extends Object

Handles file reading from Geotools datastores

Since:
21-03-2007
Author:
etdub

Constructor Summary
GeotoolsWriter(URL fileURL)
           
 
Method Summary
 boolean close()
           
 void createSimpleFeatureType(RowMetaInterface fields, Object[] firstRow, URL url)
           
 String getVersionInfo()
           
 boolean hasError()
           
 void open()
           
 void putRow(Object[] r)
           
 void write()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeotoolsWriter

public GeotoolsWriter(URL fileURL)
Method Detail

open

public void open()
          throws KettleException
Throws:
KettleException

createSimpleFeatureType

public void createSimpleFeatureType(RowMetaInterface fields,
                                    Object[] firstRow,
                                    URL url)
                             throws KettleException
Throws:
KettleException

putRow

public void putRow(Object[] r)
            throws KettleException
Throws:
KettleException

write

public void write()
           throws KettleException
Throws:
KettleException

close

public boolean close()

hasError

public boolean hasError()

getVersionInfo

public String getVersionInfo()