PlotFlyManager

new SuperMap3D.PlotFlyManager(viewer)

Flight Manager
Name Type Description
viewer Object Scene viewer

Methods

addRoute()

Add route

addStop(routeName)

Add site
Name Type Description
routeName * ={route name}

CartesiantoDegrees(cartesians)

World coordinate system to longitude and latitude
Name Type Description
cartesians object world coordinate system

changeRoute(data, option)

Change route
Name Type Description
data object Path data
option object Path parameter

changeStop(animationname)

Change the site parameters
Name Type Description
animationname string Animation name

deleteRoute(routeName)

Delete route
Name Type Description
routeName string Path name

deleteStop(routeName, stopName)

Delete site
Name Type Description
routeName string Path name
stopName string Site name

download(routeName)

Download the selected flight path (fpf file)
Name Type Description
routeName string Path name

downloadAll()

Download all flight path fpf files

fromFile(url)

Load the flight path fpf file asynchronously
Name Type Description
url String Url offpf file path

loadRoute(routeName)

Load route
Name Type Description
routeName string Path name

locateStop(routeName, stopName)

Site positioning
Name Type Description
routeName string Path name
stopName string Site name

pause()

Pause playing

play(routeName)

Flight play
Name Type Description
routeName string Path name

readyPromise()

Asynchronous Flight Management Readiness Function

showCurRoute(routeName, routeName)

Show route
Name Type Description
routeName string Path name
routeName boolean Display or not

stop()

Stop playing

uploading(file)

Upload the selected flight path fpf file
Name Type Description
file object Path of fpf file