Packagenet.systemeD.potlatch2.utils
Classpublic class KmlImporter
InheritanceKmlImporter Inheritance Importer

Implements parsing and loading of KML files.



Public Properties
 PropertyDefined by
 Inheritedfiles : Array
Importer
Protected Properties
 PropertyDefined by
 Inheritedcallback : Function
Importer
 Inheritedconnection : Connection
Importer
 Inheritedfilenames : Array
Importer
 Inheritedfilesloaded : uint = 0
Importer
 Inheritedmap : Map
Importer
 Inheritedsimplify : Boolean
Importer
Public Methods
 MethodDefined by
  
KmlImporter(connection:Connection, map:Map, filenames:Array, callback:Function = null, simplify:Boolean = false)
KmlImporter
Protected Methods
 MethodDefined by
  
doImport(push:Function):void
KmlImporter
 Inherited
fileLoaded(e:Event, filenum:uint):void
Importer
 Inherited
ioErrorHandler(event:IOErrorEvent):void
Importer
 Inherited
securityErrorHandler(event:SecurityErrorEvent):void
Importer
Constructor detail
KmlImporter()constructor
public function KmlImporter(connection:Connection, map:Map, filenames:Array, callback:Function = null, simplify:Boolean = false)Parameters
connection:Connection
 
map:Map
 
filenames:Array
 
callback:Function (default = null)
 
simplify:Boolean (default = false)
Method detail
doImport()method
protected override function doImport(push:Function):voidParameters
push:Function