uk.co.silentsoftware.datastore.exporter
Class KMLExporter

java.lang.Object
  extended by uk.co.silentsoftware.datastore.exporter.KMLExporter
All Implemented Interfaces:
TargetExporter

public class KMLExporter
extends java.lang.Object
implements TargetExporter

Simple/lame kml exporter that doesn't use the xml parser (written before I included NanoXML) TODO: Update for NanoXML


Constructor Summary
KMLExporter()
           
 
Method Summary
 void exportTargets(java.lang.String name)
          Import the file with the given base name
 void setTargets(java.util.Vector targets)
          Add a target to be exported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMLExporter

public KMLExporter()
Method Detail

exportTargets

public void exportTargets(java.lang.String name)
                   throws java.io.IOException
Description copied from interface: TargetExporter
Import the file with the given base name

Specified by:
exportTargets in interface TargetExporter
Throws:
java.io.IOException

setTargets

public void setTargets(java.util.Vector targets)
Description copied from interface: TargetExporter
Add a target to be exported

Specified by:
setTargets in interface TargetExporter