Packagenet.systemeD.potlatch2.utils
Classpublic class Importer
SubclassesGpxImporter, KmlImporter, OsmImporter, ShpImporter



Public Properties
 PropertyDefined by
  files : Array
Importer
Protected Properties
 PropertyDefined by
  callback : Function
Importer
  connection : Connection
Importer
  filenames : Array
Importer
  filesloaded : uint = 0
Importer
  map : Map
Importer
  simplify : Boolean
Importer
Public Methods
 MethodDefined by
  
Importer(connection:Connection, map:Map, filenames:Array, callback:Function, simplify:Boolean)
Importer
Protected Methods
 MethodDefined by
  
doImport(push:Function):void
Importer
  
fileLoaded(e:Event, filenum:uint):void
Importer
  
ioErrorHandler(event:IOErrorEvent):void
Importer
  
securityErrorHandler(event:SecurityErrorEvent):void
Importer
Property detail
callbackproperty
protected var callback:Function
connectionproperty 
protected var connection:Connection
filenamesproperty 
protected var filenames:Array
filesproperty 
public var files:Array
filesloadedproperty 
protected var filesloaded:uint = 0
mapproperty 
protected var map:Map
simplifyproperty 
protected var simplify:Boolean
Constructor detail
Importer()constructor
public function Importer(connection:Connection, map:Map, filenames:Array, callback:Function, simplify:Boolean)Parameters
connection:Connection
 
map:Map
 
filenames:Array
 
callback:Function
 
simplify:Boolean
Method detail
doImport()method
protected function doImport(push:Function):voidParameters
push:Function
fileLoaded()method 
protected function fileLoaded(e:Event, filenum:uint):voidParameters
e:Event
 
filenum:uint
ioErrorHandler()method 
protected function ioErrorHandler(event:IOErrorEvent):voidParameters
event:IOErrorEvent
securityErrorHandler()method 
protected function securityErrorHandler(event:SecurityErrorEvent):voidParameters
event:SecurityErrorEvent