org.pentaho.di.core.geospatial
Class KMLWriter
java.lang.Object
org.pentaho.di.core.geospatial.KMLWriter
public class KMLWriter
- extends Object
Writes data to a KML (Keyhole Markup File) file.
- Since:
- 21-oct-2009
- Author:
- tpelletierdoisy, eleprince, tbadard
Field Summary |
File |
file
|
de.micromata.opengis.kml.v_2_2_0.Kml |
kml
|
file
public File file
kml
public de.micromata.opengis.kml.v_2_2_0.Kml kml
KMLWriter
public KMLWriter(URL fileURL)
open
public void open()
throws KettleException
- Throws:
KettleException
createNewPlacemark
public void createNewPlacemark(Object[] r)
throws FileNotFoundException
- Throws:
FileNotFoundException
checkKmlPossibility
public boolean checkKmlPossibility(RowMetaInterface fields)
visionTable
public void visionTable(RowMetaInterface fields)
throws KettleException
- Throws:
KettleException
write
public void write()
throws KettleException
- Throws:
KettleException
close
public boolean close()
hasError
public boolean hasError()
getVersionInfo
public String getVersionInfo()