Packagenet.systemeD.potlatch2.utils
Classpublic class OsmImporter
InheritanceOsmImporter Inheritance Importer



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
  
OsmImporter(connection:Connection, map:Map, filenames:Array, callback:Function = null, simplify:Boolean = false)
OsmImporter
Protected Methods
 MethodDefined by
  
doImport(push:Function):void
OsmImporter
 Inherited
fileLoaded(e:Event, filenum:uint):void
Importer
 Inherited
ioErrorHandler(event:IOErrorEvent):void
Importer
 Inherited
securityErrorHandler(event:SecurityErrorEvent):void
Importer
Constructor detail
OsmImporter()constructor
public function OsmImporter(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