org.pentaho.di.core.geospatial
Class GMLWriter

java.lang.Object
  extended by 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

Constructor Summary
GMLWriter(URL fileURL)
           
 
Method Summary
 boolean close()
           
 void createFeatureType(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

GMLWriter

public GMLWriter(URL fileURL)
Method Detail

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()