org.pentaho.di.core.geospatial
Class GMLWriter
java.lang.Object
org.pentaho.di.core.geospatial.GMLWriter
public class GMLWriter
- extends Object
Handles GML file writing from a Deegree datastore.
- Since:
- 10-may-2010
- Author:
- jmathieu, tbadard
GMLWriter
public GMLWriter(URL fileURL)
open
public void open()
throws KettleException
- Throws:
KettleException
createFeatureType
public void createFeatureType(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()