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