uk.co.silentsoftware.datastore.importer
Class KMLImporter

java.lang.Object
  extended by uk.co.silentsoftware.datastore.importer.KMLImporter
All Implemented Interfaces:
TargetImporter

public class KMLImporter
extends java.lang.Object
implements TargetImporter


Constructor Summary
KMLImporter()
           
 
Method Summary
 java.util.Vector importTargets(java.lang.String name)
          Import the targets from the given base file name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMLImporter

public KMLImporter()
Method Detail

importTargets

public java.util.Vector importTargets(java.lang.String name)
                               throws java.io.IOException
Description copied from interface: TargetImporter
Import the targets from the given base file name

Specified by:
importTargets in interface TargetImporter
Throws:
java.io.IOException